Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlipHavoc committed Jul 30, 2023
0 parents commit 562cf11
Show file tree
Hide file tree
Showing 935 changed files with 9,481 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore all .png files.
**/*.png
# Ignore all .7z files
**/*.7z
# Ignore all .zip files
**/*.zip
# Ignore all .tmp files
**/*.tmp
# Ignore desktop.ini
**/desktop.ini
Binary file added A-10A/101 - A-10A - Controls - Joystick.odt
Binary file not shown.
Binary file added A-10A/102 - A-10A - Controls - Throttle Grip.odt
Binary file not shown.
Binary file added A-10A/103 - A-10A - Controls - Throttle Base.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10A/401 - A-10A - A2A - Gun, Sidewinders.odt
Binary file not shown.
Binary file added A-10A/501 - A-10A - A2G - All.odt
Binary file not shown.
Binary file added A-10A/601 - A-10A - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10A/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added A-10C (all)/101 - A-10C - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C (all)/401 - A-10C - A2A - All.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C (all)/503 - A-10C - A2G - Using HMCS.odt
Binary file not shown.
Binary file added A-10C (all)/504 - A-10C - A2G - Maverick.odt
Binary file not shown.
Binary file not shown.
Binary file added A-10C (all)/601 - A-10C - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10C (all)/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added A-10C old/101 - A-10C - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C old/201 - A-10C - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C old/401 - A-10C - A2A - All.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C old/506 - A-10C - A2G - Maverick.odt
Binary file not shown.
Binary file added A-10C old/601 - A-10C - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10C old/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added A-10C/101 - A-10C - Controls - Joystick.odt
Binary file not shown.
Binary file added A-10C/102 - A-10C - Controls - Throttle Grip.odt
Binary file not shown.
Binary file added A-10C/103 - A-10C - Controls - Throttle Base.odt
Binary file not shown.
Binary file added A-10C/201 - A-10C - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C/401 - A-10C - A2A - All.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C/504 - A-10C - A2G - Maverick.odt
Binary file not shown.
Binary file not shown.
Binary file added A-10C/601 - A-10C - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10C/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2 old/201 - A-10C_2 - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2 old/401 - A-10C_2 - A2A - All.odt
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2 old/502 - A-10C_2 - A2G - Using TGP.odt
Binary file not shown.
Binary file added A-10C_2 old/503 - A-10C_2 - A2G - Using HMCS.odt
Binary file not shown.
Binary file added A-10C_2 old/504 - A-10C_2 - A2G - Maverick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2 old/601 - A-10C_2 - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10C_2 old/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added A-10C_2/101 - A-10C_2 - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2/201 - A-10C_2 - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2/401 - A-10C_2 - A2A - All.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2/503 - A-10C_2 - A2G - Using HMCS.odt
Binary file not shown.
Binary file added A-10C_2/504 - A-10C_2 - A2G - Maverick.odt
Binary file not shown.
Binary file not shown.
Binary file added A-10C_2/601 - A-10C_2 - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-10C_2/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added A-4 CBU calculator.ods
Binary file not shown.
Binary file added A-4E-C/011 - A-4E-C - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-4E-C/021 - A-4E-C - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added A-4E-C/051 - A-4E-C - A2G - Stores List.odt
Binary file not shown.
Binary file not shown.
Binary file added A-4E-C/053 - A-4E-C - A2G - CBU dispensers.odt
Binary file not shown.
Binary file added A-4E-C/061 - A-4E-C - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions A-4E-C/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AH-64D_BLK_II/601 - AH-64D - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions AH-64D_BLK_II/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AJS37/101 - AJS37 - Controls - Joystick.odt
Binary file not shown.
Binary file added AJS37/102 - AJS37 - Controls - Throttle Grip.odt
Binary file not shown.
Binary file added AJS37/103 - AJS37 - Controls - Throttle Base.odt
Binary file not shown.
Binary file added AJS37/201 - AJS37 - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AJS37/304 - AJS37 - Flight - Nav fixes.odt
Binary file not shown.
Binary file added AJS37/305 - AJS37 - Flight - Radios, Jettison.odt
Binary file not shown.
Binary file not shown.
Binary file added AJS37/401 - AJS37 - A2A - Sidewinder.odt
Binary file not shown.
Binary file not shown.
Binary file added AJS37/502 - AJS37 - A2G - BK 90.odt
Binary file not shown.
Binary file added AJS37/503 - AJS37 - A2G - RB 75 Maverick.odt
Binary file not shown.
Binary file added AJS37/504 - AJS37 - A2G - RB 15F ASM new.odt
Binary file not shown.
Binary file added AJS37/505 - AJS37 - A2G - RB 04E ASM old.odt
Binary file not shown.
Binary file added AJS37/506 - AJS37 - A2G - RB 05 MCLOS.odt
Binary file not shown.
Binary file added AJS37/601 - AJS37 - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions AJS37/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added AJS37/old/01 - AJS37 - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AV8BNA/101 - AV-8B - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AV8BNA/104 - AV-8B - Controls - GNX SEM-V.odt
Binary file not shown.
Binary file added AV8BNA/201 - AV-8B - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AV8BNA/303 - AV-8B - Flight - Takeoff.odt
Binary file not shown.
Binary file added AV8BNA/304 - AV-8B - Flight - Landing.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added AV8BNA/401 - AV-8B - A2A - Gun and Sidewinder.odt
Binary file not shown.
Binary file not shown.
Binary file added AV8BNA/502 - AV-8B - A2G - TPOD.odt
Binary file not shown.
Binary file added AV8BNA/503 - AV-8B - A2G - APKWS, LGB.odt
Binary file not shown.
Binary file added AV8BNA/504 - AV-8B - A2G - JDAM, LJDAM.odt
Binary file not shown.
Binary file added AV8BNA/505 - AV-8B - A2G - Maverick.odt
Binary file not shown.
Binary file added AV8BNA/506 - AV-8B - A2G - Sidearm.odt
Binary file not shown.
Binary file added AV8BNA/601 - AV-8B - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions AV8BNA/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
51 changes: 51 additions & 0 deletions Airplane folder names for kneeboards.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Folder names from C:\Users\<user>\Saved Games\DCS.openbeta\Liveries

