|
2010-10-31
, 23:30
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#52
|
So you got it working?
Ye growl need to run its the program that shows notifications. If you wanna hide the CMD window from server.py you can just make a bat-file containing "python c:\path\to\file\server.py" then make a .vbs file containing :
then you run the .vbs file and it should run the bat file with no window. thats what i did since i failed with making a service of the .py file with AnySrv, it just started and stopped lol, well well it works atleast.
And on N900 theres alot of ways to run stuff in background. a noob-friendly and simple way is to use the "nohup client.py &" command
|
2010-10-31
, 23:35
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#53
|
|
2010-10-31
, 23:39
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#54
|
|
2010-10-31
, 23:41
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#55
|
|
2010-10-31
, 23:53
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#56
|
|
2010-10-31
, 23:59
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#57
|
The Following User Says Thank You to antezz For This Useful Post: | ||
|
2010-11-01
, 00:06
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#58
|
|
2010-11-01
, 00:10
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#59
|
The Following User Says Thank You to antezz For This Useful Post: | ||
|
2010-11-01
, 00:26
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#60
|
are you separating them with ; ?
c:\python;c:\growl
like that?
Edit: if you wanna thank me theres a "thank you"-button.
Ye growl need to run its the program that shows notifications. If you wanna hide the CMD window from server.py you can just make a bat-file containing "python c:\path\to\file\server.py" then make a .vbs file containing :
And on N900 theres alot of ways to run stuff in background. a noob-friendly and simple way is to use the "nohup client.py &" command