suppress cmd prompt windows when using copy ?

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

Hi,

Is there anyway to suppress the loading of a command prompt window when
running the following command ?

copy /b c:\test.csv LPT1

As the DOS command prompt appears its making out software look a mess.

Thanks
Scott
 
scott said:
Hi,

Is there anyway to suppress the loading of a command prompt window when
running the following command ?

copy /b c:\test.csv LPT1

As the DOS command prompt appears its making out software look a mess.

Thanks
Scott

You could try this:

start /min cmd /c copy c:\test.csv LPT1
 

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

Back
Top