A-10A
A-10C
A-10CII
AJS37
AV8BNA
Bf-109K-4
C-101CC
C-101EB
Christen Eagle II
F-14A-135-GR
F-14B
F-15C
F-16C_50
F-5E-3
F-86F Sabre
FA-18C_hornet
FW-190A8
FW-190D9
Hawk
I-16
J-11A
JF-17
Ka-50
L-39C
L-39ZA
M-2000C
Mi-8MT
MiG-15bis
MiG-19P
MiG-21bis
MiG-29A
MiG-29G
MiG-29S
MosquitoFBMkVI
P-47D-30
P-51D
SA342L
SA342M
SA342Minigun
SA342Mistral
SpitfireLFMkIX
SpitfireLFMkIXCW
Su-25
Su-25t
Su-27
Su-33
TF-51D
UH-1H
Yak-52
143 changes: 143 additions & 0 deletions Airport IDs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
Airport IDs:


Caucausus
ID Name
01 Anapa-Vityazevo
02 Krasnodar-Center
03 Novorossiysk
04 Krymsk
05 Maykop-Khanskaya
06 Gelendzhik
07 Sochi-Adler
08 Krasnodar-Pashkovsky
09 Sukhumi-Babushara
10 Gudauta
11 Batumi
12 Senaki-Kolkhi
13 Kobuleti
14 Kutaisi
15 Mineralnye Vody
16 Nalchik
17 Mozdok
18 Tbilisi-Lochini
19 Soganlug
20 Vaziani
21 Beslan


