Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo ------------------------------------------------ >> test.txt
- echo Running dump... >> test.txt
- C:\xampp\mysql\bin\mysqldump -u root --result-file="C:\Users\Calgon\Desktop\New-SAMP\Vortex Releases\Windows-Server\mysql-dump.sql" samp
- C:\xampp\mysql\bin\mysqldump -u root --result-file="C:\Users\Calgon\Desktop\New-SAMP\Vortex Releases\Linux-Server\mysql-dump.sql" samp
- echo Done! >> test.txt
- echo Preparing Windows server package >> test.txt
- echo Copying pwn script to Windows server package >> test.txt
- xcopy vxrpscript\gamemodes\vx-rp.pwn Windows-Server\gamemodes\vx-rp.pwn /y
- echo Compressing Windows server package >> test.txt
- "zip.exe" -r "Windows-Server.zip" "Windows-Server"
- echo Copying pwn script to Linux server package >> test.txt
- xcopy vxrpscript\gamemodes\vx-rp.pwn Linux-Server\gamemodes\vx-rp.pwn /y
- echo Compressing Linux server package >> test.txt
- "zip.exe" -r "Linux-Server.zip" "Linux-Server"
- move Windows-Server.zip vxrpscript/Release/Windows-Server.zip
- move Linux-Server.zip vxrpscript/Release/Linux-Server.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement