conemu - ConEmuC: Root process was alive less than 10 sec, ExitCode=0 -
i trying create shortcut on windows desktop conemu64.exe launches script wrote called "mystartupscript.cmd".
in target field of windows shortcut, have:
"c:\program files\conemu\conemu64.exe" /cmd path/to/mystartupscript.cmd
however, not work. specifically, launches new instance of conemu, runs script, says "conemuc: root process alive less 10 sec, exitcode=0"
what going on?
first. learn cmd.exe
switches. when run "startup script" way tell cmd.exe
execute script , exit. doubt intention.
cmd /?
give answer.
"c:\program files\conemu\conemu64.exe" /cmd cmd.exe /k path/to/mystartupscript.cmd
Comments
Post a Comment