Nevada/NTTR
ID Name
01 Creech AFB
02 Groom Lake AFB
03 McCarran International Airport
04 Nellis AFB
05 Beatty Airport
06 Boulder City Airport
07 Echo Bay
08 Henderson Executive Airport
09 Jean Airport
10 Laughlin Airport
11 Lincoln County
12 Mesquite
13 Mina Airport 3Q0
14 North Las Vegas
15 Pahute Mesa Airstrip
16 Tonopah Airport
17 Tonopah Test Range Airfield


Persian Gulf
ID Name
01 Abu Musa Island
02 Bandar Abbas Intl
03 Bandar Lengeh
04 Al Dhafra AFB
05 Dubai Intl
06 Al Maktoum Intl
07 Fujairah Intl
08 Tunb Island AFB
09 Havadarya
10 Khasab
11 Lar
12 Al Minhad AFB
13 Qeshm Island
14 Sharjah Intl
15 Sirri Island
16 Tunb Kochak
17 Sir Abu Nuayr
18 Kerman
19 Shiraz Intl
20 Sas Al Nakheel
21 Bandar-e-Jask
22 Abu Dhabi Intl
23 Al-Bateen
24 Kish Island
25 Al Ain Intl
26 Lavan Island
27 Jiroft
28 Ras Al Khaimah Intl
29 Liwa AFB


Syria - (H) = Helicopter base
ID Name
01 Abu al-Duhur
02 Adana Sakirpasa
03 Al Qusayr
04 An Nasiriyah
05 Tha'lah
06 Beirut-Rafic Hariri
07 Damascus
08 Marj as Sultan South (H)
09 Al-Dumayr
10 Eyn Shemer
11 Gaziantep
12 H4
13 Haifa
14 Hama
15 Hatay
16 Incirlik
17 Jirah
18 Khalkhalah
19 King Hussein Air College
20 Kiryat Shmona
21 Bassel Al-Assad
22 Marj as Sultan North (H)
23 Marj Ruhayyil
24 Megiddo
25 Mezzeh
26 Minakh
27 Aleppo
28 Palmyra
29 Qabr as Sitt (H)
30 Ramat David
31 Kuweires
32 Rayak
33 Rene Mouawad
34 Rosh Pina
35 Sayqal
36 Shayrat
37 Tabqa
38 Taftanaz (H)
39 Tiyas
40 Wujah Al Hajar
41 Gazipasa
42? Nicosia (could not verify, airfield doesn't work in mission editor)
43 Akrotiri
44 Kingsfield
45 Paphos
46 Larnaka
47 Lakatamia (H)
48 Ercan
49 Gecitkale
50 Pinarbashi
51 Naqoura (H)

Mariana Islands
01 Rota Intl
02 Saipan Intl
03 Tinian Intl
04 Antonio B. Won Pat Intl
05 Orote Field (grid BQ48, not currently usable in mission editor)
06 Andersen AFB
Binary file added C-101CC/101 - C-101CC - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added C-101CC/201 - C-101CC - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added C-101CC/601 - C-101CC - Notes.odt
Binary file not shown.
16 changes: 16 additions & 0 deletions C-101CC/Convert odt in folder to png.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
rem
rem This calls OpenOffice command line to convert all .odt files in the current folder to .png files in the "pngs" subfolder.
rem

rem Delete the existing .png files.
del .\pngs\*.png

rem Iterate through all the .odt files in the current folder, calling OpenOffice on each one.
rem Use "for /R %%f..." for recursive searching for files in all subfolders
for %%f in (*.odt) do (
echo Converting %%f ...
rem echo "c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
"c:\Program Files\LibreOffice\program\swriter.exe" --headless --convert-to png --outdir .\pngs "%%f"
)
@pause
Binary file added C-101EB/101 - C-101EB - Controls - Joystick.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added C-101EB/201 - C-101EB - Ground - Cold Start.odt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added C-101EB/401 - C-101EB - A2A - None.odt
Binary file not shown.
Binary file added C-101EB/501 - C-101EB - A2G - None.odt
Binary file not shown.
Binary file added C-101EB/601 - C-101EB - Notes.odt
Binary file not shown.
Loading

0 comments on commit 562cf11

Please sign in to comment.