Add project files.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -buildpatchesdat
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -buildpatches
|
||||
4
PatchEmAll-CLI/Resources/BASHes/PatchEmAll-Build-ROMs.sh
Normal file
4
PatchEmAll-CLI/Resources/BASHes/PatchEmAll-Build-ROMs.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -buildroms
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -donations
|
||||
4
PatchEmAll-CLI/Resources/BASHes/PatchEmAll-Print-Help.sh
Normal file
4
PatchEmAll-CLI/Resources/BASHes/PatchEmAll-Print-Help.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -help
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -license
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -version
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Main
|
||||
mono "../PatchEmAll-CLI.exe" -saveoptions
|
||||
@@ -0,0 +1 @@
|
||||
This file can be deleted.
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -buildpatchesdat "PD:..\Patches" "XF:..\Xdelta\xdelta3-3.1.0-x86_64.exe" "XC:-e -9 -s" "MN:YourMachineName" "DD:..\Dats" "CO:YourComment"
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -buildpatches "RD:..\ROMs" "PD:..\Patches" "XF:..\Xdelta\xdelta3-3.1.0-x86_64.exe" "XC:-e -9 -s" "DL: -- " "DF:..\Dats\YourDatPPDXMLFile.ppd"
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -buildroms "RD:..\ROMs" "PD:..\Patches" "XF:..\Xdelta\xdelta3-3.1.0-x86_64.exe" "DL: -- "
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -donations
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -help "LF:..\Logs\Log_PEA_00000000_000000.txt"
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -license
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -version
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
rem */ Main /*
|
||||
"..\PatchEmAll-CLI.exe" -saveoptions
|
||||
|
||||
rem */ Pause /*
|
||||
@pause
|
||||
@@ -0,0 +1 @@
|
||||
This file can be deleted.
|
||||
Reference in New Issue
Block a user