parent
368c456fa9
commit
985c53075e
2 changed files with 9 additions and 4 deletions
@ -1,6 +1,11 @@ |
|||||||
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC |
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC |
||||||
set device=03_RoyalGallery |
set device=03_RoyalGallery |
||||||
|
|
||||||
timeout /t 8 |
timeout /t 8 |
||||||
start "" "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\19050-03_RoyalGallery_Navigator.exe" |
cd "%root%\%device%\PrinterController" |
||||||
|
start "" "PrinterController.exe" |
||||||
|
|
||||||
timeout /t 8 |
timeout /t 8 |
||||||
start "" "%root%\%device%\PrinterController\PrinterController.exe" |
cd "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\" |
||||||
|
start "" "19050-03_RoyalGallery_Navigator.exe" |
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue