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.
Close Batch Window
Name: sabloomer Date: September 12, 2006 at 13:37:52 Pacific OS: XP Pro CPU/Ram: x Product: x
Comment:
I have tried to look over the site before I post my question. http://www.computing.net/windowsxp/... had the same problem, but I couldn't find an answer, so here it goes...
I have the following batch file
echo off call "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.exe" "C:\MyAdp.ADP" EXIT
I can not get the window to close when done. I have tried EXIT /B and EXIT /B 0 as suggested on some site. I have also looked for the "close on exit" property for the batch file, but can not find it. Can anyone help?
Summary: Three ways I can think of. 1) Make the last line of your Batch file "@exit" or 2) "cls" - or a combination of the two, or 3) modify the settings for a DOS program to select the option "Close window w...
Summary: Can any body show me how to close the DOS windows automatically in a batch (DOS) file program. I have a batch file program that ftp to host to downloading files, but it needs to schedule to run autom...