Passthrough command line arguments to subscripts
parent
c3511ba954
commit
56187771ae
@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
|
||||
START /B remedybg.exe stop-debugging
|
||||
call build_desktop_debug.bat
|
||||
call build_desktop_debug.bat %*
|
||||
remedybg.exe start-debugging
|
||||
|
Loading…
Reference in New Issue