I have set up a simple batch script to run multiple compares, but I can't get the display box that comes up and states script completed to close. I need to have it in quiet mode as I am running it as part of a process that runs at the system layer, when the script completes the user gets the difference reports emailed to them.
Are there any command line switches that I can put on the end?
part of my .bat file contains:
bc2.exe @d:\scripts\compare\FILE.txt
bc2.exe @d:\scripts\compare\DIR.txt
Any help would be appreciated.
Thank you,
Brian
Are there any command line switches that I can put on the end?
part of my .bat file contains:
bc2.exe @d:\scripts\compare\FILE.txt
bc2.exe @d:\scripts\compare\DIR.txt
Any help would be appreciated.
Thank you,
Brian
Comment