diff --git a/03_RoyalGallery/19050-03_RoyalGallery_Navigator.lnk b/03_RoyalGallery/19050-03_RoyalGallery_Navigator.lnk new file mode 100644 index 0000000..3da6879 Binary files /dev/null and b/03_RoyalGallery/19050-03_RoyalGallery_Navigator.lnk differ diff --git a/03_RoyalGallery/19050-03_RoyalGallery_Portrait.lnk b/03_RoyalGallery/19050-03_RoyalGallery_Portrait.lnk new file mode 100644 index 0000000..d8714c1 Binary files /dev/null and b/03_RoyalGallery/19050-03_RoyalGallery_Portrait.lnk differ diff --git a/_Startup/03_RoyalGallery_Navigator.bat b/_Startup/03_RoyalGallery_Navigator.bat index cb91528..f62cfa6 100644 --- a/_Startup/03_RoyalGallery_Navigator.bat +++ b/_Startup/03_RoyalGallery_Navigator.bat @@ -6,6 +6,6 @@ cd "%root%\%device%\PrinterController" start "" "PrinterController.exe" timeout /t 8 -cd "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Navigator\Build\" -CALL "19050-03_RoyalGallery_Navigator.exe" +cd "%root%\%device%" +start "" "19050-03_RoyalGallery_Navigator" diff --git a/_Startup/03_RoyalGallery_Portrait.bat b/_Startup/03_RoyalGallery_Portrait.bat index 18a2bba..6a1241d 100644 --- a/_Startup/03_RoyalGallery_Portrait.bat +++ b/_Startup/03_RoyalGallery_Portrait.bat @@ -1,5 +1,7 @@ set root=C:\UC\Project-19050-Frozen2\_Deploy_PC set device=03_RoyalGallery timeout /t 8 -CD "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Portrait\Build\" -CALL "19050-03_RoyalGallery_Portrait.exe" +CD "%root%\%device%" +start "" "19050-03_RoyalGallery_Portrait" +rem CD "%root%\%device%\UnityBuild-19050-03_RoyalGallery_Portrait\Build\" +rem CALL "19050-03_RoyalGallery_Portrait.exe"