Suppressing COMMAND.COM Window

  • Thread starter Thread starter Elliott Shevin
  • Start date Start date
E

Elliott Shevin

I'd like to create an autorun.inf file on a CD which opens a .bat file. But
I'd like to hide the command.com window that appears when the .bat file
starts running. Is this possible?

Thanks!
 
The first line of the batch file should read:
@echo off
this will stop the command lines from displaying.
 
Byte said:
The first line of the batch file should read:
@echo off
this will stop the command lines from displaying.

Thanks, but what I want to know is how to keep the window from displaying,
not the command lines.
 

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