You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
294 B
11 lines
294 B
set root=C:\UC\Project-19050-Frozen2\_Deploy_PC
|
|
set device=03_RoyalGallery
|
|
|
|
timeout /t 8
|
|
cd "%root%\%device%\PrinterController"
|
|
start "" "PrinterController.exe"
|
|
|
|
timeout /t 8
|
|
cd "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\"
|
|
start "" "19050-03_RoyalGallery_Navigator.exe"
|
|
|
|
|