|
2010-10-15
, 07:02
|
Posts: 3 |
Thanked: 0 times |
Joined on Oct 2010
|
#362
|
|
2010-10-24
, 17:59
|
Posts: 71 |
Thanked: 4 times |
Joined on Mar 2010
|
#363
|
|
2010-11-18
, 11:33
|
Posts: 89 |
Thanked: 52 times |
Joined on Jan 2010
@ London, UK
|
#364
|
I wanted to run 2 desktop commands if possible.. but I can't figure out how to input the code or if its even possible..
The Following User Says Thank You to jgbreezer For This Useful Post: | ||
|
2010-11-20
, 04:50
|
Posts: 188 |
Thanked: 53 times |
Joined on May 2010
|
#365
|
|
2011-02-23
, 07:36
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2011
|
#366
|
|
2011-02-24
, 06:32
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#367
|
|
2011-02-24
, 19:52
|
Posts: 56 |
Thanked: 21 times |
Joined on Feb 2011
@ Bangalore, India
|
#368
|
|
2011-02-24
, 19:58
|
Posts: 56 |
Thanked: 21 times |
Joined on Feb 2011
@ Bangalore, India
|
#369
|
|
2011-03-12
, 06:22
|
Posts: 24 |
Thanked: 33 times |
Joined on Dec 2009
|
#370
|
echo hello world
This replaced the "invalid command" text with "hello world", which prove that my script ran...
Maybe try changing this line in your script:
print s[randint(NR)]
to
echo s[randint(NR)]
Edit: I might try playing around with your script later to get it to show texts on the widget...I can't make any promises though.
Last edited by SavageD; 2010-09-17 at 17:44.