Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
xcopy32 and batch files
Name: Scott Date: December 20, 1999 at 08:02:57 Pacific
Comment:
I'm running xcopy32 in a batch file to copy files. This batch file is being used by multiple people running Windows 98. I want the DOS window to close when finished. I've tried the "Exit" command, but xcopy32 doesn't return to the DOS command line. The DOS window says "Finished" and has to be closed manually. Any suggestions?
Name: Ross Date: December 20, 1999 at 10:58:26 Pacific
Reply:
just do a properties on the box and in the program group check the close on exit box. that will do it
0
Response Number 2
Name: Scott Date: December 20, 1999 at 11:18:17 Pacific
Reply:
I tried that but it only works if you enable it at each workstation. I need to make it work from the bat file.
0
Response Number 3
Name: Ross Date: December 20, 1999 at 15:46:34 Pacific
Reply:
Have you tried the end command, that may work. Let me get this straight they are executing it from th network? If that is the case make their shorcuts point to the pif file on the network
0
Response Number 4
Name: Ryan Cooley Date: December 21, 1999 at 16:24:44 Pacific
Reply:
DAMN!!! Peole, people...This isn't a hard one!!! Just put the CLS command on the last line of your batch file!!! Then the window will close on its own.
Summary: Hello i was just wondering if anyone know any good web sites or even books to find out information about DOS and Batch files. I am at work using them and do not understand about what it all means. Fo...
Summary: You might want to check out the Window XP forum right here on Computing.Net. I don't know if they've got the information you need, but your question really is Windows NT/2000/XP-specific. Many DOS ba...
Summary: Something standard like: titerun -rp data.txt <response where "response" is a short text file with the keyboard character to respond with and a Carriage Return, or a multiline text file. Has always...