nmventure
2005-11-28 02:01:35 UTC
I have a command-line command in the Run key of the registry that runs each
time a user logs on to the computer:
cmd /c my-command-string
My command works fine, but what I would like to do is get rid of the DOS
windows that appears momenterily while the command is running. Is there any
way to make it not visible or atleast make it run minimized or in the task
bar ?
It's just a little unattractive.
I really don't want to use a batch file unless there is no other way. What
I'm looking for is something like an equivelent to:
start /min myprogram.exe
for cmd.exe
Thanks in advance, all suggestions appreciated.
time a user logs on to the computer:
cmd /c my-command-string
My command works fine, but what I would like to do is get rid of the DOS
windows that appears momenterily while the command is running. Is there any
way to make it not visible or atleast make it run minimized or in the task
bar ?
It's just a little unattractive.
I really don't want to use a batch file unless there is no other way. What
I'm looking for is something like an equivelent to:
start /min myprogram.exe
for cmd.exe
Thanks in advance, all suggestions appreciated.