You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have shadowspawn called using createProcess and have redirected console display so that it show in cef3 html gui .
if i run robocopy alone the display shows up as expected - with display updates of robocopy being seen on the screen....
if i run shadowspawn the display updates disappears - but robocopy still runs but no display is seen - any suggestions
so after some trial an error - there is an error in shadowspawn for log files with space.
it works perfectly with robocopy /LOG:"c:\temp\name with spaces.log"
but does not work with shadowspawn if there is spaces in log file
The text was updated successfully, but these errors were encountered:
i have shadowspawn called using createProcess and have redirected console display so that it show in cef3 html gui .
if i run robocopy alone the display shows up as expected - with display updates of robocopy being seen on the screen....
if i run shadowspawn the display updates disappears - but robocopy still runs but no display is seen - any suggestions
so after some trial an error - there is an error in shadowspawn for log files with space.
it works perfectly with robocopy /LOG:"c:\temp\name with spaces.log"
but does not work with shadowspawn if there is spaces in log file
The text was updated successfully, but these errors were encountered: