| Author |
Message |
Topic: Limit to number of command line parameters? |
Beowolf
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Wed Nov 30, 2005 12:46 pm Subject: Limit to number of command line parameters? |
Handy to know, but I don't think this is the problem I came across.
The string of parameters was just over 7400 characters, and the total length of the string, including the call to the script is o ... |
Topic: Limit to number of command line parameters? |
Beowolf
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Wed Nov 30, 2005 10:05 am Subject: Limit to number of command line parameters? |
I'm pretty sure that it's worked with more than 9 parameters. It could be that one of this bunch is longer than normal, and as you say, is exceeding a (theoretical) limit on the param length.
Putt ... |
Topic: Limit to number of command line parameters? |
Beowolf
Replies: 9
Views: 558
|
Forum: Ask for Help Posted: Wed Nov 30, 2005 1:29 am Subject: Limit to number of command line parameters? |
Is there a limit to the number of parameters you can pass to a script via the command line?
I currently have a program that calls a script, passing it several parameters. The script then iterates ... |
Topic: Minimise to Tray activates WinWaitClose |
Beowolf
Replies: 2
Views: 386
|
Forum: Ask for Help Posted: Fri Sep 23, 2005 11:08 am Subject: Minimise to Tray activates WinWaitClose |
Ah, RunWait does the trick. (With a few other changes)
If I wanted to script to do something while the program was running, I'd have to check the PID as you suggested?
Thanks for the quick reply ... |
Topic: Minimise to Tray activates WinWaitClose |
Beowolf
Replies: 2
Views: 386
|
Forum: Ask for Help Posted: Fri Sep 23, 2005 10:45 am Subject: Minimise to Tray activates WinWaitClose |
I have a script that
*runs a program
*should stay running while the program is open
*terminate itself when the program closes.
So far, so good. It does this fine.
The problem is that when t ... |
Topic: Script to change the page in a browser |
Beowolf
Replies: 10
Views: 465
|
Forum: Ask for Help Posted: Wed Sep 21, 2005 11:51 pm Subject: Script to change the page in a browser |
I'm not entirely sure if this is what you are after, but I just wrote as part of a little script I wanted.
If Firefox is not running it opens it.
It's then activated, and a new tab opened
The url ... |
| |