Add project files.

This commit is contained in:
2025-07-29 08:39:37 -06:00
commit ca9056613f
89 changed files with 9598 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheada7800

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheadallselected

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheadall

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheadfds

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheadlynx

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -deheadnes

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DownloadEmAll-CLI.exe" -donations

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -help

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -license

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -version

View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Main
mono "../DeheadEmAll-CLI.exe" -saveoptions

View File

@@ -0,0 +1 @@
This file can be deleted.

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheada7800
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheadallselected
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheadall
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheadfds
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheadlynx
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -deheadnes
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DownloadEmAll-CLI.exe" -donations
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -help "LF:..\Logs\DeheadEmAll-Log-00000000_000000.txt"
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -license
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -version
rem */ Pause /*
@pause

View File

@@ -0,0 +1,7 @@
@echo off
rem */ Main /*
"..\DeheadEmAll-CLI.exe" -saveoptions
rem */ Pause /*
@pause

View File

@@ -0,0 +1 @@
This file can be deleted.