|
Using the SHELL Command, I am having serious trouble in getting this "Command Line" to work from within my script, A simple MENU type script asking for particular information then sends the info to the command line.
It creates a LOOP process at the command prompt, and the Token is added to from the information in the '(workstations.txt)' file until it reaches the end of the file. It calls the particular program to RUN each time it finished the previous item in the file. This works PERFECTLY on the command line, but I NEED to get to run from an option on a menu style script I am writing. I either get:
"Not recognized internal/file error" or It does nothing.
*** ACTUAL COMMAND LINE USAGE *** for /F "tokens=1" %i in (workstations.txt) do call vnc7 %i /user username password /log /ultra
**********************************
ANY Help would be greatly appreciated, This Site and Kixtart is the BEST application I use in my Organization for LOCKING down my Computers!
TIA!
Jeremy Peeler
|