hide command prompt window when running batch file ?

S

scott

Hi,

I have a program that copies a csv file to COM1 using a DOS based
application. When I use a windows GUI for this app and when copying the csv
to com1 using a batch file, a command prompt is displayed briefly then
disappears on completion of the file.

Is there a command I can enter into the batch file stop this display i.e run
in the background ?

Thanks for any information.
Scott.
 
P

Pegasus \(MVP\)

Schedule the job to run in the background, using either
at.exe (job to run at a fixed time) or soon.exe (job to run
within x seconds). Soon.exe comes with the Win2000
Resource Kit.
 
J

Jhon

This probley won't run the programe in the back round but
you can put a ecko off in the batch file =, to not display
the text
 

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