Question about batch file

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.
 
R

Ramesh, MS-MVP

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.
 
R

Ramesh, MS-MVP

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top