aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/u3portable/Host/start.bat
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-19 17:18:42 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-19 17:18:42 +0000
commit51ed8fe6f2ea9892e905e81cf5bad3960537eb40 (patch)
treea4dcb099343762dcb7bd7988f73de68c1959d3a5 /Installer/u3portable/Host/start.bat
downloadusdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.tar.gz
usdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.tar.xz
usdx-51ed8fe6f2ea9892e905e81cf5bad3960537eb40.zip
Challenge MOD r7 alpha based on Ultrastar Deluxe v1.0.1a
for changes read Changelog.txt in folder Game git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2107 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/u3portable/Host/start.bat')
-rw-r--r--Installer/u3portable/Host/start.bat21
1 files changed, 21 insertions, 0 deletions
diff --git a/Installer/u3portable/Host/start.bat b/Installer/u3portable/Host/start.bat
new file mode 100644
index 00000000..a50814d9
--- /dev/null
+++ b/Installer/u3portable/Host/start.bat
@@ -0,0 +1,21 @@
+@echo off
+
+SET FILE=%U3_DEVICE_PATH%\System\Apps\0B458BEB-A9BB-4E93-B48F-F1EBA58D05BD\Data\config.ini
+
+for /F "Tokens=*" %%i in (%FILE%) do Set Var=%%i
+
+type %FILE% | find "[Path]"
+if errorlevel 1 goto write
+if errorlevel 0 goto start
+
+:write
+
+ECHO. >> %FILE%
+ECHO [Path] >> %FILE%
+ECHO Songs=%U3_DEVICE_PATH%\System\Apps\0B458BEB-A9BB-4E93-B48F-F1EBA58D05BD\Data\Songs >> %FILE%
+
+goto start
+
+:start
+
+start U3.lnk