[03_RoyalGallery Navigator]

Updated settings.
Modified startup.
2019_12_Shanghai
Frozen2-Deveoper 6 years ago
parent 368c456fa9
commit 985c53075e
  1. 4
      03_RoyalGallery/PrinterController/printer_settings.json
  2. 9
      _Startup/03_RoyalGallery_Navigator.bat

@ -8,8 +8,8 @@
}, },
"PaperSource": { "PaperSource": {
"Kind": 257, "Kind": 257,
"RawKind": 261, "RawKind": 258,
"SourceName": "Rear Paper Feed" "SourceName": "Cassette"
}, },
"Margins": "0, 0, 0, 0", "Margins": "0, 0, 0, 0",
"Landscape": false, "Landscape": false,

@ -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…
Cancel
Save