aboutsummaryrefslogtreecommitdiffstats
path: root/Installer/u3portable/copy.bat
diff options
context:
space:
mode:
authorcanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-13 20:29:18 +0000
committercanni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-11-13 20:29:18 +0000
commita8c9941f9f0f0b1560a1aefbdfd8a36ff184fa9e (patch)
treeff3c1456ee1021f6f7e7b8eb3caf109e8a7b3e97 /Installer/u3portable/copy.bat
parent350cb4e3a0762495ffa530278a0ea202d61a4828 (diff)
downloadusdx-a8c9941f9f0f0b1560a1aefbdfd8a36ff184fa9e.tar.gz
usdx-a8c9941f9f0f0b1560a1aefbdfd8a36ff184fa9e.tar.xz
usdx-a8c9941f9f0f0b1560a1aefbdfd8a36ff184fa9e.zip
- Deleted u3 host files which were twice times in branch.
(Replaced them with a copy method) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@608 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Installer/u3portable/copy.bat')
-rw-r--r--Installer/u3portable/copy.bat20
1 files changed, 20 insertions, 0 deletions
diff --git a/Installer/u3portable/copy.bat b/Installer/u3portable/copy.bat
new file mode 100644
index 00000000..608ea056
--- /dev/null
+++ b/Installer/u3portable/copy.bat
@@ -0,0 +1,20 @@
+@echo off
+
+cd ..\..\
+
+SET PATH=.\Installer\u3portable\Host
+
+xcopy .\Covers\*.* %PATH% /Y /T /E
+xcopy .\Languages\*.* %PATH% /Y /T /E
+xcopy .\Plugins\*.* %PATH% /Y /T /E
+xcopy .\Skins\*.* %PATH% /Y /T /E
+xcopy .\Sounds\*.* %PATH% /Y /T /E
+xcopy .\Themes\*.* %PATH% /Y /T /E
+xcopy .\Covers\*.* %PATH% /Y /T /E
+copy .\UltraStar.exe %PATH% /Y /T /E
+
+xcopy .\InstallerDependencies\dll\*.* %PATH% /Y /T /E
+
+cd .\Installer\u3portable\Host
+
+ren UltraStar.exe USdx.exe \ No newline at end of file