Question about batch file

  • Thread starter Thread starter programmernovice
  • Start date Start date
P

programmernovice

I have written a small batch file program which erases certain files
upon startup. At boot up a black window opens up showing the execution
of the BAT file. Is there some way to have that program operate "in
the background", that is without showing that black window during
execution?
Thanks.
 
Method 1: Using a VBScript to launch a .CMD or .BAT file invisible. Please
refer these two threads:

http://groups.google.com/group/microsoft.public.windowsxp.general/msg/5e39f8a64270b620
http://groups.google.com/group/microsoft.public.windowsxp.general/msg/d281575031842fed

Method 2:

http://groups.google.com/group/microsoft.public.windowsxp.general/msg/647cc8688adbef90

Method 3:

To run the command script window minimized, see:
http://groups.google.com/group/microsoft.public.windowsxp.general/msg/5a750118becee275

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


I have written a small batch file program which erases certain files
upon startup. At boot up a black window opens up showing the execution
of the BAT file. Is there some way to have that program operate "in
the background", that is without showing that black window during
execution?
Thanks.
 
You're welcome!

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com



Ramesh said:
Thank you very much.
 
Back
Top