Thread: Batch file
View Single Post
Old 12-21-2004, 12:51 PM   #5 (permalink)
Lorand
VIP Member
 
Lorand's Avatar
 
Join Date: Dec 2003
Location: Bucharest
Age: 42
Posts: 3,042
Default

Run the batch file with /B switch to prevent creating a window. But use this when everything is ok, since the Ctrl+C command won't work.
As for c:\windows\system32, you could use %systemroot%\system32.
Lorand is offline   Reply With Quote