mirror of
https://github.com/Fatmike-GH/Fatpack
synced 2026-06-06 15:44:28 +00:00
14 lines
525 B
Batchfile
14 lines
525 B
Batchfile
cd..
|
|
cd build
|
|
cd x64
|
|
cd Debug
|
|
|
|
START /WAIT ResourceAdder Loader_Console_Resource.exe Fatpack.exe 1000
|
|
powershell -command "Start-Sleep -Milliseconds 1000"
|
|
START /WAIT ResourceAdder Loader_Windows_Resource.exe Fatpack.exe 1001
|
|
powershell -command "Start-Sleep -Milliseconds 1000"
|
|
|
|
START /WAIT ResourceAdder Loader_Console_Section.exe Fatpack.exe 1002
|
|
powershell -command "Start-Sleep -Milliseconds 1000"
|
|
START /WAIT ResourceAdder Loader_Windows_Section.exe Fatpack.exe 1003
|
|
powershell -command "Start-Sleep -Milliseconds 1000" |