Running DOS batch files without DOS window

  • Thread starter Thread starter Glenn Wiens
  • Start date Start date
G

Glenn Wiens

Is there a way to execute a batch file without invoking
any kind of visible DOS window?
..
If this is the wrong newsgroup, please let me know where I
should rather post.
..
Thanks.
 
In
Glenn Wiens said:
Is there a way to execute a batch file without invoking
any kind of visible DOS window?


Run it from a shortcut. Right-click the shortcut icon and choose
properties. On the Properties screen, change the entry for "Run:"
to Minimized.
 
Both "echo off" and "run minimized" assume the creation of
a DOS window. I would like to run batch commands without
any DOS window being created (if possible).
 
Back
Top