├── .timestamps ├── BINARIES ├── MBRZAP.BAT └── README.TXT ├── CHANGELOG ├── CONTRIBUTING.md ├── FDISETUP ├── APPINFO.LSM ├── AUTOEXEC.BAT ├── CONFIG.SYS ├── SETUP.BAT └── SETUP │ ├── AUTOEXEC.086 │ ├── AUTOEXEC.186 │ ├── AUTOEXEC.286 │ ├── AUTOEXEC.DBX │ ├── AUTOEXEC.DEF │ ├── AUTOEXEC.VBX │ ├── CONFIG.086 │ ├── CONFIG.186 │ ├── CONFIG.286 │ ├── CONFIG.DBX │ ├── CONFIG.DEF │ ├── CONFIG.VBX │ ├── FDASK000.BAT │ ├── FDASK100.BAT │ ├── FDASK200.BAT │ ├── FDASK300.BAT │ ├── FDASK400.BAT │ ├── FDASK500.BAT │ ├── FDASK600.BAT │ ├── FDASK700.BAT │ ├── FDBUG.BAT │ ├── FDCHECK.BAT │ ├── FDERROR.BAT │ ├── FDICLEAN.BAT │ ├── FDICLS.BAT │ ├── FDICTRLC.BAT │ ├── FDIDRIVE.BAT │ ├── FDIFAIL.BAT │ ├── FDILANG.BAT │ ├── FDIMEDIA.BAT │ ├── FDINS000.BAT │ ├── FDINS100.BAT │ ├── FDINS200.BAT │ ├── FDINS300.BAT │ ├── FDINS400.BAT │ ├── FDINS500.BAT │ ├── FDINS600.BAT │ ├── FDINS700.BAT │ ├── FDINS800.BAT │ ├── FDINS900.BAT │ ├── FDIPKG.BAT │ ├── FDISET.BAT │ ├── FDITEMP.BAT │ ├── FDNORUN.BAT │ ├── FDNOTICE.BAT │ ├── FDSETUP.BAT │ ├── FDSPLASH.BAT │ ├── FDSWPENV.BAT │ ├── FDTHANK.BAT │ ├── STAGE000.BAT │ ├── STAGE100.BAT │ ├── STAGE200.BAT │ ├── STAGE300.BAT │ ├── STAGE400.BAT │ ├── STAGE500.BAT │ ├── STAGE600.BAT │ ├── STAGE700.BAT │ ├── STAGE800.BAT │ ├── STAGE900.BAT │ ├── THEMEADV.BAT │ ├── THEMEDEF.BAT │ └── UNSTABLE.BAT ├── INDEX.md ├── LICENSE ├── LICENSE.v1 ├── LICENSE.v2 ├── LICENSE.v3 ├── PACKAGES └── README.TXT ├── README.md ├── SETTINGS ├── BONUS0.LST ├── CLEANUP.LST ├── PKG_BASE.LST ├── PKG_FDI.LST ├── PKG_FULL.LST ├── PKG_HYDR.LST ├── PKG_LIVE.LST ├── PKG_XTRA.LST └── VERSION.CFG ├── TODO └── TOOLS └── LangTest.bat /.timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/.timestamps -------------------------------------------------------------------------------- /BINARIES/MBRZAP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/BINARIES/MBRZAP.BAT -------------------------------------------------------------------------------- /BINARIES/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/BINARIES/README.TXT -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/CHANGELOG -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /FDISETUP/APPINFO.LSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/APPINFO.LSM -------------------------------------------------------------------------------- /FDISETUP/AUTOEXEC.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/AUTOEXEC.BAT -------------------------------------------------------------------------------- /FDISETUP/CONFIG.SYS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/CONFIG.SYS -------------------------------------------------------------------------------- /FDISETUP/SETUP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.086: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.086 -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.186: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.186 -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.286: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.286 -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.DBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.DBX -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.DEF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.DEF -------------------------------------------------------------------------------- /FDISETUP/SETUP/AUTOEXEC.VBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/AUTOEXEC.VBX -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.086: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/CONFIG.086 -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.186: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/CONFIG.186 -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.286: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/CONFIG.286 -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.DBX: -------------------------------------------------------------------------------- 1 | This file is not used by DOSBox Hybrid Install. -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.DEF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/CONFIG.DEF -------------------------------------------------------------------------------- /FDISETUP/SETUP/CONFIG.VBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/CONFIG.VBX -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK000.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK000.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK100.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK100.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK200.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK200.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK300.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK300.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK400.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK400.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK500.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK500.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK600.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK600.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDASK700.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDASK700.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDBUG.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDBUG.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDCHECK.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDCHECK.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDERROR.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDERROR.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDICLEAN.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDICLEAN.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDICLS.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDICLS.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDICTRLC.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDICTRLC.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDIDRIVE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDIDRIVE.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDIFAIL.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDIFAIL.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDILANG.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDILANG.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDIMEDIA.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDIMEDIA.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS000.BAT: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM Reserved 4 | call FDBUG.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS100.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS100.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS200.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS200.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS300.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS300.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS400.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS400.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS500.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS500.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS600.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS600.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS700.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS700.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS800.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS800.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDINS900.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDINS900.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDIPKG.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDIPKG.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDISET.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDISET.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDITEMP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDITEMP.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDNORUN.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDNORUN.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDNOTICE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDNOTICE.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDSETUP.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDSETUP.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDSPLASH.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDSPLASH.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDSWPENV.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDSWPENV.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/FDTHANK.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/FDTHANK.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE000.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE000.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE100.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE100.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE200.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE200.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE300.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE300.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE400.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE400.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE500.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE500.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE600.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE600.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE700.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE700.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE800.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE800.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/STAGE900.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/STAGE900.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/THEMEADV.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/THEMEADV.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/THEMEDEF.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/THEMEDEF.BAT -------------------------------------------------------------------------------- /FDISETUP/SETUP/UNSTABLE.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/FDISETUP/SETUP/UNSTABLE.BAT -------------------------------------------------------------------------------- /INDEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/INDEX.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.v1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/LICENSE.v1 -------------------------------------------------------------------------------- /LICENSE.v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/LICENSE.v2 -------------------------------------------------------------------------------- /LICENSE.v3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/LICENSE.v3 -------------------------------------------------------------------------------- /PACKAGES/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/PACKAGES/README.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/README.md -------------------------------------------------------------------------------- /SETTINGS/BONUS0.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/BONUS0.LST -------------------------------------------------------------------------------- /SETTINGS/CLEANUP.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/CLEANUP.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_BASE.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_BASE.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_FDI.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_FDI.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_FULL.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_FULL.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_HYDR.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_HYDR.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_LIVE.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_LIVE.LST -------------------------------------------------------------------------------- /SETTINGS/PKG_XTRA.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/PKG_XTRA.LST -------------------------------------------------------------------------------- /SETTINGS/VERSION.CFG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/SETTINGS/VERSION.CFG -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/TODO -------------------------------------------------------------------------------- /TOOLS/LangTest.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/FDI/HEAD/TOOLS/LangTest.bat --------------------------------------------------------------------------------