0

My Program opens a javascript server for listening. However when i run this in cmd

start "Runnning" /B CMD /C CALL "file\program.exe" 23 12 

The Program is prevented from creating the process for the Javascript program. Any work arounds that work in (.bat) files are appreciated

quesyKing
  • 148
  • 7
  • 2
    Why using `start`, `cmd /C` and `call`? `start` should be enough, if even necessary... – aschipfl Nov 07 '16 at 21:43
  • See my answer here on HOW TO START programs. http://stackoverflow.com/questions/31820569/trouble-with-renaming-folders-and-sub-folders-using-batch –  Nov 07 '16 at 23:34

0 Answers0