├── .github └── workflows │ └── ci-build.yml ├── .gitignore ├── .timestamps ├── INDEX.md ├── LICENSE ├── README.md ├── _config.yml ├── append └── help │ ├── append.de │ ├── append.de.UTF-8 │ ├── append.en │ ├── append.es │ ├── append.fr │ ├── append.fr.UTF-8 │ ├── append.ptb │ ├── append.ptb.UTF-8 │ ├── append.sv │ ├── append.sv.UTF-8 │ ├── append.tr │ └── append.tr.UTF-8 ├── assign └── help │ ├── assign.de │ ├── assign.de.UTF-8 │ ├── assign.en │ ├── assign.es │ ├── assign.fr │ ├── assign.fr.UTF-8 │ ├── assign.ptb │ ├── assign.ptb.UTF-8 │ ├── assign.sv │ ├── assign.sv.UTF-8 │ ├── assign.tr │ └── assign.tr.UTF-8 ├── blkdrop └── nls │ ├── blkdrop.cz │ ├── blkdrop.de │ ├── blkdrop.de.UTF-8 │ ├── blkdrop.dk │ ├── blkdrop.ee │ ├── blkdrop.en │ ├── blkdrop.en.UTF-8 │ ├── blkdrop.eo │ ├── blkdrop.eo.UTF-8 │ ├── blkdrop.es │ ├── blkdrop.fi │ ├── blkdrop.fr │ ├── blkdrop.fr.UTF-8 │ ├── blkdrop.hu │ ├── blkdrop.is │ ├── blkdrop.it │ ├── blkdrop.lt │ ├── blkdrop.lv │ ├── blkdrop.nl │ ├── blkdrop.nl.UTF-8 │ ├── blkdrop.no │ ├── blkdrop.pl │ ├── blkdrop.pt │ ├── blkdrop.ptb │ ├── blkdrop.ru │ ├── blkdrop.sk │ ├── blkdrop.sl │ ├── blkdrop.sr │ ├── blkdrop.sv │ ├── blkdrop.sv.UTF-8 │ ├── blkdrop.tr │ ├── blkdrop.tr.UTF-8 │ ├── blkdrop.uk │ ├── goodbye.de │ ├── goodbye.de.UTF-8 │ ├── goodbye.en │ ├── goodbye.en.UTF-8 │ ├── goodbye.es │ ├── goodbye.es.UTF-8 │ ├── goodbye.fr │ ├── goodbye.fr.UTF-8 │ ├── goodbye.ru │ ├── goodbye.ru.UTF-8 │ ├── goodbye.tr │ ├── goodbye.tr.UTF-8 │ ├── helptxt.de │ ├── helptxt.de.UTF-8 │ ├── helptxt.en │ ├── helptxt.fr │ ├── helptxt.fr.UTF-8 │ ├── helptxt.sv │ ├── helptxt.sv.UTF-8 │ ├── helptxt.tr │ └── helptxt.tr.UTF-8 ├── blocek ├── nls │ ├── BLOCEK1.FR │ ├── BLOCEK1.FR.UTF-8 │ ├── BLOCEK1.TR │ ├── BLOCEK1.TR.UTF-8 │ ├── BLOCEK2.FR │ ├── BLOCEK2.FR.UTF-8 │ ├── BLOCEK2.TR │ ├── BLOCEK2.TR.UTF-8 │ ├── blocek1.cz │ ├── blocek1.de │ ├── blocek1.en │ ├── blocek1.ru │ ├── blocek2.cz │ ├── blocek2.de │ ├── blocek2.en │ ├── blocek2.ru │ └── howto.txt └── v1.62-old │ ├── blocek1.cz │ ├── blocek1.de │ ├── blocek1.de.UTF-8 │ ├── blocek1.en │ ├── blocek1.fr │ ├── blocek1.hu │ ├── blocek1.ru │ ├── blocek1.tr │ ├── blocek2.cz │ ├── blocek2.de │ ├── blocek2.de.UTF-8 │ ├── blocek2.en │ ├── blocek2.fr │ ├── blocek2.hu │ ├── blocek2.ru │ └── blocek2.tr ├── choice ├── help │ ├── choice.de │ ├── choice.de.UTF-8 │ ├── choice.en │ ├── choice.es │ ├── choice.fr │ ├── choice.fr.UTF-8 │ ├── choice.ptb │ ├── choice.ptb.UTF-8 │ ├── choice.sv │ ├── choice.sv.UTF-8 │ ├── choice.tr │ └── choice.tr.UTF-8 └── nls │ ├── choice.cz │ ├── choice.de │ ├── choice.de.UTF-8 │ ├── choice.dk │ ├── choice.ee │ ├── choice.en │ ├── choice.eo │ ├── choice.es │ ├── choice.fi │ ├── choice.fi.UTF-8 │ ├── choice.fr │ ├── choice.fr.UTF-8 │ ├── choice.hu │ ├── choice.is │ ├── choice.it │ ├── choice.lt │ ├── choice.lv │ ├── choice.lv.UTF-8 │ ├── choice.nl │ ├── choice.no │ ├── choice.no.UTF-8 │ ├── choice.pl │ ├── choice.pt │ ├── choice.ptb │ ├── choice.ru │ ├── choice.sk │ ├── choice.sl │ ├── choice.sr │ ├── choice.sv │ ├── choice.sv.UTF-8 │ ├── choice.tr │ ├── choice.tr.UTF-8 │ └── choice.uk ├── compute └── nls │ ├── compute.cz │ ├── compute.de │ ├── compute.de.UTF-8 │ ├── compute.dk │ ├── compute.ee │ ├── compute.en │ ├── compute.eo │ ├── compute.es │ ├── compute.fi │ ├── compute.fr │ ├── compute.fr.UTF-8 │ ├── compute.hu │ ├── compute.is │ ├── compute.it │ ├── compute.lt │ ├── compute.lv │ ├── compute.nl │ ├── compute.no │ ├── compute.pl │ ├── compute.pt │ ├── compute.ptb │ ├── compute.ru │ ├── compute.ru.UTF-8 │ ├── compute.sk │ ├── compute.sl │ ├── compute.sr │ ├── compute.sv │ ├── compute.sv.UTF-8 │ ├── compute.tr │ ├── compute.tr.UTF-8 │ └── compute.uk ├── ctmouse └── source │ ├── CTM-DE.MSG │ ├── CTM-DE.MSG.UTF-8 │ ├── CTM-EN.MSG │ ├── CTM-ES.MSG │ ├── CTM-FR.MSG │ ├── CTM-FR.MSG.UTF-8 │ ├── CTM-HU.MSG │ ├── CTM-IT.MSG │ ├── CTM-LV.MSG │ ├── CTM-NL.MSG │ ├── CTM-PL.MSG │ ├── CTM-PT.MSG │ ├── CTM-PT.MSG.UTF-8 │ ├── CTM-PTB.MSG │ ├── CTM-SK.MSG │ ├── CTM-SV.MSG │ ├── CTM-SV.MSG.UTF-8 │ ├── CTM-TR.MSG │ └── CTM-TR.MSG.UTF-8 ├── danger ├── fonts │ ├── 0808N437.FNT │ ├── 0810N437.FNT │ ├── 0812N437.FNT │ ├── 0814N437.FNT │ ├── 0816N437.FNT │ ├── 0816N850.FNT │ ├── 0816N857.FNT │ ├── 0818N437.FNT │ ├── 0820N437.FNT │ ├── 1012N437.FNT │ ├── 1012N850.FNT │ ├── 1012N857.FNT │ ├── 1012N858.FNT │ ├── 1214N437.FNT │ └── FONTLANG.CFG └── readme.md ├── diskcopy └── nls │ ├── diskcopy.de │ ├── diskcopy.de.UTF-8 │ ├── diskcopy.dk │ ├── diskcopy.en │ ├── diskcopy.es │ ├── diskcopy.fi │ ├── diskcopy.fr │ ├── diskcopy.fr.UTF-8 │ ├── diskcopy.it │ ├── diskcopy.nl │ ├── diskcopy.pl │ ├── diskcopy.sl │ ├── diskcopy.sv │ ├── diskcopy.sv.UTF-8 │ ├── diskcopy.tr │ └── diskcopy.tr.UTF-8 ├── display └── source │ ├── strings.de │ ├── strings.de.UTF-8 │ ├── strings.en │ ├── strings.es │ ├── strings.fr │ ├── strings.fr.UTF-8 │ ├── strings.sv │ ├── strings.sv.UTF-8 │ ├── strings.tr │ └── strings.tr.UTF-8 ├── doslfn ├── NLS │ ├── DOSLFN.CZ │ ├── DOSLFN.DE │ ├── DOSLFN.DK │ ├── DOSLFN.EN │ ├── DOSLFN.ES │ ├── DOSLFN.FI │ ├── DOSLFN.FR │ ├── DOSLFN.HU │ ├── DOSLFN.IT │ ├── DOSLFN.JA │ ├── DOSLFN.LV │ ├── DOSLFN.NL │ ├── DOSLFN.NO │ ├── DOSLFN.PL │ ├── DOSLFN.PT │ ├── DOSLFN.RU │ ├── DOSLFN.SL │ ├── DOSLFN.SV │ ├── DOSLFN.TR │ └── DOSLFN.ZH └── help │ ├── doslfn.de │ ├── doslfn.en │ ├── doslfn.es │ ├── doslfn.fr │ └── doslfn.tr ├── dosshell └── nls │ └── dosshell.sv.UTF-8 ├── dosutil └── help │ ├── dosutil.de │ ├── dosutil.de.UTF-8 │ ├── dosutil.en │ ├── dosutil.es │ ├── dosutil.fr │ ├── dosutil.fr.UTF-8 │ ├── dosutil.ptb │ ├── dosutil.ptb.UTF-8 │ ├── dosutil.sv │ ├── dosutil.sv.UTF-8 │ ├── dosutil.tr │ └── dosutil.tr.UTF-8 ├── edict ├── language.txt └── nls │ ├── edict.de │ ├── edict.de.UTF-8 │ ├── edict.en │ ├── edict.es │ ├── edict.es.UTF-8 │ ├── edict.fr │ ├── edict.fr.UTF-8 │ ├── edict.sv │ ├── edict.sv.UTF-8 │ ├── edict.tr │ └── edict.tr.UTF-8 ├── edlin ├── doc │ ├── edlin-de.htm │ ├── edlin-en.htm │ ├── edlin-fr.htm │ ├── edlin-ja.htm │ ├── edlin-ja.txt │ ├── edlin-sv.htm │ ├── edlin-tr.UTF-8 │ └── edlin-tr.txt └── nls │ ├── edlin.de │ ├── edlin.de.UTF-8 │ ├── edlin.dk │ ├── edlin.en │ ├── edlin.eo │ ├── edlin.es │ ├── edlin.eu │ ├── edlin.fi │ ├── edlin.fr │ ├── edlin.fr.UTF-8 │ ├── edlin.is │ ├── edlin.it │ ├── edlin.la │ ├── edlin.nl │ ├── edlin.no │ ├── edlin.pl │ ├── edlin.pt │ ├── edlin.sl │ ├── edlin.sv │ ├── edlin.sv.UTF-8 │ ├── edlin.tr │ └── edlin.tr.UTF-8 ├── exe2bin └── help │ ├── exe2bin.de │ ├── exe2bin.de.UTF-8 │ ├── exe2bin.en │ ├── exe2bin.es │ ├── exe2bin.fr │ ├── exe2bin.fr.UTF-8 │ ├── exe2bin.ptb │ ├── exe2bin.ptb.UTF-8 │ ├── exe2bin.sv │ ├── exe2bin.sv.UTF-8 │ ├── exe2bin.tr │ └── exe2bin.tr.UTF-8 ├── fc ├── help │ ├── fc.de │ ├── fc.de.UTF8 │ ├── fc.en │ ├── fc.es │ ├── fc.fr │ ├── fc.fr.UTF-8 │ ├── fc.sv │ ├── fc.sv.UTF-8 │ ├── fc.tr │ └── fc.tr.UTF-8 └── nls │ ├── fc.de │ ├── fc.de.UTF8 │ ├── fc.dk │ ├── fc.en │ ├── fc.es │ ├── fc.fr │ ├── fc.fr.UTF-8 │ ├── fc.it │ ├── fc.lv │ ├── fc.lv.UTF-8 │ ├── fc.nl │ ├── fc.pl │ ├── fc.ru │ ├── fc.ru.UTF-8 │ ├── fc.sl │ ├── fc.sv │ ├── fc.sv.UTF-8 │ ├── fc.tr │ └── fc.tr.UTF-8 ├── fd-nls ├── codepages │ ├── 437.xml │ ├── 850.xml │ ├── 857.xml │ ├── 858.xml │ ├── 863.xml │ └── 865.xml ├── fonts │ ├── 437.fnt │ ├── 850.fnt │ ├── 857.fnt │ ├── 858.fnt │ ├── 863.fnt │ └── 866.fnt └── languages │ ├── de.xml │ ├── en_us.xml │ ├── fr.xml │ ├── no.xml │ ├── sv.xml │ └── tr.xml ├── fdhelper ├── help │ ├── cdrom.de │ ├── cdrom.de.UTF-8 │ ├── cdrom.en │ ├── cdrom.es │ ├── cdrom.fr │ ├── cdrom.fr.UTF-8 │ ├── cdrom.sv │ ├── cdrom.sv.UTF-8 │ ├── cdrom.tr │ └── cdrom.tr.UTF-8 └── nls │ ├── cdrom.de │ ├── cdrom.de.UTF-8 │ ├── cdrom.en │ ├── cdrom.es │ ├── cdrom.fr │ ├── cdrom.fr.UTF-8 │ ├── cdrom.sv │ ├── cdrom.sv.UTF-8 │ ├── cdrom.tr │ ├── cdrom.tr.UTF-8 │ ├── welcome.de │ ├── welcome.de.UTF-8 │ ├── welcome.en │ ├── welcome.eo │ ├── welcome.es │ ├── welcome.fr │ ├── welcome.fr.UTF-8 │ ├── welcome.nl │ ├── welcome.sv │ ├── welcome.sv.UTF-8 │ ├── welcome.tr │ └── welcome.tr.UTF-8 ├── fdi-x86 ├── messages │ ├── FOOTER.DE │ ├── FOOTER.DE.UTF-8 │ ├── FOOTER.EN │ ├── FOOTER.ES │ ├── FOOTER.FR │ ├── FOOTER.FR.UTF-8 │ ├── FOOTER.SV │ ├── FOOTER.SV.UTF-8 │ ├── FOOTER.TR │ ├── FOOTER.TR.UTF-8 │ ├── HEADER.DE │ ├── HEADER.DE.UTF-8 │ ├── HEADER.EN │ ├── HEADER.ES │ ├── HEADER.FR │ ├── HEADER.FR.UTF-8 │ ├── HEADER.SV │ ├── HEADER.SV.UTF-8 │ ├── HEADER.TR │ ├── HEADER.TR.UTF-8 │ ├── MESSAGES.DE │ ├── MESSAGES.DE.UTF-8 │ ├── MESSAGES.EN │ ├── MESSAGES.ES │ ├── MESSAGES.FR │ ├── MESSAGES.FR.UTF-8 │ ├── MESSAGES.SV │ ├── MESSAGES.SV.UTF-8 │ ├── MESSAGES.TR │ └── MESSAGES.TR.UTF-8 └── nls │ ├── SETUP.DE │ ├── SETUP.DE.UTF-8 │ ├── SETUP.EN │ ├── SETUP.ES │ ├── SETUP.FR │ ├── SETUP.FR.UTF-8 │ ├── SETUP.SV │ ├── SETUP.SV.UTF-8 │ ├── SETUP.TR │ └── SETUP.TR.UTF-8 ├── fdi ├── extend │ ├── FDINS995.BAT │ └── FDINS995.DE ├── keyboard │ ├── BRAZIL1.KYB │ ├── BRAZIL2.KYB │ ├── DENMARK.KYB │ ├── DUTCH.KYB │ ├── EN-UK.KYB │ ├── EN-US.KYB │ ├── FRENCH1.KYB │ ├── FRENCH2.KYB │ ├── GERMAN1.KYB │ ├── GERMAN2.KYB │ ├── HEBREW.KYB │ ├── HNGRN.KYB │ ├── ITALIAN.KYB │ ├── JAPANESE.KYB │ ├── LATIN.KYB │ ├── POLISH.KYB │ ├── PORTUGAL.KYB │ ├── RUSSIAN.KYB │ ├── SPANISH.KYB │ ├── SWEDISH.KYB │ ├── SWISS-FR.KYB │ ├── SWISS-GR.KYB │ ├── TURKISHF.KYB │ └── TURKISHQ.KYB ├── language │ ├── CP850.FNT │ ├── CP850.V8F │ ├── CP857.DE │ ├── CP857.DE.UTF-8 │ ├── CP857.FNT │ ├── CP857.TXT │ ├── CP857.V8F │ ├── CP858.DE │ ├── CP858.DE.UTF-8 │ ├── CP858.FNT │ ├── CP858.TXT │ ├── CP858.V8F │ ├── CP866.DE │ ├── CP866.DE.UTF-8 │ ├── CP866.FNT │ ├── CP866.TXT │ ├── CP866.V8F │ ├── SETFONT.BAT │ ├── SETFONT.DE │ ├── de │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── FDSETUP.DEF.UTF-8 │ │ ├── KEYBOARD.LST │ │ ├── KEYBOARD.LST.UTF-8 │ │ └── SETLANG.BAT │ ├── en │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ └── SETLANG.BAT │ ├── eo │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ └── SETLANG.BAT │ ├── es │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ └── SETLANG.BAT │ ├── fr │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ ├── SETLANG.BAT │ │ └── utf-8 │ │ │ └── FDSETUP.DEF │ ├── nl │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ └── SETLANG.BAT │ ├── ru │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ ├── SETLANG.BAT │ │ └── raw │ │ │ ├── FDSETUP-CP866.DEF │ │ │ ├── FDSETUP-UTF-8.DEF │ │ │ ├── KEYBOARD-CP866.LST │ │ │ ├── KEYBOARD-UTF-8.LST │ │ │ ├── SETLANG-CP866.BAT │ │ │ └── SETLANG-UTF-8.BAT │ ├── sv │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── FDSETUP.DEF.UTF-8 │ │ ├── KEYBOARD.LST │ │ └── SETLANG.BAT │ └── tr │ │ ├── COUNTRY.BAT │ │ ├── FDSETUP.DEF │ │ ├── KEYBOARD.LST │ │ ├── SETLANG.BAT │ │ └── utf-8 │ │ ├── FDSETUP.DEF │ │ └── KEYBOARD.LST └── notes │ ├── 2020-01-16.TXT │ ├── 2020-01-16b.TXT │ └── 2022-06-26 Hungarian Suggestions.TXT ├── fdimples └── nls │ ├── FDIMPLES.DE │ ├── FDIMPLES.DE.UTF-8 │ ├── FDIMPLES.EN │ ├── FDIMPLES.EO │ ├── FDIMPLES.ES │ ├── FDIMPLES.FR │ ├── FDIMPLES.FR.UTF-8 │ ├── FDIMPLES.NL │ ├── FDIMPLES.RU │ ├── FDIMPLES.RU.UTF-8 │ ├── FDIMPLES.SV │ ├── FDIMPLES.SV.UTF-8 │ ├── FDIMPLES.TR │ └── FDIMPLES.TR.UTF-8 ├── fdisk └── help │ ├── fdisk.de │ ├── fdisk.de.UTF-8 │ ├── fdisk.en │ ├── fdisk.es │ ├── fdisk.fr │ ├── fdisk.fr.UTF-8 │ ├── fdisk.nl │ ├── fdisk.no.UTF-8 │ ├── fdisk.ptb │ ├── fdisk.ptb.UTF-8 │ ├── fdisk.sv │ ├── fdisk.sv.UTF-8 │ ├── fdisk.tr │ └── fdisk.tr.UTF-8 ├── fdnet └── nls │ ├── fdnet.de │ ├── fdnet.de.UTF-8 │ ├── fdnet.en │ ├── fdnet.es │ ├── fdnet.fr │ ├── fdnet.fr.UTF-8 │ ├── fdnet.sv │ ├── fdnet.sv.UTF-8 │ ├── fdnet.tr │ └── fdnet.tr.UTF-8 ├── fdnpkg └── nls │ ├── fdnpkg.de │ ├── fdnpkg.de.UTF-8 │ ├── fdnpkg.dk │ ├── fdnpkg.en │ ├── fdnpkg.es │ ├── fdnpkg.fr │ ├── fdnpkg.fr.UTF-8 │ ├── fdnpkg.pl │ ├── fdnpkg.ru │ ├── fdnpkg.ru.UTF-8 │ ├── fdnpkg.si │ ├── fdnpkg.sl │ ├── fdnpkg.tr │ └── fdnpkg.tr.UTF-8 ├── fdnpkg16 └── NLS │ ├── FDNPKG16.DE │ ├── FDNPKG16.DK │ ├── FDNPKG16.EN │ ├── FDNPKG16.ES │ ├── FDNPKG16.FR │ ├── FDNPKG16.PL │ ├── FDNPKG16.RU │ ├── FDNPKG16.SI │ ├── FDNPKG16.SL │ └── FDNPKG16.TR ├── fdpkg └── nls │ ├── fdpkg.de │ ├── fdpkg.de.UTF-8 │ ├── fdpkg.en │ ├── fdpkg.es │ ├── fdpkg.fr │ ├── fdpkg.fr.UTF-8 │ ├── fdpkg.pl │ ├── fdpkg.tr │ └── fdpkg.tr.UTF-8 ├── fdrepo ├── codepages │ ├── 437.xml │ ├── 850.xml │ ├── 857.xml │ └── 858.xml ├── fdrepo │ ├── fdrepo.de │ ├── fdrepo.en │ ├── fdrepo.es │ ├── fdrepo.fr │ └── fdrepo.tr ├── nls │ ├── 1.3.DE │ ├── 1.3.EN │ ├── 1.3.ES │ ├── 1.3.FR │ ├── 1.3.SV │ ├── 1.3.TR │ ├── 1.4.DE │ ├── 1.4.EN │ ├── 1.4.ES │ ├── 1.4.FR │ ├── 1.4.SV │ ├── 1.4.TR │ ├── LATEST.DE │ ├── LATEST.EN │ ├── LATEST.ES │ ├── LATEST.FR │ ├── LATEST.SV │ └── LATEST.TR └── readme.txt ├── fdshell └── help │ ├── dosshell.de │ ├── dosshell.de.UTF-8 │ ├── dosshell.en │ ├── dosshell.es │ ├── dosshell.fr │ ├── dosshell.fr.UTF-8 │ ├── dosshell.nl │ ├── dosshell.no.UTF-8 │ ├── dosshell.ptb │ ├── dosshell.ptb.UTF-8 │ ├── dosshell.sv │ ├── dosshell.sv.UTF-8 │ ├── dosshell.tr │ └── dosshell.tr.UTF-8 ├── fdtui ├── doc │ ├── readme.de │ ├── readme.de.UTF-8 │ ├── readme.en │ ├── readme.es │ ├── readme.fr │ ├── readme.fr.UTF-8 │ ├── readme.sv │ ├── readme.sv.UTF-8 │ ├── readme.tr │ └── readme.tr.UTF-8 └── nls │ ├── fdtui.de │ ├── fdtui.de.UTF-8 │ ├── fdtui.en │ ├── fdtui.es │ ├── fdtui.fr │ ├── fdtui.fr.UTF-8 │ ├── fdtui.no │ ├── fdtui.no.UTF-8 │ ├── fdtui.sv │ ├── fdtui.sv.UTF-8 │ ├── fdtui.tr │ └── fdtui.tr.UTF-8 ├── find └── nls │ ├── find.de │ ├── find.de.UTF-8 │ ├── find.dk │ ├── find.en │ ├── find.es │ ├── find.fi │ ├── find.fr │ ├── find.fr.UTF-8 │ ├── find.hu │ ├── find.it │ ├── find.lv │ ├── find.nl │ ├── find.pl │ ├── find.pt │ ├── find.ru │ ├── find.ru.UTF-8 │ ├── find.sl │ ├── find.sv │ ├── find.sv.UTF-8 │ ├── find.tr │ └── find.tr.UTF-8 ├── flashrom └── help │ ├── flashrom.de │ ├── flashrom.de.UTF-8 │ ├── flashrom.en │ ├── flashrom.es │ ├── flashrom.fr │ ├── flashrom.fr.UTF-8 │ ├── flashrom.ptb │ ├── flashrom.ptb.UTF-8 │ ├── flashrom.sv │ ├── flashrom.sv.UTF-8 │ ├── flashrom.tr │ └── flashrom.tr.UTF-8 ├── format ├── format.de ├── format.de.UTF-8 ├── format.en ├── format.fr ├── format.nl └── format.tr ├── freecom └── source │ ├── DEFAULT.err │ ├── DEFAULT.lng │ ├── DEFAULT.lng.UTF-8 │ ├── dutch.err │ ├── dutch.lng │ ├── english.err │ ├── english.lng │ ├── finnish.err │ ├── finnish.lng │ ├── french.err │ ├── french.err.UTF-8 │ ├── french.lng │ ├── french.lng.UTF-8 │ ├── german.err │ ├── german.err.UTF-8 │ ├── german.lng │ ├── german.lng.UTF-8 │ ├── italian.err │ ├── italian.lng │ ├── polish.err │ ├── polish.lng │ ├── pt.err │ ├── pt.err.UTF-8 │ ├── pt.lng │ ├── pt.lng.UTF-8 │ ├── pt_br.err │ ├── pt_br.lng │ ├── russian.err │ ├── russian.lng │ ├── russian.lng.UTF-8 │ ├── serbian.err │ ├── serbian.lng │ ├── slovene.err │ ├── slovene.lng │ ├── spanish.err │ ├── spanish.lng │ ├── swedish.err │ ├── swedish.err.UTF-8 │ ├── swedish.lng │ ├── swedish.lng.UTF-8 │ ├── turkish.err │ ├── turkish.err.UTF-8 │ ├── turkish.lng │ ├── turkish.lng.UTF-8 │ ├── ukr.err │ ├── ukr.lng │ ├── yu437.err │ └── yu437.lng ├── freedos ├── docs │ ├── README.FR │ ├── README.FR.UTF-8 │ ├── README.TR │ ├── README.TR.UTF-8 │ └── README.TXT └── unstable │ └── readme-warning.txt ├── gcdrom └── source │ ├── xcdmsgs.de │ ├── xcdmsgs.de.UTF-8 │ ├── xcdmsgs.en │ ├── xcdmsgs.es │ ├── xcdmsgs.fr │ ├── xcdmsgs.fr.UTF-8 │ ├── xcdmsgs.sv │ ├── xcdmsgs.sv.UTF-8 │ ├── xcdmsgs.tr │ └── xcdmsgs.tr.UTF-8 ├── help-legacy └── nls │ ├── help.de │ ├── help.de.UTF-8 │ ├── help.en │ ├── help.es │ ├── help.fr │ ├── help.fr.UTF-8 │ ├── help.hu │ ├── help.it │ ├── help.lv │ ├── help.nl │ ├── help.pl │ ├── help.pt │ ├── help.ru │ ├── help.ru.UTF-8 │ ├── help.sl │ ├── help.sv │ ├── help.sv.UTF-8 │ ├── help.tr │ └── help.tr.UTF-8 ├── htmlhelp ├── README.txt ├── devel │ ├── about.htm │ ├── amb.htm │ ├── ambhelp.htm │ ├── ambpack.htm │ ├── apropos.htm │ ├── fasthelp.htm │ ├── help.htm │ ├── index.htm │ ├── network │ │ ├── 3com.htm │ │ ├── cifs.htm │ │ ├── conclus.htm │ │ ├── crynwr.htm │ │ ├── dosnetto.htm │ │ ├── ethernet.htm │ │ ├── history.htm │ │ ├── howto.htm │ │ ├── index.htm │ │ ├── install.htm │ │ ├── intro.htm │ │ ├── ipxspx.htm │ │ ├── ldtcpipk.htm │ │ ├── modem.htm │ │ ├── msclient.htm │ │ ├── mtcp.htm │ │ ├── ndis.htm │ │ ├── ndis_ins.htm │ │ ├── network.htm │ │ ├── nfs.htm │ │ ├── novell.htm │ │ ├── ntcpdrv.htm │ │ ├── odi.htm │ │ ├── odi_ins.htm │ │ ├── ot_tcpip.htm │ │ ├── others.htm │ │ ├── pack_ins.htm │ │ ├── pkt2odi.htm │ │ ├── tcpip.htm │ │ ├── tcpip_ap.htm │ │ ├── wattcp.htm │ │ └── wifi.htm │ ├── newbie01.htm │ ├── newbie02.htm │ └── whatis.htm ├── nls │ ├── HTMLHELP.DE │ ├── HTMLHELP.DE.UTF-8 │ ├── HTMLHELP.EN │ ├── HTMLHELP.ES │ ├── HTMLHELP.FR │ ├── HTMLHELP.FR.UTF-8 │ ├── HTMLHELP.IT │ ├── HTMLHELP.NL │ ├── HTMLHELP.PL │ ├── HTMLHELP.RU │ ├── HTMLHELP.RU.UTF-8 │ ├── HTMLHELP.SK │ ├── HTMLHELP.SL │ ├── HTMLHELP.SV.UTF-8 │ ├── HTMLHELP.TR │ ├── HTMLHELP.TR.UTF-8 │ └── HTMLHELP.US ├── v1.0.8 │ └── help │ │ ├── FDL.TXT │ │ ├── HIST-DE.HTM │ │ ├── HIST-EN.HTM │ │ ├── HIST-ES.HTM │ │ ├── HIST-FR.HTM │ │ ├── INDEX.HTM │ │ ├── READ-de.1st │ │ ├── READ-en.1st │ │ ├── READ-es.1st │ │ ├── READ-fr.1st │ │ ├── appinfo │ │ └── help.lsm │ │ ├── de │ │ ├── READ-de.1st │ │ ├── help.htm │ │ ├── hhstndrd │ │ │ └── hhstndrd.zip │ │ │ │ ├── READ-de.1st │ │ │ │ ├── authors │ │ │ │ ├── ack.htm │ │ │ │ ├── greeting.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── tags.htm │ │ │ │ ├── todolist.htm │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ ├── append.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── assign.htm │ │ │ │ ├── atapicdd.htm │ │ │ │ ├── attrib.htm │ │ │ │ ├── backup.htm │ │ │ │ ├── callver.htm │ │ │ │ ├── cdrcache.htm │ │ │ │ ├── chkdsk.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cntrysys.htm │ │ │ │ ├── command.htm │ │ │ │ ├── comp.htm │ │ │ │ ├── cpidos.htm │ │ │ │ ├── ctmouse.htm │ │ │ │ ├── debug.htm │ │ │ │ ├── defrag.htm │ │ │ │ ├── deltree.htm │ │ │ │ ├── diskcomp.htm │ │ │ │ ├── diskcopy.htm │ │ │ │ ├── display.htm │ │ │ │ ├── edit.htm │ │ │ │ ├── edlin.htm │ │ │ │ ├── emm386.htm │ │ │ │ ├── exe2bin.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fc.htm │ │ │ │ ├── fdapm.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fdisk.htm │ │ │ │ ├── fdshield.htm │ │ │ │ ├── fdxms.htm │ │ │ │ ├── fdxms286.htm │ │ │ │ ├── find.htm │ │ │ │ ├── format.htm │ │ │ │ ├── freecom.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── gcdrom.htm │ │ │ │ ├── graftabl.htm │ │ │ │ ├── graphexe.htm │ │ │ │ ├── graphics.htm │ │ │ │ ├── help.htm │ │ │ │ ├── himem.htm │ │ │ │ ├── himemx.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── jemm386.htm │ │ │ │ ├── jemmex.htm │ │ │ │ ├── join.htm │ │ │ │ ├── kernel.htm │ │ │ │ ├── keyb-kc.htm │ │ │ │ ├── keyb.htm │ │ │ │ ├── keycode.htm │ │ │ │ ├── keyman.htm │ │ │ │ ├── klib.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── krnl-dvl.htm │ │ │ │ ├── label.htm │ │ │ │ ├── lbacache.htm │ │ │ │ ├── listxdef.htm │ │ │ │ ├── mem.htm │ │ │ │ ├── mirror.htm │ │ │ │ ├── mkeyb.htm │ │ │ │ ├── mode.htm │ │ │ │ ├── modecon.htm │ │ │ │ ├── more.htm │ │ │ │ ├── move.htm │ │ │ │ ├── mscdex.htm │ │ │ │ ├── nansi.htm │ │ │ │ ├── nlsfunc.htm │ │ │ │ ├── print.htm │ │ │ │ ├── printer.htm │ │ │ │ ├── printq.htm │ │ │ │ ├── recover.htm │ │ │ │ ├── replace.htm │ │ │ │ ├── restore.htm │ │ │ │ ├── scandisk.htm │ │ │ │ ├── scankbd.htm │ │ │ │ ├── setver.htm │ │ │ │ ├── share.htm │ │ │ │ ├── shsucdx.htm │ │ │ │ ├── sort.htm │ │ │ │ ├── subst.htm │ │ │ │ ├── swsubst.htm │ │ │ │ ├── sys.htm │ │ │ │ ├── tdsk.htm │ │ │ │ ├── tickle.htm │ │ │ │ ├── tree.htm │ │ │ │ ├── udma.htm │ │ │ │ ├── udma2.htm │ │ │ │ ├── udvd.htm │ │ │ │ ├── uide.htm │ │ │ │ ├── undelete.htm │ │ │ │ ├── unformat.htm │ │ │ │ ├── whatis.htm │ │ │ │ ├── xcdrom.htm │ │ │ │ ├── xcopy.htm │ │ │ │ ├── xdma.htm │ │ │ │ ├── xkeyb.htm │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ ├── autoexec.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── call.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── set.htm │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ ├── break.htm │ │ │ │ ├── buffers.htm │ │ │ │ ├── buffersh.htm │ │ │ │ ├── country.htm │ │ │ │ ├── device.htm │ │ │ │ ├── deviceh.htm │ │ │ │ ├── dos.htm │ │ │ │ ├── dosdata.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── eecho.htm │ │ │ │ ├── exclamat.htm │ │ │ │ ├── fcbs.htm │ │ │ │ ├── fdconfig.htm │ │ │ │ ├── files.htm │ │ │ │ ├── filesh.htm │ │ │ │ ├── idlehalt.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── installh.htm │ │ │ │ ├── keybuf.htm │ │ │ │ ├── lastdrv.htm │ │ │ │ ├── lastdrvh.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── menucol.htm │ │ │ │ ├── menudef.htm │ │ │ │ ├── numlock.htm │ │ │ │ ├── question.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── screen.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shell.htm │ │ │ │ ├── shellh.htm │ │ │ │ ├── slashdot.htm │ │ │ │ ├── stacks.htm │ │ │ │ ├── stacksh.htm │ │ │ │ ├── switchar.htm │ │ │ │ ├── switches.htm │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ ├── alias.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── break.htm │ │ │ │ ├── call.htm │ │ │ │ ├── cd.htm │ │ │ │ ├── cdd.htm │ │ │ │ ├── chcp.htm │ │ │ │ ├── chdir.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── copy.htm │ │ │ │ ├── ctty.htm │ │ │ │ ├── date.htm │ │ │ │ ├── del.htm │ │ │ │ ├── dir.htm │ │ │ │ ├── dirs.htm │ │ │ │ ├── doskey.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── erase.htm │ │ │ │ ├── exit.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── history.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lfnfor.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadfix.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── md.htm │ │ │ │ ├── memory.htm │ │ │ │ ├── mkdir.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── popd.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── pushd.htm │ │ │ │ ├── rd.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── ren.htm │ │ │ │ ├── rename.htm │ │ │ │ ├── rmdir.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shift.htm │ │ │ │ ├── time.htm │ │ │ │ ├── truename.htm │ │ │ │ ├── type.htm │ │ │ │ ├── ver.htm │ │ │ │ ├── verify.htm │ │ │ │ ├── vol.htm │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ ├── about.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── help.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ ├── 3com.htm │ │ │ │ ├── cifs.htm │ │ │ │ ├── conclus.htm │ │ │ │ ├── crynwr.htm │ │ │ │ ├── dosnetto.htm │ │ │ │ ├── ethernet.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── intro.htm │ │ │ │ ├── ipxspx.htm │ │ │ │ ├── ldtcpipk.htm │ │ │ │ ├── modem.htm │ │ │ │ ├── msclient.htm │ │ │ │ ├── mtcp.htm │ │ │ │ ├── ndis.htm │ │ │ │ ├── ndis_ins.htm │ │ │ │ ├── network.htm │ │ │ │ ├── nfs.htm │ │ │ │ ├── novell.htm │ │ │ │ ├── ntcpdrv.htm │ │ │ │ ├── odi.htm │ │ │ │ ├── odi_ins.htm │ │ │ │ ├── ot_tcpip.htm │ │ │ │ ├── others.htm │ │ │ │ ├── pack_ins.htm │ │ │ │ ├── pkt2odi.htm │ │ │ │ ├── tcpip.htm │ │ │ │ ├── tcpip_ap.htm │ │ │ │ ├── wattcp.htm │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ ├── cpidos.htm │ │ │ │ ├── fdl11.htm │ │ │ │ ├── fdl12.htm │ │ │ │ ├── gpl2.htm │ │ │ │ ├── gpl3.htm │ │ │ │ ├── h2cpying.htm │ │ │ │ ├── keyboard.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── mouse.htm │ │ │ │ ├── otherway.htm │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ ├── bootfix.htm │ │ │ │ ├── cal.htm │ │ │ │ ├── devload.htm │ │ │ │ ├── dosfsck.htm │ │ │ │ ├── doslfn.htm │ │ │ │ ├── fdpkg.htm │ │ │ │ ├── fdrc.htm │ │ │ │ ├── foxcalc.htm │ │ │ │ ├── freemacs.htm │ │ │ │ ├── index.htm │ │ │ │ ├── locate.htm │ │ │ │ ├── md5sum.htm │ │ │ │ ├── ospedit.htm │ │ │ │ ├── password.htm │ │ │ │ ├── pcisleep.htm │ │ │ │ ├── pdtree.htm │ │ │ │ ├── rdisk.htm │ │ │ │ ├── ripcord.htm │ │ │ │ ├── shsufdrv.htm │ │ │ │ ├── tee.htm │ │ │ │ ├── touch.htm │ │ │ │ ├── trch.htm │ │ │ │ ├── unzip.htm │ │ │ │ ├── xgrep.htm │ │ │ │ └── zip.htm │ │ └── index.htm │ │ ├── doc │ │ └── help │ │ │ ├── bugs │ │ │ ├── copying │ │ │ ├── history │ │ │ └── readme │ │ ├── docinfo │ │ └── bi │ │ │ └── nls │ │ │ ├── help │ │ │ ├── de.bi │ │ │ ├── en.bi │ │ │ ├── es.bi │ │ │ ├── fr.bi │ │ │ └── it.bi │ │ │ └── index │ │ │ ├── de.bi │ │ │ ├── en.bi │ │ │ ├── es.bi │ │ │ ├── fr.bi │ │ │ └── it.bi │ │ ├── en │ │ ├── READ-en.1st │ │ ├── help.htm │ │ ├── hhstndrd │ │ │ └── hhstndrd.zip │ │ │ │ ├── READ-en.1st │ │ │ │ ├── authors │ │ │ │ ├── HISTORY.HTM │ │ │ │ ├── ack.htm │ │ │ │ ├── greeting.htm │ │ │ │ ├── index.htm │ │ │ │ ├── tags.htm │ │ │ │ ├── todolist.htm │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ ├── append.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── assign.htm │ │ │ │ ├── atapicdd.htm │ │ │ │ ├── attrib.htm │ │ │ │ ├── backup.htm │ │ │ │ ├── callver.htm │ │ │ │ ├── cdrcache.htm │ │ │ │ ├── chkdsk.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cntrysys.htm │ │ │ │ ├── command.htm │ │ │ │ ├── comp.htm │ │ │ │ ├── cpidos.htm │ │ │ │ ├── ctmouse.htm │ │ │ │ ├── debug.htm │ │ │ │ ├── defrag.htm │ │ │ │ ├── deltree.htm │ │ │ │ ├── diskcomp.htm │ │ │ │ ├── diskcopy.htm │ │ │ │ ├── display.htm │ │ │ │ ├── edit.htm │ │ │ │ ├── edlin.htm │ │ │ │ ├── emm386.htm │ │ │ │ ├── exe2bin.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fc.htm │ │ │ │ ├── fdapm.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fdisk.htm │ │ │ │ ├── fdshield.htm │ │ │ │ ├── fdxms.htm │ │ │ │ ├── fdxms286.htm │ │ │ │ ├── find.htm │ │ │ │ ├── format.htm │ │ │ │ ├── freecom.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── gcdrom.htm │ │ │ │ ├── graftabl.htm │ │ │ │ ├── graphexe.htm │ │ │ │ ├── graphics.htm │ │ │ │ ├── help.htm │ │ │ │ ├── himem.htm │ │ │ │ ├── himemx.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── jemm386.htm │ │ │ │ ├── jemmex.htm │ │ │ │ ├── join.htm │ │ │ │ ├── kernel.htm │ │ │ │ ├── keyb-kc.htm │ │ │ │ ├── keyb.htm │ │ │ │ ├── keycode.htm │ │ │ │ ├── keyman.htm │ │ │ │ ├── klib.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── krnl-dvl.htm │ │ │ │ ├── label.htm │ │ │ │ ├── lbacache.htm │ │ │ │ ├── listxdef.htm │ │ │ │ ├── mem.htm │ │ │ │ ├── mirror.htm │ │ │ │ ├── mkeyb.htm │ │ │ │ ├── mode.htm │ │ │ │ ├── modecon.htm │ │ │ │ ├── more.htm │ │ │ │ ├── move.htm │ │ │ │ ├── mscdex.htm │ │ │ │ ├── nansi.htm │ │ │ │ ├── nlsfunc.htm │ │ │ │ ├── print.htm │ │ │ │ ├── printer.htm │ │ │ │ ├── printq.htm │ │ │ │ ├── recover.htm │ │ │ │ ├── replace.htm │ │ │ │ ├── restore.htm │ │ │ │ ├── scandisk.htm │ │ │ │ ├── scankbd.htm │ │ │ │ ├── setver.htm │ │ │ │ ├── share.htm │ │ │ │ ├── shsucdx.htm │ │ │ │ ├── sort.htm │ │ │ │ ├── subst.htm │ │ │ │ ├── swsubst.htm │ │ │ │ ├── sys.htm │ │ │ │ ├── tdsk.htm │ │ │ │ ├── tickle.htm │ │ │ │ ├── tree.htm │ │ │ │ ├── udma.htm │ │ │ │ ├── udma2.htm │ │ │ │ ├── udvd.htm │ │ │ │ ├── uide.htm │ │ │ │ ├── undelete.htm │ │ │ │ ├── unformat.htm │ │ │ │ ├── whatis.htm │ │ │ │ ├── xcdrom.htm │ │ │ │ ├── xcopy.htm │ │ │ │ ├── xdma.htm │ │ │ │ ├── xkeyb.htm │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ ├── autoexec.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── call.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── set.htm │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ ├── break.htm │ │ │ │ ├── buffers.htm │ │ │ │ ├── buffersh.htm │ │ │ │ ├── country.htm │ │ │ │ ├── device.htm │ │ │ │ ├── deviceh.htm │ │ │ │ ├── dos.htm │ │ │ │ ├── dosdata.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── eecho.htm │ │ │ │ ├── exclamat.htm │ │ │ │ ├── fcbs.htm │ │ │ │ ├── fdconfig.htm │ │ │ │ ├── files.htm │ │ │ │ ├── filesh.htm │ │ │ │ ├── idlehalt.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── installh.htm │ │ │ │ ├── keybuf.htm │ │ │ │ ├── lastdrv.htm │ │ │ │ ├── lastdrvh.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── menucol.htm │ │ │ │ ├── menudef.htm │ │ │ │ ├── numlock.htm │ │ │ │ ├── question.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── screen.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shell.htm │ │ │ │ ├── shellh.htm │ │ │ │ ├── slashdot.htm │ │ │ │ ├── stacks.htm │ │ │ │ ├── stacksh.htm │ │ │ │ ├── switchar.htm │ │ │ │ ├── switches.htm │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ ├── alias.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── break.htm │ │ │ │ ├── call.htm │ │ │ │ ├── cd.htm │ │ │ │ ├── cdd.htm │ │ │ │ ├── chcp.htm │ │ │ │ ├── chdir.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── copy.htm │ │ │ │ ├── ctty.htm │ │ │ │ ├── date.htm │ │ │ │ ├── del.htm │ │ │ │ ├── dir.htm │ │ │ │ ├── dirs.htm │ │ │ │ ├── doskey.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── erase.htm │ │ │ │ ├── exit.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── history.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lfnfor.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadfix.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── md.htm │ │ │ │ ├── memory.htm │ │ │ │ ├── mkdir.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── popd.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── pushd.htm │ │ │ │ ├── rd.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── ren.htm │ │ │ │ ├── rename.htm │ │ │ │ ├── rmdir.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shift.htm │ │ │ │ ├── time.htm │ │ │ │ ├── truename.htm │ │ │ │ ├── type.htm │ │ │ │ ├── ver.htm │ │ │ │ ├── verify.htm │ │ │ │ ├── vol.htm │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ ├── about.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── help.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ ├── 3com.htm │ │ │ │ ├── cifs.htm │ │ │ │ ├── conclus.htm │ │ │ │ ├── crynwr.htm │ │ │ │ ├── dosnetto.htm │ │ │ │ ├── ethernet.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── intro.htm │ │ │ │ ├── ipxspx.htm │ │ │ │ ├── ldtcpipk.htm │ │ │ │ ├── modem.htm │ │ │ │ ├── msclient.htm │ │ │ │ ├── mtcp.htm │ │ │ │ ├── ndis.htm │ │ │ │ ├── ndis_ins.htm │ │ │ │ ├── network.htm │ │ │ │ ├── nfs.htm │ │ │ │ ├── novell.htm │ │ │ │ ├── ntcpdrv.htm │ │ │ │ ├── odi.htm │ │ │ │ ├── odi_ins.htm │ │ │ │ ├── ot_tcpip.htm │ │ │ │ ├── others.htm │ │ │ │ ├── pack_ins.htm │ │ │ │ ├── pkt2odi.htm │ │ │ │ ├── tcpip.htm │ │ │ │ ├── tcpip_ap.htm │ │ │ │ ├── wattcp.htm │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ ├── cpidos.htm │ │ │ │ ├── fdl11.htm │ │ │ │ ├── fdl12.htm │ │ │ │ ├── gpl2.htm │ │ │ │ ├── gpl3.htm │ │ │ │ ├── h2cpying.htm │ │ │ │ ├── keyboard.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── mouse.htm │ │ │ │ ├── otherway.htm │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ ├── bootfix.htm │ │ │ │ ├── cal.htm │ │ │ │ ├── devload.htm │ │ │ │ ├── dosfsck.htm │ │ │ │ ├── doslfn.htm │ │ │ │ ├── fdpkg.htm │ │ │ │ ├── fdrc.htm │ │ │ │ ├── foxcalc.htm │ │ │ │ ├── freemacs.htm │ │ │ │ ├── index.htm │ │ │ │ ├── locate.htm │ │ │ │ ├── md5sum.htm │ │ │ │ ├── ospedit.htm │ │ │ │ ├── password.htm │ │ │ │ ├── pcisleep.htm │ │ │ │ ├── pdtree.htm │ │ │ │ ├── rdisk.htm │ │ │ │ ├── ripcord.htm │ │ │ │ ├── shsufdrv.htm │ │ │ │ ├── tee.htm │ │ │ │ ├── touch.htm │ │ │ │ ├── trch.htm │ │ │ │ ├── unzip.htm │ │ │ │ ├── xgrep.htm │ │ │ │ └── zip.htm │ │ └── index.htm │ │ ├── es │ │ ├── READ-es.1st │ │ ├── help.htm │ │ ├── hhstndrd │ │ │ └── hhstndrd.zip │ │ │ │ ├── READ-es.1st │ │ │ │ ├── authors │ │ │ │ ├── ack.htm │ │ │ │ ├── greeting.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── tags.htm │ │ │ │ ├── todolist.htm │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ ├── append.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── assign.htm │ │ │ │ ├── atapicdd.htm │ │ │ │ ├── attrib.htm │ │ │ │ ├── backup.htm │ │ │ │ ├── callver.htm │ │ │ │ ├── cdrcache.htm │ │ │ │ ├── chkdsk.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cntrysys.htm │ │ │ │ ├── command.htm │ │ │ │ ├── comp.htm │ │ │ │ ├── cpidos.htm │ │ │ │ ├── ctmouse.htm │ │ │ │ ├── debug.htm │ │ │ │ ├── defrag.htm │ │ │ │ ├── deltree.htm │ │ │ │ ├── diskcomp.htm │ │ │ │ ├── diskcopy.htm │ │ │ │ ├── display.htm │ │ │ │ ├── edit.htm │ │ │ │ ├── edlin.htm │ │ │ │ ├── emm386.htm │ │ │ │ ├── exe2bin.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fc.htm │ │ │ │ ├── fdapm.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fdisk.htm │ │ │ │ ├── fdshield.htm │ │ │ │ ├── fdxms.htm │ │ │ │ ├── fdxms286.htm │ │ │ │ ├── find.htm │ │ │ │ ├── format.htm │ │ │ │ ├── freecom.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── gcdrom.htm │ │ │ │ ├── graftabl.htm │ │ │ │ ├── graphexe.htm │ │ │ │ ├── graphics.htm │ │ │ │ ├── help.htm │ │ │ │ ├── himem.htm │ │ │ │ ├── himemx.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── jemm386.htm │ │ │ │ ├── jemmex.htm │ │ │ │ ├── join.htm │ │ │ │ ├── kernel.htm │ │ │ │ ├── keyb-kc.htm │ │ │ │ ├── keyb.htm │ │ │ │ ├── keycode.htm │ │ │ │ ├── keyman.htm │ │ │ │ ├── klib.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── krnl-dvl.htm │ │ │ │ ├── label.htm │ │ │ │ ├── lbacache.htm │ │ │ │ ├── listxdef.htm │ │ │ │ ├── mem.htm │ │ │ │ ├── mirror.htm │ │ │ │ ├── mkeyb.htm │ │ │ │ ├── mode.htm │ │ │ │ ├── modecon.htm │ │ │ │ ├── more.htm │ │ │ │ ├── move.htm │ │ │ │ ├── mscdex.htm │ │ │ │ ├── nansi.htm │ │ │ │ ├── nlsfunc.htm │ │ │ │ ├── print.htm │ │ │ │ ├── printer.htm │ │ │ │ ├── printq.htm │ │ │ │ ├── recover.htm │ │ │ │ ├── replace.htm │ │ │ │ ├── restore.htm │ │ │ │ ├── scandisk.htm │ │ │ │ ├── scankbd.htm │ │ │ │ ├── setver.htm │ │ │ │ ├── share.htm │ │ │ │ ├── shsucdx.htm │ │ │ │ ├── sort.htm │ │ │ │ ├── subst.htm │ │ │ │ ├── swsubst.htm │ │ │ │ ├── sys.htm │ │ │ │ ├── tdsk.htm │ │ │ │ ├── tickle.htm │ │ │ │ ├── tree.htm │ │ │ │ ├── udma.htm │ │ │ │ ├── udma2.htm │ │ │ │ ├── udvd.htm │ │ │ │ ├── uide.htm │ │ │ │ ├── undelete.htm │ │ │ │ ├── unformat.htm │ │ │ │ ├── whatis.htm │ │ │ │ ├── xcdrom.htm │ │ │ │ ├── xcopy.htm │ │ │ │ ├── xdma.htm │ │ │ │ ├── xkeyb.htm │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ ├── autoexec.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── call.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── set.htm │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ ├── break.htm │ │ │ │ ├── buffers.htm │ │ │ │ ├── buffersh.htm │ │ │ │ ├── country.htm │ │ │ │ ├── device.htm │ │ │ │ ├── deviceh.htm │ │ │ │ ├── dos.htm │ │ │ │ ├── dosdata.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── eecho.htm │ │ │ │ ├── exclamat.htm │ │ │ │ ├── fcbs.htm │ │ │ │ ├── fdconfig.htm │ │ │ │ ├── files.htm │ │ │ │ ├── filesh.htm │ │ │ │ ├── idlehalt.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── installh.htm │ │ │ │ ├── keybuf.htm │ │ │ │ ├── lastdrv.htm │ │ │ │ ├── lastdrvh.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── menucol.htm │ │ │ │ ├── menudef.htm │ │ │ │ ├── numlock.htm │ │ │ │ ├── question.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── screen.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shell.htm │ │ │ │ ├── shellh.htm │ │ │ │ ├── slashdot.htm │ │ │ │ ├── stacks.htm │ │ │ │ ├── stacksh.htm │ │ │ │ ├── switchar.htm │ │ │ │ ├── switches.htm │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ ├── alias.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── break.htm │ │ │ │ ├── call.htm │ │ │ │ ├── cd.htm │ │ │ │ ├── cdd.htm │ │ │ │ ├── chcp.htm │ │ │ │ ├── chdir.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── copy.htm │ │ │ │ ├── ctty.htm │ │ │ │ ├── date.htm │ │ │ │ ├── del.htm │ │ │ │ ├── dir.htm │ │ │ │ ├── dirs.htm │ │ │ │ ├── doskey.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── erase.htm │ │ │ │ ├── exit.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── history.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lfnfor.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadfix.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── md.htm │ │ │ │ ├── memory.htm │ │ │ │ ├── mkdir.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── popd.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── pushd.htm │ │ │ │ ├── rd.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── ren.htm │ │ │ │ ├── rename.htm │ │ │ │ ├── rmdir.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shift.htm │ │ │ │ ├── time.htm │ │ │ │ ├── truename.htm │ │ │ │ ├── type.htm │ │ │ │ ├── ver.htm │ │ │ │ ├── verify.htm │ │ │ │ ├── vol.htm │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ ├── about.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── help.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ ├── 3com.htm │ │ │ │ ├── cifs.htm │ │ │ │ ├── conclus.htm │ │ │ │ ├── crynwr.htm │ │ │ │ ├── dosnetto.htm │ │ │ │ ├── ethernet.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── intro.htm │ │ │ │ ├── ipxspx.htm │ │ │ │ ├── ldtcpipk.htm │ │ │ │ ├── modem.htm │ │ │ │ ├── msclient.htm │ │ │ │ ├── mtcp.htm │ │ │ │ ├── ndis.htm │ │ │ │ ├── ndis_ins.htm │ │ │ │ ├── network.htm │ │ │ │ ├── nfs.htm │ │ │ │ ├── novell.htm │ │ │ │ ├── ntcpdrv.htm │ │ │ │ ├── odi.htm │ │ │ │ ├── odi_ins.htm │ │ │ │ ├── ot_tcpip.htm │ │ │ │ ├── others.htm │ │ │ │ ├── pack_ins.htm │ │ │ │ ├── pkt2odi.htm │ │ │ │ ├── tcpip.htm │ │ │ │ ├── tcpip_ap.htm │ │ │ │ ├── wattcp.htm │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ ├── cpidos.htm │ │ │ │ ├── fdl11.htm │ │ │ │ ├── fdl12.htm │ │ │ │ ├── fdl1_es.htm │ │ │ │ ├── gpl2.htm │ │ │ │ ├── gpl2_es.htm │ │ │ │ ├── gpl3.htm │ │ │ │ ├── gpl3_es.htm │ │ │ │ ├── h2cpying.htm │ │ │ │ ├── keyboard.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── mouse.htm │ │ │ │ ├── otherway.htm │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ ├── bootfix.htm │ │ │ │ ├── cal.htm │ │ │ │ ├── devload.htm │ │ │ │ ├── dosfsck.htm │ │ │ │ ├── doslfn.htm │ │ │ │ ├── fdpkg.htm │ │ │ │ ├── fdrc.htm │ │ │ │ ├── foxcalc.htm │ │ │ │ ├── freemacs.htm │ │ │ │ ├── index.htm │ │ │ │ ├── locate.htm │ │ │ │ ├── md5sum.htm │ │ │ │ ├── ospedit.htm │ │ │ │ ├── password.htm │ │ │ │ ├── pcisleep.htm │ │ │ │ ├── pdtree.htm │ │ │ │ ├── rdisk.htm │ │ │ │ ├── ripcord.htm │ │ │ │ ├── shsufdrv.htm │ │ │ │ ├── tee.htm │ │ │ │ ├── touch.htm │ │ │ │ ├── trch.htm │ │ │ │ ├── unzip.htm │ │ │ │ ├── xgrep.htm │ │ │ │ └── zip.htm │ │ └── index.htm │ │ ├── fr │ │ ├── READ-fr.1st │ │ ├── help.htm │ │ ├── hhstndrd │ │ │ └── hhstndrd.zip │ │ │ │ ├── READ-fr.1st │ │ │ │ ├── authors │ │ │ │ ├── ack.htm │ │ │ │ ├── greeting.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── tags.htm │ │ │ │ ├── todolist.htm │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ ├── append.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── assign.htm │ │ │ │ ├── atapicdd.htm │ │ │ │ ├── attrib.htm │ │ │ │ ├── backup.htm │ │ │ │ ├── callver.htm │ │ │ │ ├── cdrcache.htm │ │ │ │ ├── chkdsk.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cntrysys.htm │ │ │ │ ├── command.htm │ │ │ │ ├── comp.htm │ │ │ │ ├── cpidos.htm │ │ │ │ ├── ctmouse.htm │ │ │ │ ├── debug.htm │ │ │ │ ├── defrag.htm │ │ │ │ ├── deltree.htm │ │ │ │ ├── diskcomp.htm │ │ │ │ ├── diskcopy.htm │ │ │ │ ├── display.htm │ │ │ │ ├── edit.htm │ │ │ │ ├── edlin.htm │ │ │ │ ├── emm386.htm │ │ │ │ ├── exe2bin.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fc.htm │ │ │ │ ├── fdapm.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fdisk.htm │ │ │ │ ├── fdshield.htm │ │ │ │ ├── fdxms.htm │ │ │ │ ├── fdxms286.htm │ │ │ │ ├── find.htm │ │ │ │ ├── format.htm │ │ │ │ ├── freecom.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── gcdrom.htm │ │ │ │ ├── graftabl.htm │ │ │ │ ├── graphexe.htm │ │ │ │ ├── graphics.htm │ │ │ │ ├── help.htm │ │ │ │ ├── himem.htm │ │ │ │ ├── himemx.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── jemm386.htm │ │ │ │ ├── jemmex.htm │ │ │ │ ├── join.htm │ │ │ │ ├── kernel.htm │ │ │ │ ├── keyb-kc.htm │ │ │ │ ├── keyb.htm │ │ │ │ ├── keycode.htm │ │ │ │ ├── keyman.htm │ │ │ │ ├── klib.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── krnl-dvl.htm │ │ │ │ ├── label.htm │ │ │ │ ├── lbacache.htm │ │ │ │ ├── listxdef.htm │ │ │ │ ├── mem.htm │ │ │ │ ├── mirror.htm │ │ │ │ ├── mkeyb.htm │ │ │ │ ├── mode.htm │ │ │ │ ├── modecon.htm │ │ │ │ ├── more.htm │ │ │ │ ├── move.htm │ │ │ │ ├── mscdex.htm │ │ │ │ ├── nansi.htm │ │ │ │ ├── nlsfunc.htm │ │ │ │ ├── print.htm │ │ │ │ ├── printer.htm │ │ │ │ ├── printq.htm │ │ │ │ ├── recover.htm │ │ │ │ ├── replace.htm │ │ │ │ ├── restore.htm │ │ │ │ ├── scandisk.htm │ │ │ │ ├── scankbd.htm │ │ │ │ ├── setver.htm │ │ │ │ ├── share.htm │ │ │ │ ├── shsucdx.htm │ │ │ │ ├── sort.htm │ │ │ │ ├── subst.htm │ │ │ │ ├── swsubst.htm │ │ │ │ ├── sys.htm │ │ │ │ ├── tdsk.htm │ │ │ │ ├── tickle.htm │ │ │ │ ├── tree.htm │ │ │ │ ├── udma.htm │ │ │ │ ├── udma2.htm │ │ │ │ ├── udvd.htm │ │ │ │ ├── uide.htm │ │ │ │ ├── undelete.htm │ │ │ │ ├── unformat.htm │ │ │ │ ├── whatis.htm │ │ │ │ ├── xcdrom.htm │ │ │ │ ├── xcopy.htm │ │ │ │ ├── xdma.htm │ │ │ │ ├── xkeyb.htm │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ ├── autoexec.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── call.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── set.htm │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ ├── break.htm │ │ │ │ ├── buffers.htm │ │ │ │ ├── buffersh.htm │ │ │ │ ├── country.htm │ │ │ │ ├── device.htm │ │ │ │ ├── deviceh.htm │ │ │ │ ├── dos.htm │ │ │ │ ├── dosdata.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── eecho.htm │ │ │ │ ├── exclamat.htm │ │ │ │ ├── fcbs.htm │ │ │ │ ├── fdconfig.htm │ │ │ │ ├── files.htm │ │ │ │ ├── filesh.htm │ │ │ │ ├── idlehalt.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── installh.htm │ │ │ │ ├── keybuf.htm │ │ │ │ ├── lastdrv.htm │ │ │ │ ├── lastdrvh.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── menucol.htm │ │ │ │ ├── menudef.htm │ │ │ │ ├── numlock.htm │ │ │ │ ├── question.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── screen.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shell.htm │ │ │ │ ├── shellh.htm │ │ │ │ ├── slashdot.htm │ │ │ │ ├── stacks.htm │ │ │ │ ├── stacksh.htm │ │ │ │ ├── switchar.htm │ │ │ │ ├── switches.htm │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ ├── alias.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── break.htm │ │ │ │ ├── call.htm │ │ │ │ ├── cd.htm │ │ │ │ ├── cdd.htm │ │ │ │ ├── chcp.htm │ │ │ │ ├── chdir.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── copy.htm │ │ │ │ ├── ctty.htm │ │ │ │ ├── date.htm │ │ │ │ ├── del.htm │ │ │ │ ├── dir.htm │ │ │ │ ├── dirs.htm │ │ │ │ ├── doskey.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── erase.htm │ │ │ │ ├── exit.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── history.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lfnfor.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadfix.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── md.htm │ │ │ │ ├── memory.htm │ │ │ │ ├── mkdir.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── popd.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── pushd.htm │ │ │ │ ├── rd.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── ren.htm │ │ │ │ ├── rename.htm │ │ │ │ ├── rmdir.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shift.htm │ │ │ │ ├── time.htm │ │ │ │ ├── truename.htm │ │ │ │ ├── type.htm │ │ │ │ ├── ver.htm │ │ │ │ ├── verify.htm │ │ │ │ ├── vol.htm │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ ├── about.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── help.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ ├── 3com.htm │ │ │ │ ├── cifs.htm │ │ │ │ ├── conclus.htm │ │ │ │ ├── crynwr.htm │ │ │ │ ├── dosnetto.htm │ │ │ │ ├── ethernet.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── intro.htm │ │ │ │ ├── ipxspx.htm │ │ │ │ ├── ldtcpipk.htm │ │ │ │ ├── modem.htm │ │ │ │ ├── msclient.htm │ │ │ │ ├── mtcp.htm │ │ │ │ ├── ndis.htm │ │ │ │ ├── ndis_ins.htm │ │ │ │ ├── network.htm │ │ │ │ ├── nfs.htm │ │ │ │ ├── novell.htm │ │ │ │ ├── ntcpdrv.htm │ │ │ │ ├── odi.htm │ │ │ │ ├── odi_ins.htm │ │ │ │ ├── ot_tcpip.htm │ │ │ │ ├── others.htm │ │ │ │ ├── pack_ins.htm │ │ │ │ ├── pkt2odi.htm │ │ │ │ ├── tcpip.htm │ │ │ │ ├── tcpip_ap.htm │ │ │ │ ├── wattcp.htm │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ ├── cpidos.htm │ │ │ │ ├── fdl11.htm │ │ │ │ ├── fdl12.htm │ │ │ │ ├── gpl2.htm │ │ │ │ ├── gpl3.htm │ │ │ │ ├── h2cpying.htm │ │ │ │ ├── keyboard.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── mouse.htm │ │ │ │ ├── otherway.htm │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ ├── bootfix.htm │ │ │ │ ├── cal.htm │ │ │ │ ├── devload.htm │ │ │ │ ├── dosfsck.htm │ │ │ │ ├── doslfn.htm │ │ │ │ ├── fdpkg.htm │ │ │ │ ├── fdrc.htm │ │ │ │ ├── foxcalc.htm │ │ │ │ ├── freemacs.htm │ │ │ │ ├── index.htm │ │ │ │ ├── locate.htm │ │ │ │ ├── md5sum.htm │ │ │ │ ├── ospedit.htm │ │ │ │ ├── password.htm │ │ │ │ ├── pcisleep.htm │ │ │ │ ├── pdtree.htm │ │ │ │ ├── rdisk.htm │ │ │ │ ├── ripcord.htm │ │ │ │ ├── shsufdrv.htm │ │ │ │ ├── tee.htm │ │ │ │ ├── touch.htm │ │ │ │ ├── trch.htm │ │ │ │ ├── unzip.htm │ │ │ │ ├── xgrep.htm │ │ │ │ └── zip.htm │ │ └── index.htm │ │ └── nls │ │ ├── htmlhelp-1252.fr │ │ ├── htmlhelp-858.fr │ │ ├── htmlhelp-utf8.fr │ │ ├── htmlhelp.de │ │ ├── htmlhelp.en │ │ ├── htmlhelp.es │ │ ├── htmlhelp.fr │ │ ├── htmlhelp.it │ │ ├── htmlhelp.nl │ │ ├── htmlhelp.pl │ │ ├── htmlhelp.sk │ │ ├── htmlhelp.sl │ │ ├── htmlhelp.sv │ │ ├── htmlhelp.tr │ │ └── htmlhelp.us ├── v1.0.8a │ ├── AMB version │ │ ├── Readme.txt │ │ ├── de │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ ├── en │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ ├── es │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fdl1_es.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl2_es.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── gpl3_es.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ └── fr │ │ │ ├── hhstndrd │ │ │ ├── authors │ │ │ │ ├── ack.htm │ │ │ │ ├── greeting.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── tags.htm │ │ │ │ ├── todolist.htm │ │ │ │ └── writing.htm │ │ │ ├── base │ │ │ │ ├── append.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── assign.htm │ │ │ │ ├── atapicdd.htm │ │ │ │ ├── attrib.htm │ │ │ │ ├── backup.htm │ │ │ │ ├── callver.htm │ │ │ │ ├── cdrcache.htm │ │ │ │ ├── chkdsk.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cntrysys.htm │ │ │ │ ├── command.htm │ │ │ │ ├── comp.htm │ │ │ │ ├── cpidos.htm │ │ │ │ ├── ctmouse.htm │ │ │ │ ├── debug.htm │ │ │ │ ├── defrag.htm │ │ │ │ ├── deltree.htm │ │ │ │ ├── diskcomp.htm │ │ │ │ ├── diskcopy.htm │ │ │ │ ├── display.htm │ │ │ │ ├── edit.htm │ │ │ │ ├── edlin.htm │ │ │ │ ├── emm386.htm │ │ │ │ ├── exe2bin.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fc.htm │ │ │ │ ├── fdapm.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fdisk.htm │ │ │ │ ├── fdshield.htm │ │ │ │ ├── fdxms.htm │ │ │ │ ├── fdxms286.htm │ │ │ │ ├── find.htm │ │ │ │ ├── format.htm │ │ │ │ ├── freecom.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── gcdrom.htm │ │ │ │ ├── graftabl.htm │ │ │ │ ├── graphexe.htm │ │ │ │ ├── graphics.htm │ │ │ │ ├── help.htm │ │ │ │ ├── himem.htm │ │ │ │ ├── himemx.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ ├── jemm386.htm │ │ │ │ ├── jemmex.htm │ │ │ │ ├── join.htm │ │ │ │ ├── kernel.htm │ │ │ │ ├── keyb-kc.htm │ │ │ │ ├── keyb.htm │ │ │ │ ├── keycode.htm │ │ │ │ ├── keyman.htm │ │ │ │ ├── klib.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── krnl-dvl.htm │ │ │ │ ├── label.htm │ │ │ │ ├── lbacache.htm │ │ │ │ ├── listxdef.htm │ │ │ │ ├── mem.htm │ │ │ │ ├── mirror.htm │ │ │ │ ├── mkeyb.htm │ │ │ │ ├── mode.htm │ │ │ │ ├── modecon.htm │ │ │ │ ├── more.htm │ │ │ │ ├── move.htm │ │ │ │ ├── mscdex.htm │ │ │ │ ├── nansi.htm │ │ │ │ ├── nlsfunc.htm │ │ │ │ ├── print.htm │ │ │ │ ├── printer.htm │ │ │ │ ├── printq.htm │ │ │ │ ├── recover.htm │ │ │ │ ├── replace.htm │ │ │ │ ├── restore.htm │ │ │ │ ├── scandisk.htm │ │ │ │ ├── scankbd.htm │ │ │ │ ├── setver.htm │ │ │ │ ├── share.htm │ │ │ │ ├── shsucdx.htm │ │ │ │ ├── sort.htm │ │ │ │ ├── subst.htm │ │ │ │ ├── swsubst.htm │ │ │ │ ├── sys.htm │ │ │ │ ├── tdsk.htm │ │ │ │ ├── tickle.htm │ │ │ │ ├── tree.htm │ │ │ │ ├── udma.htm │ │ │ │ ├── udma2.htm │ │ │ │ ├── udvd.htm │ │ │ │ ├── uide.htm │ │ │ │ ├── undelete.htm │ │ │ │ ├── unformat.htm │ │ │ │ ├── whatis.htm │ │ │ │ ├── xcdrom.htm │ │ │ │ ├── xcopy.htm │ │ │ │ ├── xdma.htm │ │ │ │ ├── xkeyb.htm │ │ │ │ └── xmgr.htm │ │ │ ├── batch │ │ │ │ ├── autoexec.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── call.htm │ │ │ │ ├── choice.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── set.htm │ │ │ │ └── shift.htm │ │ │ ├── cnfigsys │ │ │ │ ├── break.htm │ │ │ │ ├── buffers.htm │ │ │ │ ├── buffersh.htm │ │ │ │ ├── country.htm │ │ │ │ ├── device.htm │ │ │ │ ├── deviceh.htm │ │ │ │ ├── dos.htm │ │ │ │ ├── dosdata.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── eecho.htm │ │ │ │ ├── exclamat.htm │ │ │ │ ├── fcbs.htm │ │ │ │ ├── fdconfig.htm │ │ │ │ ├── files.htm │ │ │ │ ├── filesh.htm │ │ │ │ ├── idlehalt.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── installh.htm │ │ │ │ ├── keybuf.htm │ │ │ │ ├── lastdrv.htm │ │ │ │ ├── lastdrvh.htm │ │ │ │ ├── menu.htm │ │ │ │ ├── menucol.htm │ │ │ │ ├── menudef.htm │ │ │ │ ├── numlock.htm │ │ │ │ ├── question.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── screen.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shell.htm │ │ │ │ ├── shellh.htm │ │ │ │ ├── slashdot.htm │ │ │ │ ├── stacks.htm │ │ │ │ ├── stacksh.htm │ │ │ │ ├── switchar.htm │ │ │ │ ├── switches.htm │ │ │ │ └── version.htm │ │ │ ├── command │ │ │ │ ├── alias.htm │ │ │ │ ├── beep.htm │ │ │ │ ├── break.htm │ │ │ │ ├── call.htm │ │ │ │ ├── cd.htm │ │ │ │ ├── cdd.htm │ │ │ │ ├── chcp.htm │ │ │ │ ├── chdir.htm │ │ │ │ ├── cls.htm │ │ │ │ ├── copy.htm │ │ │ │ ├── ctty.htm │ │ │ │ ├── date.htm │ │ │ │ ├── del.htm │ │ │ │ ├── dir.htm │ │ │ │ ├── dirs.htm │ │ │ │ ├── doskey.htm │ │ │ │ ├── echo.htm │ │ │ │ ├── erase.htm │ │ │ │ ├── exit.htm │ │ │ │ ├── for.htm │ │ │ │ ├── goto.htm │ │ │ │ ├── history.htm │ │ │ │ ├── if.htm │ │ │ │ ├── index.htm │ │ │ │ ├── lfnfor.htm │ │ │ │ ├── lh.htm │ │ │ │ ├── loadfix.htm │ │ │ │ ├── loadhigh.htm │ │ │ │ ├── md.htm │ │ │ │ ├── memory.htm │ │ │ │ ├── mkdir.htm │ │ │ │ ├── path.htm │ │ │ │ ├── pause.htm │ │ │ │ ├── popd.htm │ │ │ │ ├── prompt.htm │ │ │ │ ├── pushd.htm │ │ │ │ ├── rd.htm │ │ │ │ ├── rem.htm │ │ │ │ ├── ren.htm │ │ │ │ ├── rename.htm │ │ │ │ ├── rmdir.htm │ │ │ │ ├── set.htm │ │ │ │ ├── shift.htm │ │ │ │ ├── time.htm │ │ │ │ ├── truename.htm │ │ │ │ ├── type.htm │ │ │ │ ├── ver.htm │ │ │ │ ├── verify.htm │ │ │ │ ├── vol.htm │ │ │ │ └── which.htm │ │ │ ├── help │ │ │ │ ├── about.htm │ │ │ │ ├── apropos.htm │ │ │ │ ├── fasthelp.htm │ │ │ │ ├── fdhelp.htm │ │ │ │ ├── fsuite04.htm │ │ │ │ ├── help.htm │ │ │ │ ├── htmlhelp.htm │ │ │ │ ├── index.htm │ │ │ │ └── whatis.htm │ │ │ ├── network │ │ │ │ ├── 3com.htm │ │ │ │ ├── cifs.htm │ │ │ │ ├── conclus.htm │ │ │ │ ├── crynwr.htm │ │ │ │ ├── dosnetto.htm │ │ │ │ ├── ethernet.htm │ │ │ │ ├── history.htm │ │ │ │ ├── index.htm │ │ │ │ ├── install.htm │ │ │ │ ├── intro.htm │ │ │ │ ├── ipxspx.htm │ │ │ │ ├── ldtcpipk.htm │ │ │ │ ├── modem.htm │ │ │ │ ├── msclient.htm │ │ │ │ ├── mtcp.htm │ │ │ │ ├── ndis.htm │ │ │ │ ├── ndis_ins.htm │ │ │ │ ├── network.htm │ │ │ │ ├── nfs.htm │ │ │ │ ├── novell.htm │ │ │ │ ├── ntcpdrv.htm │ │ │ │ ├── odi.htm │ │ │ │ ├── odi_ins.htm │ │ │ │ ├── ot_tcpip.htm │ │ │ │ ├── others.htm │ │ │ │ ├── pack_ins.htm │ │ │ │ ├── pkt2odi.htm │ │ │ │ ├── tcpip.htm │ │ │ │ ├── tcpip_ap.htm │ │ │ │ ├── wattcp.htm │ │ │ │ └── wifi.htm │ │ │ ├── other │ │ │ │ ├── cpidos.htm │ │ │ │ ├── fdhelp.css │ │ │ │ ├── fdl11.htm │ │ │ │ ├── fdl12.htm │ │ │ │ ├── fish.gif │ │ │ │ ├── gpl2.htm │ │ │ │ ├── gpl3.htm │ │ │ │ ├── h2cpying.htm │ │ │ │ ├── keyboard.htm │ │ │ │ ├── kpdos.htm │ │ │ │ ├── mouse.htm │ │ │ │ ├── otherway.htm │ │ │ │ └── syntax.htm │ │ │ └── util │ │ │ │ ├── bootfix.htm │ │ │ │ ├── cal.htm │ │ │ │ ├── devload.htm │ │ │ │ ├── dosfsck.htm │ │ │ │ ├── doslfn.htm │ │ │ │ ├── fdpkg.htm │ │ │ │ ├── fdrc.htm │ │ │ │ ├── foxcalc.htm │ │ │ │ ├── freemacs.htm │ │ │ │ ├── index.htm │ │ │ │ ├── locate.htm │ │ │ │ ├── md5sum.htm │ │ │ │ ├── ospedit.htm │ │ │ │ ├── password.htm │ │ │ │ ├── pcisleep.htm │ │ │ │ ├── pdtree.htm │ │ │ │ ├── rdisk.htm │ │ │ │ ├── ripcord.htm │ │ │ │ ├── shsufdrv.htm │ │ │ │ ├── tee.htm │ │ │ │ ├── touch.htm │ │ │ │ ├── trch.htm │ │ │ │ ├── unzip.htm │ │ │ │ ├── xgrep.htm │ │ │ │ └── zip.htm │ │ │ └── index.htm │ ├── AMB │ │ ├── fdhelpde.amb │ │ ├── fdhelpen.amb │ │ ├── fdhelpes.amb │ │ └── fdhelpfr.amb │ ├── Internet version │ │ ├── 404.htm │ │ ├── de │ │ │ ├── 404.htm │ │ │ ├── help.htm │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ ├── en │ │ │ ├── 404.htm │ │ │ ├── help.htm │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ ├── es │ │ │ ├── 404.htm │ │ │ ├── help.htm │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fdl1_es.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl2_es.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── gpl3_es.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ ├── fdhelp.css │ │ ├── fish.gif │ │ ├── fr │ │ │ ├── 404.htm │ │ │ ├── help.htm │ │ │ ├── hhstndrd │ │ │ │ ├── authors │ │ │ │ │ ├── ack.htm │ │ │ │ │ ├── greeting.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── tags.htm │ │ │ │ │ ├── todolist.htm │ │ │ │ │ └── writing.htm │ │ │ │ ├── base │ │ │ │ │ ├── append.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── assign.htm │ │ │ │ │ ├── atapicdd.htm │ │ │ │ │ ├── attrib.htm │ │ │ │ │ ├── backup.htm │ │ │ │ │ ├── callver.htm │ │ │ │ │ ├── cdrcache.htm │ │ │ │ │ ├── chkdsk.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cntrysys.htm │ │ │ │ │ ├── command.htm │ │ │ │ │ ├── comp.htm │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── ctmouse.htm │ │ │ │ │ ├── debug.htm │ │ │ │ │ ├── defrag.htm │ │ │ │ │ ├── deltree.htm │ │ │ │ │ ├── diskcomp.htm │ │ │ │ │ ├── diskcopy.htm │ │ │ │ │ ├── display.htm │ │ │ │ │ ├── edit.htm │ │ │ │ │ ├── edlin.htm │ │ │ │ │ ├── emm386.htm │ │ │ │ │ ├── exe2bin.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fc.htm │ │ │ │ │ ├── fdapm.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fdisk.htm │ │ │ │ │ ├── fdshield.htm │ │ │ │ │ ├── fdxms.htm │ │ │ │ │ ├── fdxms286.htm │ │ │ │ │ ├── find.htm │ │ │ │ │ ├── format.htm │ │ │ │ │ ├── freecom.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── gcdrom.htm │ │ │ │ │ ├── graftabl.htm │ │ │ │ │ ├── graphexe.htm │ │ │ │ │ ├── graphics.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── himem.htm │ │ │ │ │ ├── himemx.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── jemm386.htm │ │ │ │ │ ├── jemmex.htm │ │ │ │ │ ├── join.htm │ │ │ │ │ ├── kernel.htm │ │ │ │ │ ├── keyb-kc.htm │ │ │ │ │ ├── keyb.htm │ │ │ │ │ ├── keycode.htm │ │ │ │ │ ├── keyman.htm │ │ │ │ │ ├── klib.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── krnl-dvl.htm │ │ │ │ │ ├── label.htm │ │ │ │ │ ├── lbacache.htm │ │ │ │ │ ├── listxdef.htm │ │ │ │ │ ├── mem.htm │ │ │ │ │ ├── mirror.htm │ │ │ │ │ ├── mkeyb.htm │ │ │ │ │ ├── mode.htm │ │ │ │ │ ├── modecon.htm │ │ │ │ │ ├── more.htm │ │ │ │ │ ├── move.htm │ │ │ │ │ ├── mscdex.htm │ │ │ │ │ ├── nansi.htm │ │ │ │ │ ├── nlsfunc.htm │ │ │ │ │ ├── print.htm │ │ │ │ │ ├── printer.htm │ │ │ │ │ ├── printq.htm │ │ │ │ │ ├── recover.htm │ │ │ │ │ ├── replace.htm │ │ │ │ │ ├── restore.htm │ │ │ │ │ ├── scandisk.htm │ │ │ │ │ ├── scankbd.htm │ │ │ │ │ ├── setver.htm │ │ │ │ │ ├── share.htm │ │ │ │ │ ├── shsucdx.htm │ │ │ │ │ ├── sort.htm │ │ │ │ │ ├── subst.htm │ │ │ │ │ ├── swsubst.htm │ │ │ │ │ ├── sys.htm │ │ │ │ │ ├── tdsk.htm │ │ │ │ │ ├── tickle.htm │ │ │ │ │ ├── tree.htm │ │ │ │ │ ├── udma.htm │ │ │ │ │ ├── udma2.htm │ │ │ │ │ ├── udvd.htm │ │ │ │ │ ├── uide.htm │ │ │ │ │ ├── undelete.htm │ │ │ │ │ ├── unformat.htm │ │ │ │ │ ├── whatis.htm │ │ │ │ │ ├── xcdrom.htm │ │ │ │ │ ├── xcopy.htm │ │ │ │ │ ├── xdma.htm │ │ │ │ │ ├── xkeyb.htm │ │ │ │ │ └── xmgr.htm │ │ │ │ ├── batch │ │ │ │ │ ├── autoexec.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── choice.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ └── shift.htm │ │ │ │ ├── cnfigsys │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── buffers.htm │ │ │ │ │ ├── buffersh.htm │ │ │ │ │ ├── country.htm │ │ │ │ │ ├── device.htm │ │ │ │ │ ├── deviceh.htm │ │ │ │ │ ├── dos.htm │ │ │ │ │ ├── dosdata.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── eecho.htm │ │ │ │ │ ├── exclamat.htm │ │ │ │ │ ├── fcbs.htm │ │ │ │ │ ├── fdconfig.htm │ │ │ │ │ ├── files.htm │ │ │ │ │ ├── filesh.htm │ │ │ │ │ ├── idlehalt.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── installh.htm │ │ │ │ │ ├── keybuf.htm │ │ │ │ │ ├── lastdrv.htm │ │ │ │ │ ├── lastdrvh.htm │ │ │ │ │ ├── menu.htm │ │ │ │ │ ├── menucol.htm │ │ │ │ │ ├── menudef.htm │ │ │ │ │ ├── numlock.htm │ │ │ │ │ ├── question.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── screen.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shell.htm │ │ │ │ │ ├── shellh.htm │ │ │ │ │ ├── slashdot.htm │ │ │ │ │ ├── stacks.htm │ │ │ │ │ ├── stacksh.htm │ │ │ │ │ ├── switchar.htm │ │ │ │ │ ├── switches.htm │ │ │ │ │ └── version.htm │ │ │ │ ├── command │ │ │ │ │ ├── alias.htm │ │ │ │ │ ├── beep.htm │ │ │ │ │ ├── break.htm │ │ │ │ │ ├── call.htm │ │ │ │ │ ├── cd.htm │ │ │ │ │ ├── cdd.htm │ │ │ │ │ ├── chcp.htm │ │ │ │ │ ├── chdir.htm │ │ │ │ │ ├── cls.htm │ │ │ │ │ ├── copy.htm │ │ │ │ │ ├── ctty.htm │ │ │ │ │ ├── date.htm │ │ │ │ │ ├── del.htm │ │ │ │ │ ├── dir.htm │ │ │ │ │ ├── dirs.htm │ │ │ │ │ ├── doskey.htm │ │ │ │ │ ├── echo.htm │ │ │ │ │ ├── erase.htm │ │ │ │ │ ├── exit.htm │ │ │ │ │ ├── for.htm │ │ │ │ │ ├── goto.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── if.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── lfnfor.htm │ │ │ │ │ ├── lh.htm │ │ │ │ │ ├── loadfix.htm │ │ │ │ │ ├── loadhigh.htm │ │ │ │ │ ├── md.htm │ │ │ │ │ ├── memory.htm │ │ │ │ │ ├── mkdir.htm │ │ │ │ │ ├── path.htm │ │ │ │ │ ├── pause.htm │ │ │ │ │ ├── popd.htm │ │ │ │ │ ├── prompt.htm │ │ │ │ │ ├── pushd.htm │ │ │ │ │ ├── rd.htm │ │ │ │ │ ├── rem.htm │ │ │ │ │ ├── ren.htm │ │ │ │ │ ├── rename.htm │ │ │ │ │ ├── rmdir.htm │ │ │ │ │ ├── set.htm │ │ │ │ │ ├── shift.htm │ │ │ │ │ ├── time.htm │ │ │ │ │ ├── truename.htm │ │ │ │ │ ├── type.htm │ │ │ │ │ ├── ver.htm │ │ │ │ │ ├── verify.htm │ │ │ │ │ ├── vol.htm │ │ │ │ │ └── which.htm │ │ │ │ ├── help │ │ │ │ │ ├── about.htm │ │ │ │ │ ├── apropos.htm │ │ │ │ │ ├── fasthelp.htm │ │ │ │ │ ├── fdhelp.htm │ │ │ │ │ ├── fsuite04.htm │ │ │ │ │ ├── help.htm │ │ │ │ │ ├── htmlhelp.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ └── whatis.htm │ │ │ │ ├── network │ │ │ │ │ ├── 3com.htm │ │ │ │ │ ├── cifs.htm │ │ │ │ │ ├── conclus.htm │ │ │ │ │ ├── crynwr.htm │ │ │ │ │ ├── dosnetto.htm │ │ │ │ │ ├── ethernet.htm │ │ │ │ │ ├── history.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── install.htm │ │ │ │ │ ├── intro.htm │ │ │ │ │ ├── ipxspx.htm │ │ │ │ │ ├── ldtcpipk.htm │ │ │ │ │ ├── modem.htm │ │ │ │ │ ├── msclient.htm │ │ │ │ │ ├── mtcp.htm │ │ │ │ │ ├── ndis.htm │ │ │ │ │ ├── ndis_ins.htm │ │ │ │ │ ├── network.htm │ │ │ │ │ ├── nfs.htm │ │ │ │ │ ├── novell.htm │ │ │ │ │ ├── ntcpdrv.htm │ │ │ │ │ ├── odi.htm │ │ │ │ │ ├── odi_ins.htm │ │ │ │ │ ├── ot_tcpip.htm │ │ │ │ │ ├── others.htm │ │ │ │ │ ├── pack_ins.htm │ │ │ │ │ ├── pkt2odi.htm │ │ │ │ │ ├── tcpip.htm │ │ │ │ │ ├── tcpip_ap.htm │ │ │ │ │ ├── wattcp.htm │ │ │ │ │ └── wifi.htm │ │ │ │ ├── other │ │ │ │ │ ├── cpidos.htm │ │ │ │ │ ├── fdhelp.css │ │ │ │ │ ├── fdl11.htm │ │ │ │ │ ├── fdl12.htm │ │ │ │ │ ├── fish.gif │ │ │ │ │ ├── gpl2.htm │ │ │ │ │ ├── gpl3.htm │ │ │ │ │ ├── h2cpying.htm │ │ │ │ │ ├── keyboard.htm │ │ │ │ │ ├── kpdos.htm │ │ │ │ │ ├── mouse.htm │ │ │ │ │ ├── otherway.htm │ │ │ │ │ └── syntax.htm │ │ │ │ └── util │ │ │ │ │ ├── bootfix.htm │ │ │ │ │ ├── cal.htm │ │ │ │ │ ├── devload.htm │ │ │ │ │ ├── dosfsck.htm │ │ │ │ │ ├── doslfn.htm │ │ │ │ │ ├── fdpkg.htm │ │ │ │ │ ├── fdrc.htm │ │ │ │ │ ├── foxcalc.htm │ │ │ │ │ ├── freemacs.htm │ │ │ │ │ ├── index.htm │ │ │ │ │ ├── locate.htm │ │ │ │ │ ├── md5sum.htm │ │ │ │ │ ├── ospedit.htm │ │ │ │ │ ├── password.htm │ │ │ │ │ ├── pcisleep.htm │ │ │ │ │ ├── pdtree.htm │ │ │ │ │ ├── rdisk.htm │ │ │ │ │ ├── ripcord.htm │ │ │ │ │ ├── shsufdrv.htm │ │ │ │ │ ├── tee.htm │ │ │ │ │ ├── touch.htm │ │ │ │ │ ├── trch.htm │ │ │ │ │ ├── unzip.htm │ │ │ │ │ ├── xgrep.htm │ │ │ │ │ └── zip.htm │ │ │ └── index.htm │ │ └── index.htm │ ├── README.1st │ ├── README.2nd │ ├── changelog.txt │ └── fdl.txt └── v1.1.0 │ ├── de │ ├── hhstndrd │ │ ├── base │ │ │ └── fdisk.htm │ │ └── other │ │ │ ├── fdhelp.css │ │ │ ├── fish.gif │ │ │ └── h2cpying.htm │ └── index.htm │ ├── en │ ├── hhstndrd │ │ ├── authors │ │ │ ├── ack.htm │ │ │ ├── greeting.htm │ │ │ ├── history.htm │ │ │ ├── tags.htm │ │ │ ├── todolist.htm │ │ │ └── writing.htm │ │ ├── base │ │ │ ├── append.htm │ │ │ ├── assign.htm │ │ │ ├── attrib.htm │ │ │ ├── callver.htm │ │ │ ├── cc.htm │ │ │ ├── cdrcache.htm │ │ │ ├── chkdsk.htm │ │ │ ├── choice.htm │ │ │ ├── cntrysys.htm │ │ │ ├── command.htm │ │ │ ├── comp.htm │ │ │ ├── cpidos.htm │ │ │ ├── ctmouse.htm │ │ │ ├── debug.htm │ │ │ ├── defrag.htm │ │ │ ├── deltree.htm │ │ │ ├── devload.htm │ │ │ ├── diskcomp.htm │ │ │ ├── diskcopy.htm │ │ │ ├── display.htm │ │ │ ├── dosfsck.htm │ │ │ ├── doslfn.htm │ │ │ ├── dosshell.htm │ │ │ ├── edit.htm │ │ │ ├── edlin.htm │ │ │ ├── exe2bin.htm │ │ │ ├── fc.htm │ │ │ ├── fdapm.htm │ │ │ ├── fdimples.htm │ │ │ ├── fdinst.htm │ │ │ ├── fdisk.htm │ │ │ ├── fdnpkg.htm │ │ │ ├── fdshield.htm │ │ │ ├── fdxms.htm │ │ │ ├── fdxms286.htm │ │ │ ├── find.htm │ │ │ ├── format.htm │ │ │ ├── gcdrom.htm │ │ │ ├── graftabl.htm │ │ │ ├── graphics.htm │ │ │ ├── himemsx.htm │ │ │ ├── himemx.htm │ │ │ ├── hiram.htm │ │ │ ├── imgedit.htm │ │ │ ├── index.htm │ │ │ ├── jemm386.htm │ │ │ ├── jemmex.htm │ │ │ ├── kernel.htm │ │ │ ├── keyb.htm │ │ │ ├── kpdos.htm │ │ │ ├── label.htm │ │ │ ├── lbacache.htm │ │ │ ├── lptdrv.htm │ │ │ ├── mem.htm │ │ │ ├── mirror.htm │ │ │ ├── mkeyb.htm │ │ │ ├── mode.htm │ │ │ ├── more.htm │ │ │ ├── move.htm │ │ │ ├── mscdex.htm │ │ │ ├── nansi.htm │ │ │ ├── nlsfunc.htm │ │ │ ├── pgme.htm │ │ │ ├── print.htm │ │ │ ├── rdisk.htm │ │ │ ├── rdiskon.htm │ │ │ ├── recover.htm │ │ │ ├── replace.htm │ │ │ ├── scandisk.htm │ │ │ ├── setver.htm │ │ │ ├── share.htm │ │ │ ├── shsucdx.htm │ │ │ ├── shsufdrv.htm │ │ │ ├── shsurdrv.htm │ │ │ ├── sort.htm │ │ │ ├── spool.htm │ │ │ ├── srdisk.htm │ │ │ ├── swsubst.htm │ │ │ ├── sys.htm │ │ │ ├── tdsk.htm │ │ │ ├── tickle.htm │ │ │ ├── tree.htm │ │ │ ├── udvd2.htm │ │ │ ├── uhdd.htm │ │ │ ├── uide.htm │ │ │ ├── undelete.htm │ │ │ ├── unformat.htm │ │ │ ├── utf8tocp.htm │ │ │ ├── xcopy.htm │ │ │ ├── xdvd2.htm │ │ │ ├── xhdd.htm │ │ │ ├── xkeyb.htm │ │ │ └── xmgr.htm │ │ ├── batch │ │ │ ├── alias.htm │ │ │ ├── at.htm │ │ │ ├── autoexec.htm │ │ │ ├── beep.htm │ │ │ ├── call.htm │ │ │ ├── choice.htm │ │ │ ├── cls.htm │ │ │ ├── echo.htm │ │ │ ├── errorlvl.htm │ │ │ ├── for.htm │ │ │ ├── goto.htm │ │ │ ├── if.htm │ │ │ ├── index.htm │ │ │ ├── lh.htm │ │ │ ├── path.htm │ │ │ ├── pause.htm │ │ │ ├── prompt.htm │ │ │ ├── rem.htm │ │ │ ├── set.htm │ │ │ └── shift.htm │ │ ├── cnfigsys │ │ │ ├── F5.htm │ │ │ ├── F8.htm │ │ │ ├── break.htm │ │ │ ├── buffers.htm │ │ │ ├── country.htm │ │ │ ├── device.htm │ │ │ ├── dos.htm │ │ │ ├── dosdata.htm │ │ │ ├── echo.htm │ │ │ ├── eecho.htm │ │ │ ├── exclamat.htm │ │ │ ├── fcbs.htm │ │ │ ├── files.htm │ │ │ ├── idlehalt.htm │ │ │ ├── index.htm │ │ │ ├── install.htm │ │ │ ├── keybuf.htm │ │ │ ├── lastdrv.htm │ │ │ ├── menu.htm │ │ │ ├── menucol.htm │ │ │ ├── menudef.htm │ │ │ ├── numlock.htm │ │ │ ├── question.htm │ │ │ ├── rem.htm │ │ │ ├── screen.htm │ │ │ ├── semico.htm │ │ │ ├── set.htm │ │ │ ├── shell.htm │ │ │ ├── stacks.htm │ │ │ ├── switchar.htm │ │ │ ├── switches.htm │ │ │ └── version.htm │ │ ├── command │ │ │ ├── appendix.htm │ │ │ ├── cd.htm │ │ │ ├── cdd.htm │ │ │ ├── chcp.htm │ │ │ ├── copy.htm │ │ │ ├── ctty.htm │ │ │ ├── date.htm │ │ │ ├── del.htm │ │ │ ├── dir.htm │ │ │ ├── dirs.htm │ │ │ ├── doskey.htm │ │ │ ├── environm.htm │ │ │ ├── exit.htm │ │ │ ├── history.htm │ │ │ ├── index.htm │ │ │ ├── lfnfor.htm │ │ │ ├── loadfix.htm │ │ │ ├── md.htm │ │ │ ├── memory.htm │ │ │ ├── popd.htm │ │ │ ├── pushd.htm │ │ │ ├── question.htm │ │ │ ├── rd.htm │ │ │ ├── ren.htm │ │ │ ├── time.htm │ │ │ ├── truename.htm │ │ │ ├── type.htm │ │ │ ├── ver.htm │ │ │ ├── verify.htm │ │ │ ├── vol.htm │ │ │ └── which.htm │ │ ├── help │ │ │ ├── about.htm │ │ │ ├── amb.htm │ │ │ ├── ambhelp.htm │ │ │ ├── ambpack.htm │ │ │ ├── apropos.htm │ │ │ ├── fasthelp.htm │ │ │ ├── help.htm │ │ │ ├── index.htm │ │ │ ├── newbie01.htm │ │ │ ├── newbie02.htm │ │ │ ├── otherway.htm │ │ │ ├── syntax.htm │ │ │ └── whatis.htm │ │ ├── network │ │ │ ├── 3com.htm │ │ │ ├── cifs.htm │ │ │ ├── conclus.htm │ │ │ ├── crynwr.htm │ │ │ ├── dosnetto.htm │ │ │ ├── ethernet.htm │ │ │ ├── history.htm │ │ │ ├── howto.htm │ │ │ ├── index.htm │ │ │ ├── install.htm │ │ │ ├── intro.htm │ │ │ ├── ipxspx.htm │ │ │ ├── ldtcpipk.htm │ │ │ ├── modem.htm │ │ │ ├── msclient.htm │ │ │ ├── mtcp.htm │ │ │ ├── ndis.htm │ │ │ ├── ndis_ins.htm │ │ │ ├── network.htm │ │ │ ├── nfs.htm │ │ │ ├── novell.htm │ │ │ ├── ntcpdrv.htm │ │ │ ├── odi.htm │ │ │ ├── odi_ins.htm │ │ │ ├── ot_tcpip.htm │ │ │ ├── others.htm │ │ │ ├── pack_ins.htm │ │ │ ├── pkt2odi.htm │ │ │ ├── tcpip.htm │ │ │ ├── tcpip_ap.htm │ │ │ ├── wattcp.htm │ │ │ └── wifi.htm │ │ ├── other │ │ │ ├── cpidos.htm │ │ │ ├── fdhelp.css │ │ │ ├── fdl11.htm │ │ │ ├── fdl12.htm │ │ │ ├── fish.gif │ │ │ ├── gpl2.htm │ │ │ ├── gpl3.htm │ │ │ ├── h2cpying.htm │ │ │ └── kpdos.htm │ │ └── util │ │ │ ├── 7zdec.htm │ │ │ ├── 7zip.htm │ │ │ ├── aefdisk.htm │ │ │ ├── ansimat.htm │ │ │ ├── arj.htm │ │ │ ├── b64.htm │ │ │ ├── blocek.htm │ │ │ ├── bmp2png.htm │ │ │ ├── bootfix.htm │ │ │ ├── boundtst.htm │ │ │ ├── bsum.htm │ │ │ ├── bzip2.htm │ │ │ ├── cabextract.htm │ │ │ ├── cal.htm │ │ │ ├── callver.htm │ │ │ ├── cdrom2ui.htm │ │ │ ├── clamav.htm │ │ │ ├── compute.htm │ │ │ ├── cpied.htm │ │ │ ├── cwsdpmi.htm │ │ │ ├── daa2iso.htm │ │ │ ├── dialog.htm │ │ │ ├── dn2.htm │ │ │ ├── dog.htm │ │ │ ├── dos_32a.htm │ │ │ ├── dosutil.htm │ │ │ ├── drives.htm │ │ │ ├── du.htm │ │ │ ├── dz.htm │ │ │ ├── dzemm.htm │ │ │ ├── edict.htm │ │ │ ├── fdbanner.htm │ │ │ ├── fdiscsrc.htm │ │ │ ├── fdpasswd.htm │ │ │ ├── fdpkg.htm │ │ │ ├── fdrc.htm │ │ │ ├── fdshell.htm │ │ │ ├── fdtui.htm │ │ │ ├── finddisk.htm │ │ │ ├── flashrom.htm │ │ │ ├── foxcalc.htm │ │ │ ├── foxtype.htm │ │ │ ├── freemacs.htm │ │ │ ├── gifsicle.htm │ │ │ ├── gnubc.htm │ │ │ ├── gnuchcp.htm │ │ │ ├── gnugrep.htm │ │ │ ├── gnused.htm │ │ │ ├── gzip.htm │ │ │ ├── head.htm │ │ │ ├── hexcomp.htm │ │ │ ├── hidsupt1.htm │ │ │ ├── hip.htm │ │ │ ├── index.htm │ │ │ ├── inklevel.htm │ │ │ ├── irq.htm │ │ │ ├── less.htm │ │ │ ├── lfndos.htm │ │ │ ├── lfnfor.htm │ │ │ ├── listpci.htm │ │ │ ├── listvesa.htm │ │ │ ├── localcfg.htm │ │ │ ├── localize.htm │ │ │ ├── locate.htm │ │ │ ├── lpq1.htm │ │ │ ├── lzip.htm │ │ │ ├── lzma.htm │ │ │ ├── lzop.htm │ │ │ ├── md5sum.htm │ │ │ ├── memteste.htm │ │ │ ├── minibox.htm │ │ │ ├── mplayer.htm │ │ │ ├── nro.htm │ │ │ ├── ntfs.htm │ │ │ ├── osp_di.htm │ │ │ ├── ospedit.htm │ │ │ ├── packages.htm │ │ │ ├── pager.htm │ │ │ ├── passwbox.htm │ │ │ ├── password.htm │ │ │ ├── pcisleep.htm │ │ │ ├── pkg_tools.htm │ │ │ ├── pkgtools.htm │ │ │ ├── pngcrush.htm │ │ │ ├── ps2mtest.htm │ │ │ ├── ranishpm.htm │ │ │ ├── raread.htm │ │ │ ├── rawrite.htm │ │ │ ├── rcal.htm │ │ │ ├── runtime.htm │ │ │ ├── scantest.htm │ │ │ ├── search.htm │ │ │ ├── setlock.htm │ │ │ ├── shext.htm │ │ │ ├── sleep.htm │ │ │ ├── slicer.htm │ │ │ ├── slowdown.htm │ │ │ ├── sqlite.htm │ │ │ ├── stamp.htm │ │ │ ├── svarcom.htm │ │ │ ├── switchar.htm │ │ │ ├── syslnx.htm │ │ │ ├── tar.htm │ │ │ ├── tee.htm │ │ │ ├── testdisk.htm │ │ │ ├── thrust.htm │ │ │ ├── topspin.htm │ │ │ ├── touch.htm │ │ │ ├── tp7_p5.htm │ │ │ ├── trch.htm │ │ │ ├── uni2asci.htm │ │ │ ├── unrtf.htm │ │ │ ├── unzip.htm │ │ │ ├── uptime.htm │ │ │ ├── usbdevic.htm │ │ │ ├── usbdos.htm │ │ │ ├── usbdrive.htm │ │ │ ├── usbhosts.htm │ │ │ ├── usbhosts.htm! │ │ │ ├── usbhub.htm │ │ │ ├── usbjstik.htm │ │ │ ├── usbkeyb.htm │ │ │ ├── usbmouse.htm │ │ │ ├── usbprint.htm │ │ │ ├── usbsupt1.htm │ │ │ ├── usbuhci.htm │ │ │ ├── usbuhcil.htm │ │ │ ├── utf8tocp.htm │ │ │ ├── v8power.htm │ │ │ ├── vendorid.htm │ │ │ ├── vmsmount.htm │ │ │ ├── wcd.htm │ │ │ ├── wde.htm │ │ │ ├── which.htm │ │ │ ├── whichfat.htm │ │ │ ├── whiptail.htm │ │ │ ├── xdel.htm │ │ │ ├── xfdisk.htm │ │ │ ├── xgrep.htm │ │ │ ├── zdir.htm │ │ │ ├── zerofill.htm │ │ │ ├── zip.htm │ │ │ └── zoo.htm │ ├── index-SIK.htm │ └── index.htm │ ├── es │ ├── hhstndrd │ │ └── other │ │ │ ├── fdhelp.css │ │ │ ├── fish.gif │ │ │ └── h2cpying.htm │ └── index.htm │ ├── fdhelp.css │ ├── fish.gif │ ├── fr │ ├── hhstndrd │ │ ├── base │ │ │ └── fdisk.htm │ │ └── other │ │ │ ├── fdhelp.css │ │ │ ├── fish.gif │ │ │ └── h2cpying.htm │ └── index.htm │ ├── index-SIK.htm │ ├── index.htm │ ├── lang-utf.htm │ └── tr │ ├── hhstndrd │ ├── base │ │ └── fdisk.htm │ └── other │ │ ├── fdhelp.css │ │ ├── fish.gif │ │ └── h2cpying.htm │ └── index.htm ├── imgedit ├── help │ ├── imgedit.de │ ├── imgedit.de.UTF-8 │ ├── imgedit.en │ ├── imgedit.fr │ ├── imgedit.fr.UTF-8 │ ├── imgedit.sv │ ├── imgedit.sv.UTF-8 │ ├── imgedit.tr │ ├── imgedit.tr.UTF-8 │ ├── imgview.de │ ├── imgview.de.UTF-8 │ ├── imgview.en │ ├── imgview.fr │ ├── imgview.fr.UTF-8 │ ├── imgview.sv │ ├── imgview.sv.UTF-8 │ ├── imgview.tr │ └── imgview.tr.UTF-8 ├── nls │ ├── imgedit.de │ ├── imgedit.de.UTF-8 │ ├── imgedit.en │ ├── imgedit.es │ ├── imgedit.fr │ ├── imgedit.fr.UTF-8 │ ├── imgedit.sv │ ├── imgedit.sv.UTF-8 │ ├── imgedit.tr │ ├── imgedit.tr.UTF-8 │ ├── imgview.de │ ├── imgview.de.UTF-8 │ ├── imgview.en │ ├── imgview.fr │ ├── imgview.fr.UTF-8 │ ├── imgview.sv │ ├── imgview.sv.UTF-8 │ ├── imgview.tr │ └── imgview.tr.UTF-8 └── readme.md ├── index.html ├── keyb └── source │ ├── keybmsg.de │ ├── keybmsg.de.UTF-8 │ ├── keybmsg.en │ ├── keybmsg.es │ ├── keybmsg.fr │ ├── keybmsg.fr.UTF-8 │ ├── keybmsg.tr │ └── keybmsg.tr.UTF-8 ├── kittenc └── nls │ ├── kittenc.de │ ├── kittenc.de.UTF-8 │ ├── kittenc.en │ ├── kittenc.es │ ├── kittenc.fr │ ├── kittenc.fr.UTF-8 │ ├── kittenc.sv │ ├── kittenc.sv.UTF-8 │ ├── kittenc.tr │ └── kittenc.tr.UTF-8 ├── label └── nls │ ├── label.de │ ├── label.de.UTF-8 │ ├── label.en │ ├── label.fr │ ├── label.fr.UTF-8 │ ├── label.nl │ ├── label.no │ ├── label.no.UTF-8 │ ├── label.sv │ ├── label.sv.UTF-8 │ ├── label.tr │ └── label.tr.UTF-8 ├── localize └── nls │ ├── localize.de │ ├── localize.de.UTF-8 │ ├── localize.en │ ├── localize.es │ ├── localize.fr │ ├── localize.fr.UTF-8 │ ├── localize.sv │ ├── localize.sv.UTF-8 │ ├── localize.tr │ └── localize.tr.UTF-8 ├── md5sum └── nls │ ├── md5sum.de │ ├── md5sum.de.UTF-8 │ ├── md5sum.en │ ├── md5sum.es │ ├── md5sum.fr │ ├── md5sum.fr.UTF-8 │ ├── md5sum.nl │ ├── md5sum.pl │ ├── md5sum.sv │ ├── md5sum.sv.UTF-8 │ ├── md5sum.tr │ └── md5sum.tr.UTF-8 ├── mem └── nls │ ├── mem.de │ ├── mem.de.UTF-8 │ ├── mem.en │ ├── mem.es │ ├── mem.es.UTF-8 │ ├── mem.fi │ ├── mem.fr │ ├── mem.fr.UTF-8 │ ├── mem.it │ ├── mem.it.UTF-8 │ ├── mem.nl │ ├── mem.pl │ ├── mem.ru │ ├── mem.ru.UTF-8 │ ├── mem.sl │ ├── mem.sv │ ├── mem.sv.UTF-8 │ ├── mem.tr │ └── mem.tr.UTF-8 ├── mirror └── help │ ├── mirror.de │ ├── mirror.en │ ├── mirror.fr │ ├── mirror.fr.UTF-8 │ ├── mirror.nl │ ├── mirror.sv │ ├── mirror.sv.UTF-8 │ ├── mirror.tr │ └── mirror.tr.UTF-8 ├── mkeyb └── source │ ├── rus-dos │ ├── rus-dos.UTF-8 │ ├── rus-standard │ ├── rus-standard.UTF-8 │ ├── rus-typewriter │ └── rus-typewriter.UTF-8 ├── mode └── help │ └── mode.en ├── more ├── help │ ├── more.de │ ├── more.de.UTF-8 │ ├── more.en │ ├── more.fr │ ├── more.fr.UTF-8 │ ├── more.nl │ ├── more.sv │ ├── more.sv.UTF-8 │ ├── more.tr │ └── more.tr.UTF-8 └── nls │ ├── more.de │ ├── more.de.UTF-8 │ ├── more.dk │ ├── more.en │ ├── more.eo │ ├── more.es │ ├── more.es.UTF-8 │ ├── more.fi │ ├── more.fi.UTF-8 │ ├── more.fr │ ├── more.fr.UTF-8 │ ├── more.hu │ ├── more.it │ ├── more.lv │ ├── more.lv.UTF-8 │ ├── more.nl │ ├── more.no.UTF-8 │ ├── more.pl │ ├── more.pt │ ├── more.ru │ ├── more.ru.UTF-8 │ ├── more.sl │ ├── more.sv │ ├── more.sv.UTF-8 │ ├── more.tr │ └── more.tr.UTF-8 ├── move └── nls │ ├── move.de │ ├── move.de.UTF-8 │ ├── move.en │ ├── move.eo │ ├── move.es │ ├── move.es.UTF-8 │ ├── move.fr │ ├── move.fr.UTF-8 │ ├── move.it │ ├── move.pl │ ├── move.ru │ ├── move.ru.UTF-8 │ ├── move.sl │ ├── move.sv │ ├── move.sv.UTF-8 │ ├── move.tr │ └── move.tr.UTF-8 ├── mysysinf └── nls │ ├── mysysinf.cz │ ├── mysysinf.cz.UTF-8 │ ├── mysysinf.de │ ├── mysysinf.de.UTF-8 │ ├── mysysinf.en │ ├── mysysinf.fr │ ├── mysysinf.fr.UTF-8 │ ├── mysysinf.ru │ ├── mysysinf.ru.UTF-8 │ ├── mysysinf.sv.UTF-8 │ ├── mysysinf.tr │ └── mysysinf.tr.UTF-8 ├── nlsfunc └── help │ ├── nlsfunc.de │ ├── nlsfunc.de.UTF-8 │ ├── nlsfunc.en │ ├── nlsfunc.fr │ ├── nlsfunc.fr.UTF-8 │ ├── nlsfunc.sv │ ├── nlsfunc.sv.UTF-8 │ ├── nlsfunc.tr │ └── nlsfunc.tr.UTF-8 ├── packages ├── bin │ ├── csvutil_x86_64_darwin │ └── csvutil_x86_64_linux ├── de │ ├── listing.csv │ ├── listing.csv.UTF-8 │ ├── mixed.csv │ └── mixed.csv.UTF-8 ├── fr │ ├── alternate.csv.UTF-8 │ ├── listing.csv │ ├── listing.csv.UTF-8 │ ├── mixed.csv │ └── mixed.csv.UTF-8 ├── master.csv ├── no │ ├── listing.csv │ ├── listing.csv.UTF-8 │ ├── mixed.csv │ └── mixed.csv.UTF-8 ├── readme.md ├── sv │ ├── listing.csv │ ├── listing.csv.UTF-8 │ ├── mixed.csv │ └── mixed.csv.UTF-8 ├── tr │ ├── alternate.csv.UTF-8 │ ├── listing.csv │ ├── listing.csv.UTF-8 │ ├── mixed.csv │ └── mixed.csv.UTF-8 └── update.sh ├── password └── nls │ ├── password.de │ ├── password.de.UTF-8 │ ├── password.en │ ├── password.es │ ├── password.fr │ ├── password.fr.UTF-8 │ ├── password.no.UTF-8 │ ├── password.pl │ ├── password.pt │ ├── password.sv │ ├── password.sv.UTF-8 │ ├── password.tr │ └── password.tr.UTF-8 ├── pause └── nls │ ├── pause.de │ ├── pause.de.UTF-8 │ ├── pause.dk │ ├── pause.en │ ├── pause.es │ ├── pause.fr │ ├── pause.fr.UTF-8 │ ├── pause.no.UTF-8 │ ├── pause.pl │ ├── pause.pt │ ├── pause.ru │ ├── pause.ru.UTF-8 │ ├── pause.sl │ ├── pause.sv │ ├── pause.sv.UTF-8 │ ├── pause.tr │ └── pause.tr.UTF-8 ├── pdtree └── source │ ├── tree.de │ ├── tree.de.UTF-8 │ ├── tree.en │ ├── tree.es │ ├── tree.fr │ ├── tree.fr.UTF-8 │ ├── tree.sv │ ├── tree.sv.UTF-8 │ ├── tree.tr │ └── tree.tr.UTF-8 ├── pgme ├── README.TXT ├── defaults │ ├── EFNTDSGN.KMP │ ├── EFNTDSGN.LNG │ ├── EFNTDSGN.THM │ ├── ETERNITY.KMP │ ├── ETERNITY.LNG │ ├── ETERNITY.THM │ ├── INSTALL.KMP │ ├── INSTALL.LNG │ └── INSTALL.THM ├── docs │ ├── BLAHBLAH.EN │ ├── BLAHBLAH.FR │ ├── BLAHBLAH.TR │ ├── QRESFILE.EN │ ├── QRESFILE.FR │ └── QRESFILE.TR ├── fonts │ ├── ALT812.FNT │ ├── ALT814.FNT │ ├── CAP816.FNT │ ├── DE850-16.FNT │ ├── DE858-16.FNT │ ├── FR850-16.FNT │ ├── PGM808.FNT │ ├── PGM812.FNT │ ├── PGM814.FNT │ ├── PGM816.FNT │ ├── PGM818.FNT │ ├── PGM820.FNT │ ├── PGM825.FNT │ ├── PGM826.FNT │ └── TR857-16.FNT ├── language │ ├── DE-EFONT.LNG │ ├── DE-EFONT.LNG.UTF-8 │ ├── DE-ETERN.LNG │ ├── DE-ETERN.LNG.UTF-8 │ ├── DE-INST.LNG │ ├── DE-INST.LNG.UTF-8 │ ├── DEFAULT.LNG │ ├── EN_US.LNG │ ├── ES-ETERN.LNG │ ├── FR-EFONT.LNG │ ├── FR-EFONT.LNG.UTF-8 │ ├── FR-ETERN.LNG │ ├── FR-ETERN.LNG.UTF-8 │ ├── FR-INST.LNG │ ├── FR-INST.LNG.UTF-8 │ ├── TR-EFONT.LNG │ ├── TR-EFONT.LNG.UTF-8 │ ├── TR-ETERN.LNG │ ├── TR-ETERN.LNG.UTF-8 │ ├── TR-INST.LNG │ └── TR-INST.LNG.UTF-8 ├── menu │ ├── ETERNITY.MNU │ ├── FD-APPS.MNU │ ├── FD-EDITR.MNU │ ├── FD-GAMES.MNU │ ├── FD-GUI.MNU │ └── FD-NET.MNU └── themes │ ├── CAVEMAN.THM │ ├── CLASSIC.THM │ ├── DE-ETERN.THM │ ├── DEFAULT.THM │ ├── ES-ETERN.THM │ ├── FR-ETERN.THM │ ├── KIOSK.THM │ └── TR-ETERN.THM ├── pkgtools ├── doc │ ├── PKGTOOLS.DE │ ├── PKGTOOLS.DE.UTF-8 │ ├── PKGTOOLS.EN │ ├── PKGTOOLS.FR │ ├── PKGTOOLS.FR.UTF-8 │ ├── PKGTOOLS.TR │ └── PKGTOOLS.TR.UTF-8 └── nls │ ├── PKGINFO.DE │ ├── PKGINFO.DE.UTF-8 │ ├── PKGINFO.EN │ ├── PKGINFO.ES │ ├── PKGINFO.FR │ ├── PKGINFO.FR.UTF-8 │ ├── PKGINFO.TR │ ├── PKGINFO.TR.UTF-8 │ ├── PKGMAKER.DE │ ├── PKGMAKER.DE.UTF-8 │ ├── PKGMAKER.EN │ ├── PKGMAKER.FR │ ├── PKGMAKER.FR.UTF-8 │ ├── PKGMAKER.TR │ └── PKGMAKER.TR.UTF-8 ├── report.html ├── report.sh ├── report.txt ├── runtime └── nls │ ├── runtime.de │ ├── runtime.de.UTF-8 │ ├── runtime.en │ ├── runtime.es │ ├── runtime.fr │ ├── runtime.fr.UTF-8 │ ├── runtime.hu │ ├── runtime.lv │ ├── runtime.ru │ ├── runtime.sv │ ├── runtime.sv.UTF-8 │ ├── runtime.tr │ └── runtime.tr.UTF-8 ├── sayswho ├── help │ ├── sayswho.de │ ├── sayswho.de.UTF-8 │ ├── sayswho.en │ ├── sayswho.fr │ ├── sayswho.fr.UTF-8 │ ├── sayswho.tr │ └── sayswho.tr.UTF-8 └── nls │ ├── sayswho.de │ ├── sayswho.de.UTF-8 │ ├── sayswho.en │ ├── sayswho.fr │ ├── sayswho.fr.UTF-8 │ ├── sayswho.sv │ ├── sayswho.sv.UTF-8 │ ├── sayswho.tr │ └── sayswho.tr.UTF-8 ├── share ├── help │ ├── share.de │ ├── share.de.UTF-8 │ ├── share.en │ ├── share.fr │ ├── share.fr.UTF-8 │ ├── share.sv.UTF-8 │ ├── share.tr │ └── share.tr.UTF-8 └── nls │ ├── share.de │ ├── share.de.UTF-8 │ ├── share.en │ ├── share.fr │ ├── share.fr.UTF-8 │ ├── share.sv.UTF-8 │ ├── share.tr │ └── share.tr.UTF-8 ├── slicer └── nls │ ├── SLICER.DE │ ├── SLICER.DE.UTF-8 │ ├── SLICER.EN │ ├── SLICER.ES │ ├── SLICER.FR │ ├── SLICER.FR.UTF-8 │ ├── SLICER.SV │ ├── SLICER.SV.UTF-8 │ ├── SLICER.TR │ └── SLICER.TR.UTF-8 ├── sort └── nls │ ├── sort.de │ ├── sort.de.UTF-8 │ ├── sort.en │ ├── sort.es │ ├── sort.es.UTF-8 │ ├── sort.fi │ ├── sort.fi.UTF-8 │ ├── sort.fr │ ├── sort.fr.UTF-8 │ ├── sort.it │ ├── sort.it.UTF-8 │ ├── sort.lv │ ├── sort.lv.UTF-8 │ ├── sort.nl │ ├── sort.nl.UTF-8 │ ├── sort.no.UTF-8 │ ├── sort.pl │ ├── sort.pt │ ├── sort.pt.UTF-8 │ ├── sort.ru │ ├── sort.ru.UTF-8 │ ├── sort.sl │ ├── sort.sl.UTF-8 │ ├── sort.sv │ ├── sort.sv.UTF-8 │ ├── sort.tr │ └── sort.tr.UTF-8 ├── stamp └── doc │ ├── stamp.de │ ├── stamp.de.UTF-8 │ ├── stamp.en │ ├── stamp.es │ ├── stamp.fr │ ├── stamp.fr.UTF-8 │ ├── stamp.ru │ ├── stamp.tr │ └── stamp.tr.UTF-8 ├── syslnx └── help │ ├── syslnx.de │ ├── syslnx.de.UTF-8 │ ├── syslnx.en │ ├── syslnx.fr │ ├── syslnx.fr.UTF-8 │ ├── syslnx.sv │ ├── syslnx.sv.UTF-8 │ ├── syslnx.tr │ └── syslnx.tr.UTF-8 ├── tee ├── doc │ └── tee │ │ ├── tee-de.htm │ │ ├── tee-fr-newer.htm │ │ ├── tee-fr-newer.htm.UTF-8 │ │ ├── tee-fr.htm │ │ ├── tee-fr.htm.UTF-8 │ │ ├── tee-sv.htm │ │ ├── tee-sv.htm.UTF-8 │ │ ├── tee-tr.htm │ │ ├── tee-tr.htm.UTF-8 │ │ └── tee.htm └── nls │ ├── tee.de │ ├── tee.de.UTF-8 │ ├── tee.en │ ├── tee.eo │ ├── tee.es │ ├── tee.fr │ ├── tee.fr.UTF-8 │ ├── tee.pl │ ├── tee.pt │ ├── tee.ru │ ├── tee.ru.UTF-8 │ ├── tee.sl │ ├── tee.sv │ ├── tee.sv.UTF-8 │ ├── tee.tr │ └── tee.tr.UTF-8 ├── test ├── codec_mazovia.py └── main.py ├── trch └── nls │ ├── trch.de │ ├── trch.de.UTF-8 │ ├── trch.en │ ├── trch.eo │ ├── trch.es │ ├── trch.fr │ ├── trch.fr.UTF-8 │ ├── trch.hu │ ├── trch.lv │ ├── trch.lv.UTF-8 │ ├── trch.pl │ ├── trch.pt │ ├── trch.ru │ ├── trch.ru.UTF-8 │ ├── trch.sl │ ├── trch.sv │ ├── trch.sv.UTF-8 │ ├── trch.tr │ └── trch.tr.UTF-8 ├── tree ├── help │ ├── tree.de │ ├── tree.de.UTF-8 │ ├── tree.en │ ├── tree.fr │ ├── tree.fr.UTF-8 │ ├── tree.sv │ ├── tree.sv.UTF-8 │ ├── tree.tr │ └── tree.tr.UTF-8 └── nls │ ├── tree.de │ ├── tree.de.UTF-8 │ ├── tree.en │ ├── tree.es │ ├── tree.fr │ ├── tree.fr.UTF-8 │ ├── tree.it │ ├── tree.pl │ ├── tree.ru │ ├── tree.ru.UTF-8 │ ├── tree.sl │ ├── tree.sv │ ├── tree.sv.UTF-8 │ ├── tree.tr │ └── tree.tr.UTF-8 ├── usbdos └── help │ ├── dosusb.de │ ├── dosusb.de.UTF-8 │ ├── dosusb.en │ ├── dosusb.fr │ ├── dosusb.fr.UTF-8 │ ├── dosusb.nl │ ├── dosusb.no.UTF-8 │ ├── dosusb.sv │ ├── dosusb.sv.UTF-8 │ ├── dosusb.tr │ └── dosusb.tr.UTF-8 ├── v8power └── help │ ├── de │ ├── v8power.de │ ├── v8power.de.UTF-8 │ ├── vask.UTF-8 │ ├── vask.de │ ├── vask.de.UTF-8 │ ├── vchkbox.de │ ├── vchkbox.de.UTF-8 │ ├── vchoice.UTF-8 │ ├── vchoice.de │ ├── vchoice.de.UTF-8 │ ├── vcls.de │ ├── vcls.de.UTF-8 │ ├── vcursor.de │ ├── vcursor.de.UTF-8 │ ├── vdelay.de │ ├── vdelay.de.UTF-8 │ ├── vdelete.de │ ├── vdelete.de.UTF-8 │ ├── veach.de │ ├── veach.de.UTF-8 │ ├── vecho.UTF-8 │ ├── vecho.de │ ├── vecho.de.UTF-8 │ ├── verrlvl.de │ ├── verrlvl.de.UTF-8 │ ├── vfdutil.UTF-8 │ ├── vfdutil.de │ ├── vfdutil.de.UTF-8 │ ├── vfont.de │ ├── vfont.de.UTF-8 │ ├── vframe.de │ ├── vframe.de.UTF-8 │ ├── vgotoxy.de │ ├── vgotoxy.de.UTF-8 │ ├── vinfo.de │ ├── vinfo.de.UTF-8 │ ├── vinsert.UTF-8 │ ├── vinsert.de │ ├── vinsert.de.UTF-8 │ ├── vline.de │ ├── vline.de.UTF-8 │ ├── vmath.UTF-8 │ ├── vmath.de │ ├── vmath.de.UTF-8 │ ├── vmode.de │ ├── vmode.de.UTF-8 │ ├── vpause.de │ ├── vpause.de.UTF-8 │ ├── vpcspkr.de │ ├── vpcspkr.de.UTF-8 │ ├── vprogres.de │ ├── vprogres.de.UTF-8 │ ├── vreadkey.de │ ├── vreadkey.de.UTF-8 │ ├── vstr.de │ ├── vstr.de.UTF-8 │ ├── vtest.de │ ├── vtest.de.UTF-8 │ ├── vver.de │ ├── vver.de.UTF-8 │ ├── vview.de │ └── vview.de.UTF-8 │ ├── en │ ├── v8power.en │ ├── vask.en │ ├── vchkbox.en │ ├── vchoice.en │ ├── vcls.en │ ├── vcursor.en │ ├── vdelay.en │ ├── vdelete.en │ ├── veach.en │ ├── vecho.en │ ├── verrlvl.en │ ├── vfdutil.en │ ├── vfont.en │ ├── vframe.en │ ├── vgotoxy.en │ ├── vinfo.en │ ├── vinsert.en │ ├── vline.en │ ├── vmath.en │ ├── vmode.en │ ├── vpause.en │ ├── vpcspkr.en │ ├── vprogres.en │ ├── vreadkey.en │ ├── vstr.en │ ├── vtest.en │ ├── vver.en │ └── vview.en │ ├── fr │ ├── v8power.fr │ ├── v8power.fr.UTF-8 │ ├── vask.fr │ ├── vask.fr.UTF-8 │ ├── vchkbox.fr │ ├── vchkbox.fr.UTF-8 │ ├── vchoice.fr │ ├── vchoice.fr.UTF-8 │ ├── vcls.fr │ ├── vcls.fr.UTF-8 │ ├── vcursor.fr │ ├── vcursor.fr.UTF-8 │ ├── vdelay.fr │ ├── vdelay.fr.UTF-8 │ ├── vdelete.fr │ ├── vdelete.fr.UTF-8 │ ├── veach.fr │ ├── veach.fr.UTF-8 │ ├── vecho.fr │ ├── vecho.fr.UTF-8 │ ├── verrlvl.fr │ ├── verrlvl.fr.UTF-8 │ ├── vfdutil.fr │ ├── vfdutil.fr.UTF-8 │ ├── vfont.fr │ ├── vfont.fr.UTF-8 │ ├── vframe.fr │ ├── vframe.fr.UTF-8 │ ├── vgotoxy.fr │ ├── vgotoxy.fr.UTF-8 │ ├── vinfo.fr │ ├── vinfo.fr.UTF-8 │ ├── vinsert.fr │ ├── vinsert.fr.UTF-8 │ ├── vline.fr │ ├── vline.fr.UTF-8 │ ├── vmath.fr │ ├── vmath.fr.UTF-8 │ ├── vmode.fr │ ├── vmode.fr.UTF-8 │ ├── vpause.fr │ ├── vpause.fr.UTF-8 │ ├── vpcspkr.fr │ ├── vpcspkr.fr.UTF-8 │ ├── vprogres.fr │ ├── vprogres.fr.UTF-8 │ ├── vreadkey.fr │ ├── vreadkey.fr.UTF-8 │ ├── vstr.fr │ ├── vstr.fr.UTF-8 │ ├── vtest.fr │ ├── vtest.fr.UTF-8 │ ├── vver.fr │ ├── vver.fr.UTF-8 │ ├── vview.fr │ └── vview.fr.UTF-8 │ ├── sv │ ├── v8power.sv │ ├── v8power.sv.UTF-8 │ ├── vask.sv │ ├── vask.sv.UTF-8 │ ├── vchkbox.sv │ ├── vchkbox.sv.UTF-8 │ ├── vchoice.sv │ ├── vchoice.sv.UTF-8 │ ├── vcls.sv │ ├── vcls.sv.UTF-8 │ ├── vcursor.sv │ ├── vcursor.sv.UTF-8 │ ├── vdelay.sv │ ├── vdelay.sv.UTF-8 │ ├── vdelete.sv │ ├── vdelete.sv.UTF-8 │ ├── veach.sv │ ├── veach.sv.UTF-8 │ ├── vecho.sv │ ├── vecho.sv.UTF-8 │ ├── verrlvl.sv │ ├── verrlvl.sv.UTF-8 │ ├── vfdutil.sv │ ├── vfdutil.sv.UTF-8 │ ├── vfont.sv │ ├── vfont.sv.UTF-8 │ ├── vframe.sv │ ├── vframe.sv.UTF-8 │ ├── vgotoxy.sv │ ├── vgotoxy.sv.UTF-8 │ ├── vinfo.sv │ ├── vinfo.sv.UTF-8 │ ├── vinsert.sv │ ├── vinsert.sv.UTF-8 │ ├── vline.sv │ ├── vline.sv.UTF-8 │ ├── vmath.sv │ ├── vmath.sv.UTF-8 │ ├── vmode.sv │ ├── vmode.sv.UTF-8 │ ├── vpause.sv │ ├── vpause.sv.UTF-8 │ ├── vpcspkr.sv │ ├── vpcspkr.sv.UTF-8 │ ├── vprogres.sv │ ├── vprogres.sv.UTF-8 │ ├── vreadkey.sv.UTF-8 │ ├── vstr.sv │ ├── vstr.sv.UTF-8 │ ├── vver.sv │ └── vver.sv.UTF-8 │ └── tr │ ├── v8power.tr │ ├── v8power.tr.UTF-8 │ ├── vask.tr │ ├── vask.tr.UTF-8 │ ├── vchkbox.tr │ ├── vchkbox.tr.UTF-8 │ ├── vchoice.tr │ ├── vchoice.tr.UTF-8 │ ├── vcls.tr │ ├── vcls.tr.UTF-8 │ ├── vcursor.tr │ ├── vcursor.tr.UTF-8 │ ├── vdelay.tr │ ├── vdelay.tr.UTF-8 │ ├── vdelete.tr │ ├── vdelete.tr.UTF-8 │ ├── veach.tr │ ├── veach.tr.UTF-8 │ ├── vecho.tr │ ├── vecho.tr.UTF-8 │ ├── verrlvl.tr │ ├── verrlvl.tr.UTF-8 │ ├── vfdutil.tr │ ├── vfdutil.tr.UTF-8 │ ├── vfont.tr │ ├── vfont.tr.UTF-8 │ ├── vframe.tr │ ├── vframe.tr.UTF-8 │ ├── vgotoxy.tr │ ├── vgotoxy.tr.UTF-8 │ ├── vinfo.tr │ ├── vinfo.tr.UTF-8 │ ├── vinsert.tr │ ├── vinsert.tr.UTF-8 │ ├── vline.tr │ ├── vline.tr.UTF-8 │ ├── vmath.tr │ ├── vmath.tr.UTF-8 │ ├── vmode.tr │ ├── vmode.tr.UTF-8 │ ├── vpause.tr │ ├── vpause.tr.UTF-8 │ ├── vpcspkr.tr │ ├── vpcspkr.tr.UTF-8 │ ├── vprogres.tr │ ├── vprogres.tr.UTF-8 │ ├── vreadkey.tr │ ├── vreadkey.tr.UTF-8 │ ├── vstr.tr │ ├── vstr.tr.UTF-8 │ ├── vtest.tr │ ├── vtest.tr.UTF-8 │ ├── vver.tr │ ├── vver.tr.UTF-8 │ ├── vview.tr │ └── vview.tr.UTF-8 ├── v8turbo ├── README.txt ├── fonts │ ├── cp850-16.fnt │ ├── cp857-16.fnt │ ├── cp858-16.fnt │ └── cp866-16.fnt └── nls │ ├── v8micro.de │ ├── v8micro.de.UTF-8 │ ├── v8turbo.de │ ├── v8turbo.de.UTF-8 │ ├── v8turbo.en │ ├── v8turbo.fr │ ├── v8turbo.fr.UTF-8 │ ├── v8turbo.tr │ └── v8turbo.tr.UTF-8 ├── vmsmount └── nls │ ├── vmsmount.de │ ├── vmsmount.de.UTF-8 │ ├── vmsmount.en │ ├── vmsmount.es │ ├── vmsmount.fr │ ├── vmsmount.fr.UTF-8 │ ├── vmsmount.nl │ ├── vmsmount.sv │ ├── vmsmount.sv.UTF-8 │ ├── vmsmount.tr │ └── vmsmount.tr.UTF-8 ├── wget └── help │ ├── wget.de │ ├── wget.de.UTF-8 │ ├── wget.en │ ├── wget.fr │ ├── wget.fr.UTF-8 │ ├── wget.tr │ ├── wget.tr.UTF-8 │ └── wget.txt ├── xcopy └── nls │ ├── xcopy.de │ ├── xcopy.de.UTF-8 │ ├── xcopy.en │ ├── xcopy.es │ ├── xcopy.fi │ ├── xcopy.fr │ ├── xcopy.fr.UTF-8 │ ├── xcopy.it │ ├── xcopy.no │ ├── xcopy.no.UTF-8 │ ├── xcopy.pl │ ├── xcopy.ru │ ├── xcopy.ru.UTF-8 │ ├── xcopy.sl │ ├── xcopy.sv │ ├── xcopy.sv.UTF-8 │ ├── xcopy.tr │ └── xcopy.tr.UTF-8 ├── xdel └── nls │ ├── xdel.de │ ├── xdel.de.UTF-8 │ ├── xdel.en │ ├── xdel.es │ ├── xdel.fr │ ├── xdel.fr.UTF-8 │ ├── xdel.pt │ ├── xdel.ru │ ├── xdel.ru.UTF-8 │ ├── xdel.sv │ ├── xdel.sv.UTF-8 │ ├── xdel.tr │ └── xdel.tr.UTF-8 └── zzz-notes-and-misc-items ├── NLS-final-06.7z ├── NLS-final-06 └── freecom │ └── source │ └── freecom_err.de └── NLS-was-funzt-was-nicht.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/.gitignore -------------------------------------------------------------------------------- /.timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/.timestamps -------------------------------------------------------------------------------- /INDEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/INDEX.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/_config.yml -------------------------------------------------------------------------------- /append/help/append.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.de -------------------------------------------------------------------------------- /append/help/append.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.en -------------------------------------------------------------------------------- /append/help/append.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.es -------------------------------------------------------------------------------- /append/help/append.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.fr -------------------------------------------------------------------------------- /append/help/append.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.ptb -------------------------------------------------------------------------------- /append/help/append.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.sv -------------------------------------------------------------------------------- /append/help/append.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/append/help/append.tr -------------------------------------------------------------------------------- /assign/help/assign.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.de -------------------------------------------------------------------------------- /assign/help/assign.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.en -------------------------------------------------------------------------------- /assign/help/assign.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.es -------------------------------------------------------------------------------- /assign/help/assign.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.fr -------------------------------------------------------------------------------- /assign/help/assign.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.ptb -------------------------------------------------------------------------------- /assign/help/assign.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.sv -------------------------------------------------------------------------------- /assign/help/assign.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/assign/help/assign.tr -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.cz -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.de -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.dk -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.ee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.ee -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.en -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.eo -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.es -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.fi -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.fr -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.hu -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.is -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.it -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.lt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.lt -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.lv -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.nl -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.no -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.pl -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.pt -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.ptb -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.ru -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.sk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.sk -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.sl -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.sr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.sr -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.sv -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.tr -------------------------------------------------------------------------------- /blkdrop/nls/blkdrop.uk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/blkdrop.uk -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.de -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.en -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.es -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.fr -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.ru -------------------------------------------------------------------------------- /blkdrop/nls/goodbye.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/goodbye.tr -------------------------------------------------------------------------------- /blkdrop/nls/helptxt.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/helptxt.de -------------------------------------------------------------------------------- /blkdrop/nls/helptxt.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/helptxt.en -------------------------------------------------------------------------------- /blkdrop/nls/helptxt.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/helptxt.fr -------------------------------------------------------------------------------- /blkdrop/nls/helptxt.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/helptxt.sv -------------------------------------------------------------------------------- /blkdrop/nls/helptxt.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blkdrop/nls/helptxt.tr -------------------------------------------------------------------------------- /blocek/nls/BLOCEK1.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/BLOCEK1.FR -------------------------------------------------------------------------------- /blocek/nls/BLOCEK1.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/BLOCEK1.TR -------------------------------------------------------------------------------- /blocek/nls/BLOCEK2.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/BLOCEK2.FR -------------------------------------------------------------------------------- /blocek/nls/BLOCEK2.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/BLOCEK2.TR -------------------------------------------------------------------------------- /blocek/nls/blocek1.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek1.cz -------------------------------------------------------------------------------- /blocek/nls/blocek1.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek1.de -------------------------------------------------------------------------------- /blocek/nls/blocek1.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek1.en -------------------------------------------------------------------------------- /blocek/nls/blocek1.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek1.ru -------------------------------------------------------------------------------- /blocek/nls/blocek2.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek2.cz -------------------------------------------------------------------------------- /blocek/nls/blocek2.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek2.de -------------------------------------------------------------------------------- /blocek/nls/blocek2.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek2.en -------------------------------------------------------------------------------- /blocek/nls/blocek2.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/blocek2.ru -------------------------------------------------------------------------------- /blocek/nls/howto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/blocek/nls/howto.txt -------------------------------------------------------------------------------- /choice/help/choice.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.de -------------------------------------------------------------------------------- /choice/help/choice.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.en -------------------------------------------------------------------------------- /choice/help/choice.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.es -------------------------------------------------------------------------------- /choice/help/choice.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.fr -------------------------------------------------------------------------------- /choice/help/choice.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.ptb -------------------------------------------------------------------------------- /choice/help/choice.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.sv -------------------------------------------------------------------------------- /choice/help/choice.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/help/choice.tr -------------------------------------------------------------------------------- /choice/nls/choice.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.cz -------------------------------------------------------------------------------- /choice/nls/choice.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.de -------------------------------------------------------------------------------- /choice/nls/choice.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.dk -------------------------------------------------------------------------------- /choice/nls/choice.ee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.ee -------------------------------------------------------------------------------- /choice/nls/choice.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.en -------------------------------------------------------------------------------- /choice/nls/choice.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.eo -------------------------------------------------------------------------------- /choice/nls/choice.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.es -------------------------------------------------------------------------------- /choice/nls/choice.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.fi -------------------------------------------------------------------------------- /choice/nls/choice.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.fr -------------------------------------------------------------------------------- /choice/nls/choice.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.hu -------------------------------------------------------------------------------- /choice/nls/choice.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.is -------------------------------------------------------------------------------- /choice/nls/choice.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.it -------------------------------------------------------------------------------- /choice/nls/choice.lt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.lt -------------------------------------------------------------------------------- /choice/nls/choice.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.lv -------------------------------------------------------------------------------- /choice/nls/choice.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.nl -------------------------------------------------------------------------------- /choice/nls/choice.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.no -------------------------------------------------------------------------------- /choice/nls/choice.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.pl -------------------------------------------------------------------------------- /choice/nls/choice.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.pt -------------------------------------------------------------------------------- /choice/nls/choice.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.ptb -------------------------------------------------------------------------------- /choice/nls/choice.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.ru -------------------------------------------------------------------------------- /choice/nls/choice.sk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.sk -------------------------------------------------------------------------------- /choice/nls/choice.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.sl -------------------------------------------------------------------------------- /choice/nls/choice.sr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.sr -------------------------------------------------------------------------------- /choice/nls/choice.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.sv -------------------------------------------------------------------------------- /choice/nls/choice.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.tr -------------------------------------------------------------------------------- /choice/nls/choice.uk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/choice/nls/choice.uk -------------------------------------------------------------------------------- /compute/nls/compute.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.cz -------------------------------------------------------------------------------- /compute/nls/compute.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.de -------------------------------------------------------------------------------- /compute/nls/compute.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.dk -------------------------------------------------------------------------------- /compute/nls/compute.ee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.ee -------------------------------------------------------------------------------- /compute/nls/compute.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.en -------------------------------------------------------------------------------- /compute/nls/compute.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.eo -------------------------------------------------------------------------------- /compute/nls/compute.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.es -------------------------------------------------------------------------------- /compute/nls/compute.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.fi -------------------------------------------------------------------------------- /compute/nls/compute.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.fr -------------------------------------------------------------------------------- /compute/nls/compute.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.hu -------------------------------------------------------------------------------- /compute/nls/compute.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.is -------------------------------------------------------------------------------- /compute/nls/compute.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.it -------------------------------------------------------------------------------- /compute/nls/compute.lt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.lt -------------------------------------------------------------------------------- /compute/nls/compute.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.lv -------------------------------------------------------------------------------- /compute/nls/compute.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.nl -------------------------------------------------------------------------------- /compute/nls/compute.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.no -------------------------------------------------------------------------------- /compute/nls/compute.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.pl -------------------------------------------------------------------------------- /compute/nls/compute.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.pt -------------------------------------------------------------------------------- /compute/nls/compute.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.ptb -------------------------------------------------------------------------------- /compute/nls/compute.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.ru -------------------------------------------------------------------------------- /compute/nls/compute.sk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.sk -------------------------------------------------------------------------------- /compute/nls/compute.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.sl -------------------------------------------------------------------------------- /compute/nls/compute.sr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.sr -------------------------------------------------------------------------------- /compute/nls/compute.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.sv -------------------------------------------------------------------------------- /compute/nls/compute.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.tr -------------------------------------------------------------------------------- /compute/nls/compute.uk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/compute/nls/compute.uk -------------------------------------------------------------------------------- /danger/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/danger/readme.md -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.de -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.dk -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.en -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.es -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.fi -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.fr -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.it -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.nl -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.pl -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.sl -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.sv -------------------------------------------------------------------------------- /diskcopy/nls/diskcopy.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/diskcopy/nls/diskcopy.tr -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.CZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.CZ -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.DE -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.DK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.DK -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.EN -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.ES -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.FI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.FI -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.FR -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.HU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.HU -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.IT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.IT -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.JA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.JA -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.LV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.LV -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.NL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.NL -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.NO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.NO -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.PL -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.PT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.PT -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.RU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.RU -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.SL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.SL -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.SV -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.TR -------------------------------------------------------------------------------- /doslfn/NLS/DOSLFN.ZH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/NLS/DOSLFN.ZH -------------------------------------------------------------------------------- /doslfn/help/doslfn.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/help/doslfn.de -------------------------------------------------------------------------------- /doslfn/help/doslfn.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/help/doslfn.en -------------------------------------------------------------------------------- /doslfn/help/doslfn.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/help/doslfn.es -------------------------------------------------------------------------------- /doslfn/help/doslfn.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/help/doslfn.fr -------------------------------------------------------------------------------- /doslfn/help/doslfn.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/doslfn/help/doslfn.tr -------------------------------------------------------------------------------- /dosutil/help/dosutil.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.de -------------------------------------------------------------------------------- /dosutil/help/dosutil.en: -------------------------------------------------------------------------------- 1 | DOSUTIL 2 | 3 | A selection of useful BATCH file utilities 4 | -------------------------------------------------------------------------------- /dosutil/help/dosutil.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.es -------------------------------------------------------------------------------- /dosutil/help/dosutil.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.fr -------------------------------------------------------------------------------- /dosutil/help/dosutil.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.ptb -------------------------------------------------------------------------------- /dosutil/help/dosutil.ptb.UTF-8: -------------------------------------------------------------------------------- 1 | DOSUTIL 2 | 3 | Uma seleção de utilidades de arquivos BATCH 4 | -------------------------------------------------------------------------------- /dosutil/help/dosutil.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.sv -------------------------------------------------------------------------------- /dosutil/help/dosutil.sv.UTF-8: -------------------------------------------------------------------------------- 1 | DOSUTIL 2 | 3 | En samling användbara kommandofilsverktyg 4 | -------------------------------------------------------------------------------- /dosutil/help/dosutil.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/dosutil/help/dosutil.tr -------------------------------------------------------------------------------- /edict/language.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/language.txt -------------------------------------------------------------------------------- /edict/nls/edict.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.de -------------------------------------------------------------------------------- /edict/nls/edict.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.de.UTF-8 -------------------------------------------------------------------------------- /edict/nls/edict.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.en -------------------------------------------------------------------------------- /edict/nls/edict.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.es -------------------------------------------------------------------------------- /edict/nls/edict.es.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.es.UTF-8 -------------------------------------------------------------------------------- /edict/nls/edict.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.fr -------------------------------------------------------------------------------- /edict/nls/edict.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.fr.UTF-8 -------------------------------------------------------------------------------- /edict/nls/edict.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.sv -------------------------------------------------------------------------------- /edict/nls/edict.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.sv.UTF-8 -------------------------------------------------------------------------------- /edict/nls/edict.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.tr -------------------------------------------------------------------------------- /edict/nls/edict.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edict/nls/edict.tr.UTF-8 -------------------------------------------------------------------------------- /edlin/doc/edlin-de.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-de.htm -------------------------------------------------------------------------------- /edlin/doc/edlin-en.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-en.htm -------------------------------------------------------------------------------- /edlin/doc/edlin-fr.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-fr.htm -------------------------------------------------------------------------------- /edlin/doc/edlin-ja.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-ja.htm -------------------------------------------------------------------------------- /edlin/doc/edlin-ja.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-ja.txt -------------------------------------------------------------------------------- /edlin/doc/edlin-sv.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-sv.htm -------------------------------------------------------------------------------- /edlin/doc/edlin-tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-tr.UTF-8 -------------------------------------------------------------------------------- /edlin/doc/edlin-tr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/doc/edlin-tr.txt -------------------------------------------------------------------------------- /edlin/nls/edlin.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.de -------------------------------------------------------------------------------- /edlin/nls/edlin.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.de.UTF-8 -------------------------------------------------------------------------------- /edlin/nls/edlin.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.dk -------------------------------------------------------------------------------- /edlin/nls/edlin.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.en -------------------------------------------------------------------------------- /edlin/nls/edlin.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.eo -------------------------------------------------------------------------------- /edlin/nls/edlin.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.es -------------------------------------------------------------------------------- /edlin/nls/edlin.eu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.eu -------------------------------------------------------------------------------- /edlin/nls/edlin.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.fi -------------------------------------------------------------------------------- /edlin/nls/edlin.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.fr -------------------------------------------------------------------------------- /edlin/nls/edlin.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.fr.UTF-8 -------------------------------------------------------------------------------- /edlin/nls/edlin.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.is -------------------------------------------------------------------------------- /edlin/nls/edlin.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.it -------------------------------------------------------------------------------- /edlin/nls/edlin.la: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.la -------------------------------------------------------------------------------- /edlin/nls/edlin.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.nl -------------------------------------------------------------------------------- /edlin/nls/edlin.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.no -------------------------------------------------------------------------------- /edlin/nls/edlin.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.pl -------------------------------------------------------------------------------- /edlin/nls/edlin.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.pt -------------------------------------------------------------------------------- /edlin/nls/edlin.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.sl -------------------------------------------------------------------------------- /edlin/nls/edlin.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.sv -------------------------------------------------------------------------------- /edlin/nls/edlin.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.sv.UTF-8 -------------------------------------------------------------------------------- /edlin/nls/edlin.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.tr -------------------------------------------------------------------------------- /edlin/nls/edlin.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/edlin/nls/edlin.tr.UTF-8 -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.de -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.en -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.es -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.fr -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.ptb -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.sv -------------------------------------------------------------------------------- /exe2bin/help/exe2bin.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/exe2bin/help/exe2bin.tr -------------------------------------------------------------------------------- /fc/help/fc.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.de -------------------------------------------------------------------------------- /fc/help/fc.de.UTF8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.de.UTF8 -------------------------------------------------------------------------------- /fc/help/fc.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.en -------------------------------------------------------------------------------- /fc/help/fc.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.es -------------------------------------------------------------------------------- /fc/help/fc.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.fr -------------------------------------------------------------------------------- /fc/help/fc.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.fr.UTF-8 -------------------------------------------------------------------------------- /fc/help/fc.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.sv -------------------------------------------------------------------------------- /fc/help/fc.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.sv.UTF-8 -------------------------------------------------------------------------------- /fc/help/fc.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.tr -------------------------------------------------------------------------------- /fc/help/fc.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/help/fc.tr.UTF-8 -------------------------------------------------------------------------------- /fc/nls/fc.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.de -------------------------------------------------------------------------------- /fc/nls/fc.de.UTF8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.de.UTF8 -------------------------------------------------------------------------------- /fc/nls/fc.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.dk -------------------------------------------------------------------------------- /fc/nls/fc.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.en -------------------------------------------------------------------------------- /fc/nls/fc.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.es -------------------------------------------------------------------------------- /fc/nls/fc.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.fr -------------------------------------------------------------------------------- /fc/nls/fc.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.fr.UTF-8 -------------------------------------------------------------------------------- /fc/nls/fc.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.it -------------------------------------------------------------------------------- /fc/nls/fc.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.lv -------------------------------------------------------------------------------- /fc/nls/fc.lv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.lv.UTF-8 -------------------------------------------------------------------------------- /fc/nls/fc.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.nl -------------------------------------------------------------------------------- /fc/nls/fc.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.pl -------------------------------------------------------------------------------- /fc/nls/fc.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.ru -------------------------------------------------------------------------------- /fc/nls/fc.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.ru.UTF-8 -------------------------------------------------------------------------------- /fc/nls/fc.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.sl -------------------------------------------------------------------------------- /fc/nls/fc.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.sv -------------------------------------------------------------------------------- /fc/nls/fc.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.sv.UTF-8 -------------------------------------------------------------------------------- /fc/nls/fc.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.tr -------------------------------------------------------------------------------- /fc/nls/fc.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fc/nls/fc.tr.UTF-8 -------------------------------------------------------------------------------- /fd-nls/codepages/437.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/437.xml -------------------------------------------------------------------------------- /fd-nls/codepages/850.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/850.xml -------------------------------------------------------------------------------- /fd-nls/codepages/857.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/857.xml -------------------------------------------------------------------------------- /fd-nls/codepages/858.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/858.xml -------------------------------------------------------------------------------- /fd-nls/codepages/863.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/863.xml -------------------------------------------------------------------------------- /fd-nls/codepages/865.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/codepages/865.xml -------------------------------------------------------------------------------- /fd-nls/fonts/437.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/437.fnt -------------------------------------------------------------------------------- /fd-nls/fonts/850.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/850.fnt -------------------------------------------------------------------------------- /fd-nls/fonts/857.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/857.fnt -------------------------------------------------------------------------------- /fd-nls/fonts/858.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/858.fnt -------------------------------------------------------------------------------- /fd-nls/fonts/863.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/863.fnt -------------------------------------------------------------------------------- /fd-nls/fonts/866.fnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/fonts/866.fnt -------------------------------------------------------------------------------- /fd-nls/languages/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/languages/de.xml -------------------------------------------------------------------------------- /fd-nls/languages/fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/languages/fr.xml -------------------------------------------------------------------------------- /fd-nls/languages/no.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/languages/no.xml -------------------------------------------------------------------------------- /fd-nls/languages/sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/languages/sv.xml -------------------------------------------------------------------------------- /fd-nls/languages/tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fd-nls/languages/tr.xml -------------------------------------------------------------------------------- /fdhelper/help/cdrom.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.de -------------------------------------------------------------------------------- /fdhelper/help/cdrom.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.en -------------------------------------------------------------------------------- /fdhelper/help/cdrom.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.es -------------------------------------------------------------------------------- /fdhelper/help/cdrom.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.fr -------------------------------------------------------------------------------- /fdhelper/help/cdrom.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.sv -------------------------------------------------------------------------------- /fdhelper/help/cdrom.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/help/cdrom.tr -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.de -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.en -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.es -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.fr -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.sv -------------------------------------------------------------------------------- /fdhelper/nls/cdrom.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/cdrom.tr -------------------------------------------------------------------------------- /fdhelper/nls/welcome.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.de -------------------------------------------------------------------------------- /fdhelper/nls/welcome.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.en -------------------------------------------------------------------------------- /fdhelper/nls/welcome.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.eo -------------------------------------------------------------------------------- /fdhelper/nls/welcome.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.es -------------------------------------------------------------------------------- /fdhelper/nls/welcome.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.fr -------------------------------------------------------------------------------- /fdhelper/nls/welcome.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.nl -------------------------------------------------------------------------------- /fdhelper/nls/welcome.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.sv -------------------------------------------------------------------------------- /fdhelper/nls/welcome.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdhelper/nls/welcome.tr -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.DE -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.EN -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.ES -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.FR -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.SV -------------------------------------------------------------------------------- /fdi-x86/nls/SETUP.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi-x86/nls/SETUP.TR -------------------------------------------------------------------------------- /fdi/extend/FDINS995.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/extend/FDINS995.BAT -------------------------------------------------------------------------------- /fdi/extend/FDINS995.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/extend/FDINS995.DE -------------------------------------------------------------------------------- /fdi/keyboard/BRAZIL1.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/BRAZIL1.KYB -------------------------------------------------------------------------------- /fdi/keyboard/BRAZIL2.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/BRAZIL2.KYB -------------------------------------------------------------------------------- /fdi/keyboard/DENMARK.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/DENMARK.KYB -------------------------------------------------------------------------------- /fdi/keyboard/DUTCH.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/DUTCH.KYB -------------------------------------------------------------------------------- /fdi/keyboard/EN-UK.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/EN-UK.KYB -------------------------------------------------------------------------------- /fdi/keyboard/EN-US.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/EN-US.KYB -------------------------------------------------------------------------------- /fdi/keyboard/FRENCH1.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/FRENCH1.KYB -------------------------------------------------------------------------------- /fdi/keyboard/FRENCH2.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/FRENCH2.KYB -------------------------------------------------------------------------------- /fdi/keyboard/GERMAN1.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/GERMAN1.KYB -------------------------------------------------------------------------------- /fdi/keyboard/GERMAN2.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/GERMAN2.KYB -------------------------------------------------------------------------------- /fdi/keyboard/HEBREW.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/HEBREW.KYB -------------------------------------------------------------------------------- /fdi/keyboard/HNGRN.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/HNGRN.KYB -------------------------------------------------------------------------------- /fdi/keyboard/ITALIAN.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/ITALIAN.KYB -------------------------------------------------------------------------------- /fdi/keyboard/LATIN.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/LATIN.KYB -------------------------------------------------------------------------------- /fdi/keyboard/POLISH.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/POLISH.KYB -------------------------------------------------------------------------------- /fdi/keyboard/RUSSIAN.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/RUSSIAN.KYB -------------------------------------------------------------------------------- /fdi/keyboard/SPANISH.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/SPANISH.KYB -------------------------------------------------------------------------------- /fdi/keyboard/SWEDISH.KYB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/keyboard/SWEDISH.KYB -------------------------------------------------------------------------------- /fdi/language/CP850.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP850.FNT -------------------------------------------------------------------------------- /fdi/language/CP850.V8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP850.V8F -------------------------------------------------------------------------------- /fdi/language/CP857.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP857.DE -------------------------------------------------------------------------------- /fdi/language/CP857.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP857.FNT -------------------------------------------------------------------------------- /fdi/language/CP857.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP857.TXT -------------------------------------------------------------------------------- /fdi/language/CP857.V8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP857.V8F -------------------------------------------------------------------------------- /fdi/language/CP858.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP858.DE -------------------------------------------------------------------------------- /fdi/language/CP858.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP858.FNT -------------------------------------------------------------------------------- /fdi/language/CP858.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP858.TXT -------------------------------------------------------------------------------- /fdi/language/CP858.V8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP858.V8F -------------------------------------------------------------------------------- /fdi/language/CP866.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP866.DE -------------------------------------------------------------------------------- /fdi/language/CP866.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP866.FNT -------------------------------------------------------------------------------- /fdi/language/CP866.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP866.TXT -------------------------------------------------------------------------------- /fdi/language/CP866.V8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/CP866.V8F -------------------------------------------------------------------------------- /fdi/language/SETFONT.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/SETFONT.BAT -------------------------------------------------------------------------------- /fdi/language/SETFONT.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/language/SETFONT.DE -------------------------------------------------------------------------------- /fdi/notes/2020-01-16.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdi/notes/2020-01-16.TXT -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.DE -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.EN -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.EO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.EO -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.ES -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.FR -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.NL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.NL -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.RU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.RU -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.SV -------------------------------------------------------------------------------- /fdimples/nls/FDIMPLES.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdimples/nls/FDIMPLES.TR -------------------------------------------------------------------------------- /fdisk/help/fdisk.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.de -------------------------------------------------------------------------------- /fdisk/help/fdisk.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.en -------------------------------------------------------------------------------- /fdisk/help/fdisk.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.es -------------------------------------------------------------------------------- /fdisk/help/fdisk.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.fr -------------------------------------------------------------------------------- /fdisk/help/fdisk.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.nl -------------------------------------------------------------------------------- /fdisk/help/fdisk.ptb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.ptb -------------------------------------------------------------------------------- /fdisk/help/fdisk.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.sv -------------------------------------------------------------------------------- /fdisk/help/fdisk.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdisk/help/fdisk.tr -------------------------------------------------------------------------------- /fdnet/nls/fdnet.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.de -------------------------------------------------------------------------------- /fdnet/nls/fdnet.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.de.UTF-8 -------------------------------------------------------------------------------- /fdnet/nls/fdnet.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.en -------------------------------------------------------------------------------- /fdnet/nls/fdnet.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.es -------------------------------------------------------------------------------- /fdnet/nls/fdnet.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.fr -------------------------------------------------------------------------------- /fdnet/nls/fdnet.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.fr.UTF-8 -------------------------------------------------------------------------------- /fdnet/nls/fdnet.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.sv -------------------------------------------------------------------------------- /fdnet/nls/fdnet.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.sv.UTF-8 -------------------------------------------------------------------------------- /fdnet/nls/fdnet.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.tr -------------------------------------------------------------------------------- /fdnet/nls/fdnet.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnet/nls/fdnet.tr.UTF-8 -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.de -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.dk -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.en -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.es -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.fr -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.pl -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.ru -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.si: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.si -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.sl -------------------------------------------------------------------------------- /fdnpkg/nls/fdnpkg.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg/nls/fdnpkg.tr -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.DE -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.DK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.DK -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.EN -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.ES -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.FR -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.PL -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.RU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.RU -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.SI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.SI -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.SL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.SL -------------------------------------------------------------------------------- /fdnpkg16/NLS/FDNPKG16.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdnpkg16/NLS/FDNPKG16.TR -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.de -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.de.UTF-8 -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.en -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.es -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.fr -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.fr.UTF-8 -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.pl -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.tr -------------------------------------------------------------------------------- /fdpkg/nls/fdpkg.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdpkg/nls/fdpkg.tr.UTF-8 -------------------------------------------------------------------------------- /fdrepo/codepages/437.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/codepages/437.xml -------------------------------------------------------------------------------- /fdrepo/codepages/850.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/codepages/850.xml -------------------------------------------------------------------------------- /fdrepo/codepages/857.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/codepages/857.xml -------------------------------------------------------------------------------- /fdrepo/codepages/858.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/codepages/858.xml -------------------------------------------------------------------------------- /fdrepo/fdrepo/fdrepo.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/fdrepo/fdrepo.de -------------------------------------------------------------------------------- /fdrepo/fdrepo/fdrepo.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/fdrepo/fdrepo.en -------------------------------------------------------------------------------- /fdrepo/fdrepo/fdrepo.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/fdrepo/fdrepo.es -------------------------------------------------------------------------------- /fdrepo/fdrepo/fdrepo.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/fdrepo/fdrepo.fr -------------------------------------------------------------------------------- /fdrepo/fdrepo/fdrepo.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/fdrepo/fdrepo.tr -------------------------------------------------------------------------------- /fdrepo/nls/1.3.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.DE -------------------------------------------------------------------------------- /fdrepo/nls/1.3.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.EN -------------------------------------------------------------------------------- /fdrepo/nls/1.3.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.ES -------------------------------------------------------------------------------- /fdrepo/nls/1.3.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.FR -------------------------------------------------------------------------------- /fdrepo/nls/1.3.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.SV -------------------------------------------------------------------------------- /fdrepo/nls/1.3.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.3.TR -------------------------------------------------------------------------------- /fdrepo/nls/1.4.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.DE -------------------------------------------------------------------------------- /fdrepo/nls/1.4.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.EN -------------------------------------------------------------------------------- /fdrepo/nls/1.4.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.ES -------------------------------------------------------------------------------- /fdrepo/nls/1.4.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.FR -------------------------------------------------------------------------------- /fdrepo/nls/1.4.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.SV -------------------------------------------------------------------------------- /fdrepo/nls/1.4.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/1.4.TR -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.DE -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.EN -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.ES -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.FR -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.SV -------------------------------------------------------------------------------- /fdrepo/nls/LATEST.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/nls/LATEST.TR -------------------------------------------------------------------------------- /fdrepo/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdrepo/readme.txt -------------------------------------------------------------------------------- /fdshell/help/dosshell.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.de -------------------------------------------------------------------------------- /fdshell/help/dosshell.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.en -------------------------------------------------------------------------------- /fdshell/help/dosshell.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.es -------------------------------------------------------------------------------- /fdshell/help/dosshell.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.fr -------------------------------------------------------------------------------- /fdshell/help/dosshell.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.nl -------------------------------------------------------------------------------- /fdshell/help/dosshell.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.sv -------------------------------------------------------------------------------- /fdshell/help/dosshell.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdshell/help/dosshell.tr -------------------------------------------------------------------------------- /fdtui/doc/readme.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.de -------------------------------------------------------------------------------- /fdtui/doc/readme.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.en -------------------------------------------------------------------------------- /fdtui/doc/readme.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.es -------------------------------------------------------------------------------- /fdtui/doc/readme.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.fr -------------------------------------------------------------------------------- /fdtui/doc/readme.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.sv -------------------------------------------------------------------------------- /fdtui/doc/readme.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/doc/readme.tr -------------------------------------------------------------------------------- /fdtui/nls/fdtui.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.de -------------------------------------------------------------------------------- /fdtui/nls/fdtui.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.de.UTF-8 -------------------------------------------------------------------------------- /fdtui/nls/fdtui.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.en -------------------------------------------------------------------------------- /fdtui/nls/fdtui.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.es -------------------------------------------------------------------------------- /fdtui/nls/fdtui.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.fr -------------------------------------------------------------------------------- /fdtui/nls/fdtui.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.fr.UTF-8 -------------------------------------------------------------------------------- /fdtui/nls/fdtui.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.no -------------------------------------------------------------------------------- /fdtui/nls/fdtui.no.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.no.UTF-8 -------------------------------------------------------------------------------- /fdtui/nls/fdtui.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.sv -------------------------------------------------------------------------------- /fdtui/nls/fdtui.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.sv.UTF-8 -------------------------------------------------------------------------------- /fdtui/nls/fdtui.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.tr -------------------------------------------------------------------------------- /fdtui/nls/fdtui.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/fdtui/nls/fdtui.tr.UTF-8 -------------------------------------------------------------------------------- /find/nls/find.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.de -------------------------------------------------------------------------------- /find/nls/find.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.de.UTF-8 -------------------------------------------------------------------------------- /find/nls/find.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.dk -------------------------------------------------------------------------------- /find/nls/find.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.en -------------------------------------------------------------------------------- /find/nls/find.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.es -------------------------------------------------------------------------------- /find/nls/find.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.fi -------------------------------------------------------------------------------- /find/nls/find.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.fr -------------------------------------------------------------------------------- /find/nls/find.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.fr.UTF-8 -------------------------------------------------------------------------------- /find/nls/find.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.hu -------------------------------------------------------------------------------- /find/nls/find.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.it -------------------------------------------------------------------------------- /find/nls/find.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.lv -------------------------------------------------------------------------------- /find/nls/find.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.nl -------------------------------------------------------------------------------- /find/nls/find.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.pl -------------------------------------------------------------------------------- /find/nls/find.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.pt -------------------------------------------------------------------------------- /find/nls/find.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.ru -------------------------------------------------------------------------------- /find/nls/find.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.ru.UTF-8 -------------------------------------------------------------------------------- /find/nls/find.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.sl -------------------------------------------------------------------------------- /find/nls/find.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.sv -------------------------------------------------------------------------------- /find/nls/find.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.sv.UTF-8 -------------------------------------------------------------------------------- /find/nls/find.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.tr -------------------------------------------------------------------------------- /find/nls/find.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/find/nls/find.tr.UTF-8 -------------------------------------------------------------------------------- /format/format.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.de -------------------------------------------------------------------------------- /format/format.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.de.UTF-8 -------------------------------------------------------------------------------- /format/format.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.en -------------------------------------------------------------------------------- /format/format.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.fr -------------------------------------------------------------------------------- /format/format.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.nl -------------------------------------------------------------------------------- /format/format.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/format/format.tr -------------------------------------------------------------------------------- /freecom/source/dutch.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/dutch.err -------------------------------------------------------------------------------- /freecom/source/dutch.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/dutch.lng -------------------------------------------------------------------------------- /freecom/source/pt.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/pt.err -------------------------------------------------------------------------------- /freecom/source/pt.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/pt.lng -------------------------------------------------------------------------------- /freecom/source/pt_br.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/pt_br.err -------------------------------------------------------------------------------- /freecom/source/pt_br.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/pt_br.lng -------------------------------------------------------------------------------- /freecom/source/ukr.err: -------------------------------------------------------------------------------- 1 | # Hello 2 | -------------------------------------------------------------------------------- /freecom/source/ukr.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/ukr.lng -------------------------------------------------------------------------------- /freecom/source/yu437.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/yu437.err -------------------------------------------------------------------------------- /freecom/source/yu437.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freecom/source/yu437.lng -------------------------------------------------------------------------------- /freedos/docs/README.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freedos/docs/README.FR -------------------------------------------------------------------------------- /freedos/docs/README.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freedos/docs/README.TR -------------------------------------------------------------------------------- /freedos/docs/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/freedos/docs/README.TXT -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.de -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.en -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.es -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.fr -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.sv -------------------------------------------------------------------------------- /gcdrom/source/xcdmsgs.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/gcdrom/source/xcdmsgs.tr -------------------------------------------------------------------------------- /help-legacy/nls/help.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.de -------------------------------------------------------------------------------- /help-legacy/nls/help.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.en -------------------------------------------------------------------------------- /help-legacy/nls/help.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.es -------------------------------------------------------------------------------- /help-legacy/nls/help.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.fr -------------------------------------------------------------------------------- /help-legacy/nls/help.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.hu -------------------------------------------------------------------------------- /help-legacy/nls/help.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.it -------------------------------------------------------------------------------- /help-legacy/nls/help.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.lv -------------------------------------------------------------------------------- /help-legacy/nls/help.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.nl -------------------------------------------------------------------------------- /help-legacy/nls/help.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.pl -------------------------------------------------------------------------------- /help-legacy/nls/help.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.pt -------------------------------------------------------------------------------- /help-legacy/nls/help.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.ru -------------------------------------------------------------------------------- /help-legacy/nls/help.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.sl -------------------------------------------------------------------------------- /help-legacy/nls/help.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.sv -------------------------------------------------------------------------------- /help-legacy/nls/help.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/help-legacy/nls/help.tr -------------------------------------------------------------------------------- /htmlhelp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/README.txt -------------------------------------------------------------------------------- /htmlhelp/devel/about.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/devel/about.htm -------------------------------------------------------------------------------- /htmlhelp/devel/amb.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/devel/amb.htm -------------------------------------------------------------------------------- /htmlhelp/devel/help.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/devel/help.htm -------------------------------------------------------------------------------- /htmlhelp/devel/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/devel/index.htm -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.DE -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.EN -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.ES -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.FR -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.IT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.IT -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.NL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.NL -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.PL -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.RU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.RU -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.SK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.SK -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.SL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.SL -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.TR -------------------------------------------------------------------------------- /htmlhelp/nls/HTMLHELP.US: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/nls/HTMLHELP.US -------------------------------------------------------------------------------- /htmlhelp/v1.0.8a/fdl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/v1.0.8a/fdl.txt -------------------------------------------------------------------------------- /htmlhelp/v1.1.0/fish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/htmlhelp/v1.1.0/fish.gif -------------------------------------------------------------------------------- /imgedit/help/imgedit.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgedit.de -------------------------------------------------------------------------------- /imgedit/help/imgedit.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgedit.en -------------------------------------------------------------------------------- /imgedit/help/imgedit.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgedit.fr -------------------------------------------------------------------------------- /imgedit/help/imgedit.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgedit.sv -------------------------------------------------------------------------------- /imgedit/help/imgedit.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgedit.tr -------------------------------------------------------------------------------- /imgedit/help/imgview.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgview.de -------------------------------------------------------------------------------- /imgedit/help/imgview.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgview.en -------------------------------------------------------------------------------- /imgedit/help/imgview.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgview.fr -------------------------------------------------------------------------------- /imgedit/help/imgview.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgview.sv -------------------------------------------------------------------------------- /imgedit/help/imgview.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/help/imgview.tr -------------------------------------------------------------------------------- /imgedit/nls/imgedit.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.de -------------------------------------------------------------------------------- /imgedit/nls/imgedit.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.en -------------------------------------------------------------------------------- /imgedit/nls/imgedit.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.es -------------------------------------------------------------------------------- /imgedit/nls/imgedit.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.fr -------------------------------------------------------------------------------- /imgedit/nls/imgedit.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.sv -------------------------------------------------------------------------------- /imgedit/nls/imgedit.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgedit.tr -------------------------------------------------------------------------------- /imgedit/nls/imgview.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgview.de -------------------------------------------------------------------------------- /imgedit/nls/imgview.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgview.en -------------------------------------------------------------------------------- /imgedit/nls/imgview.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgview.fr -------------------------------------------------------------------------------- /imgedit/nls/imgview.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgview.sv -------------------------------------------------------------------------------- /imgedit/nls/imgview.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/nls/imgview.tr -------------------------------------------------------------------------------- /imgedit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/imgedit/readme.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | report.html -------------------------------------------------------------------------------- /keyb/source/keybmsg.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/keyb/source/keybmsg.de -------------------------------------------------------------------------------- /keyb/source/keybmsg.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/keyb/source/keybmsg.en -------------------------------------------------------------------------------- /keyb/source/keybmsg.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/keyb/source/keybmsg.es -------------------------------------------------------------------------------- /keyb/source/keybmsg.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/keyb/source/keybmsg.fr -------------------------------------------------------------------------------- /keyb/source/keybmsg.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/keyb/source/keybmsg.tr -------------------------------------------------------------------------------- /kittenc/nls/kittenc.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.de -------------------------------------------------------------------------------- /kittenc/nls/kittenc.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.en -------------------------------------------------------------------------------- /kittenc/nls/kittenc.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.es -------------------------------------------------------------------------------- /kittenc/nls/kittenc.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.fr -------------------------------------------------------------------------------- /kittenc/nls/kittenc.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.sv -------------------------------------------------------------------------------- /kittenc/nls/kittenc.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/kittenc/nls/kittenc.tr -------------------------------------------------------------------------------- /label/nls/label.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.de -------------------------------------------------------------------------------- /label/nls/label.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.de.UTF-8 -------------------------------------------------------------------------------- /label/nls/label.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.en -------------------------------------------------------------------------------- /label/nls/label.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.fr -------------------------------------------------------------------------------- /label/nls/label.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.fr.UTF-8 -------------------------------------------------------------------------------- /label/nls/label.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.nl -------------------------------------------------------------------------------- /label/nls/label.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.no -------------------------------------------------------------------------------- /label/nls/label.no.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.no.UTF-8 -------------------------------------------------------------------------------- /label/nls/label.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.sv -------------------------------------------------------------------------------- /label/nls/label.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.sv.UTF-8 -------------------------------------------------------------------------------- /label/nls/label.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.tr -------------------------------------------------------------------------------- /label/nls/label.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/label/nls/label.tr.UTF-8 -------------------------------------------------------------------------------- /localize/nls/localize.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.de -------------------------------------------------------------------------------- /localize/nls/localize.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.en -------------------------------------------------------------------------------- /localize/nls/localize.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.es -------------------------------------------------------------------------------- /localize/nls/localize.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.fr -------------------------------------------------------------------------------- /localize/nls/localize.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.sv -------------------------------------------------------------------------------- /localize/nls/localize.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/localize/nls/localize.tr -------------------------------------------------------------------------------- /md5sum/nls/md5sum.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.de -------------------------------------------------------------------------------- /md5sum/nls/md5sum.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.en -------------------------------------------------------------------------------- /md5sum/nls/md5sum.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.es -------------------------------------------------------------------------------- /md5sum/nls/md5sum.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.fr -------------------------------------------------------------------------------- /md5sum/nls/md5sum.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.nl -------------------------------------------------------------------------------- /md5sum/nls/md5sum.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.pl -------------------------------------------------------------------------------- /md5sum/nls/md5sum.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.sv -------------------------------------------------------------------------------- /md5sum/nls/md5sum.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/md5sum/nls/md5sum.tr -------------------------------------------------------------------------------- /mem/nls/mem.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.de -------------------------------------------------------------------------------- /mem/nls/mem.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.de.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.en -------------------------------------------------------------------------------- /mem/nls/mem.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.es -------------------------------------------------------------------------------- /mem/nls/mem.es.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.es.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.fi -------------------------------------------------------------------------------- /mem/nls/mem.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.fr -------------------------------------------------------------------------------- /mem/nls/mem.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.fr.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.it -------------------------------------------------------------------------------- /mem/nls/mem.it.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.it.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.nl -------------------------------------------------------------------------------- /mem/nls/mem.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.pl -------------------------------------------------------------------------------- /mem/nls/mem.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.ru -------------------------------------------------------------------------------- /mem/nls/mem.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.ru.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.sl -------------------------------------------------------------------------------- /mem/nls/mem.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.sv -------------------------------------------------------------------------------- /mem/nls/mem.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.sv.UTF-8 -------------------------------------------------------------------------------- /mem/nls/mem.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.tr -------------------------------------------------------------------------------- /mem/nls/mem.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mem/nls/mem.tr.UTF-8 -------------------------------------------------------------------------------- /mirror/help/mirror.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.de -------------------------------------------------------------------------------- /mirror/help/mirror.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.en -------------------------------------------------------------------------------- /mirror/help/mirror.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.fr -------------------------------------------------------------------------------- /mirror/help/mirror.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.nl -------------------------------------------------------------------------------- /mirror/help/mirror.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.sv -------------------------------------------------------------------------------- /mirror/help/mirror.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mirror/help/mirror.tr -------------------------------------------------------------------------------- /mkeyb/source/rus-dos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mkeyb/source/rus-dos -------------------------------------------------------------------------------- /mode/help/mode.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mode/help/mode.en -------------------------------------------------------------------------------- /more/help/more.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.de -------------------------------------------------------------------------------- /more/help/more.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.de.UTF-8 -------------------------------------------------------------------------------- /more/help/more.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.en -------------------------------------------------------------------------------- /more/help/more.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.fr -------------------------------------------------------------------------------- /more/help/more.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.fr.UTF-8 -------------------------------------------------------------------------------- /more/help/more.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.nl -------------------------------------------------------------------------------- /more/help/more.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.sv -------------------------------------------------------------------------------- /more/help/more.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.sv.UTF-8 -------------------------------------------------------------------------------- /more/help/more.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.tr -------------------------------------------------------------------------------- /more/help/more.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/help/more.tr.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.de -------------------------------------------------------------------------------- /more/nls/more.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.de.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.dk -------------------------------------------------------------------------------- /more/nls/more.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.en -------------------------------------------------------------------------------- /more/nls/more.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.eo -------------------------------------------------------------------------------- /more/nls/more.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.es -------------------------------------------------------------------------------- /more/nls/more.es.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.es.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.fi -------------------------------------------------------------------------------- /more/nls/more.fi.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.fi.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.fr -------------------------------------------------------------------------------- /more/nls/more.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.fr.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.hu -------------------------------------------------------------------------------- /more/nls/more.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.it -------------------------------------------------------------------------------- /more/nls/more.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.lv -------------------------------------------------------------------------------- /more/nls/more.lv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.lv.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.nl -------------------------------------------------------------------------------- /more/nls/more.no.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.no.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.pl -------------------------------------------------------------------------------- /more/nls/more.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.pt -------------------------------------------------------------------------------- /more/nls/more.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.ru -------------------------------------------------------------------------------- /more/nls/more.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.ru.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.sl -------------------------------------------------------------------------------- /more/nls/more.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.sv -------------------------------------------------------------------------------- /more/nls/more.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.sv.UTF-8 -------------------------------------------------------------------------------- /more/nls/more.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.tr -------------------------------------------------------------------------------- /more/nls/more.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/more/nls/more.tr.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.de -------------------------------------------------------------------------------- /move/nls/move.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.de.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.en -------------------------------------------------------------------------------- /move/nls/move.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.eo -------------------------------------------------------------------------------- /move/nls/move.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.es -------------------------------------------------------------------------------- /move/nls/move.es.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.es.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.fr -------------------------------------------------------------------------------- /move/nls/move.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.fr.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.it -------------------------------------------------------------------------------- /move/nls/move.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.pl -------------------------------------------------------------------------------- /move/nls/move.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.ru -------------------------------------------------------------------------------- /move/nls/move.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.ru.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.sl -------------------------------------------------------------------------------- /move/nls/move.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.sv -------------------------------------------------------------------------------- /move/nls/move.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.sv.UTF-8 -------------------------------------------------------------------------------- /move/nls/move.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.tr -------------------------------------------------------------------------------- /move/nls/move.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/move/nls/move.tr.UTF-8 -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.cz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.cz -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.de -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.en -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.fr -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.ru -------------------------------------------------------------------------------- /mysysinf/nls/mysysinf.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/mysysinf/nls/mysysinf.tr -------------------------------------------------------------------------------- /nlsfunc/help/nlsfunc.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/nlsfunc/help/nlsfunc.de -------------------------------------------------------------------------------- /nlsfunc/help/nlsfunc.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/nlsfunc/help/nlsfunc.en -------------------------------------------------------------------------------- /nlsfunc/help/nlsfunc.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/nlsfunc/help/nlsfunc.fr -------------------------------------------------------------------------------- /nlsfunc/help/nlsfunc.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/nlsfunc/help/nlsfunc.sv -------------------------------------------------------------------------------- /nlsfunc/help/nlsfunc.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/nlsfunc/help/nlsfunc.tr -------------------------------------------------------------------------------- /packages/de/listing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/de/listing.csv -------------------------------------------------------------------------------- /packages/de/mixed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/de/mixed.csv -------------------------------------------------------------------------------- /packages/fr/listing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/fr/listing.csv -------------------------------------------------------------------------------- /packages/fr/mixed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/fr/mixed.csv -------------------------------------------------------------------------------- /packages/master.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/master.csv -------------------------------------------------------------------------------- /packages/no/listing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/no/listing.csv -------------------------------------------------------------------------------- /packages/no/mixed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/no/mixed.csv -------------------------------------------------------------------------------- /packages/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/readme.md -------------------------------------------------------------------------------- /packages/sv/listing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/sv/listing.csv -------------------------------------------------------------------------------- /packages/sv/mixed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/sv/mixed.csv -------------------------------------------------------------------------------- /packages/tr/listing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/tr/listing.csv -------------------------------------------------------------------------------- /packages/tr/mixed.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/tr/mixed.csv -------------------------------------------------------------------------------- /packages/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/packages/update.sh -------------------------------------------------------------------------------- /password/nls/password.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.de -------------------------------------------------------------------------------- /password/nls/password.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.en -------------------------------------------------------------------------------- /password/nls/password.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.es -------------------------------------------------------------------------------- /password/nls/password.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.fr -------------------------------------------------------------------------------- /password/nls/password.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.pl -------------------------------------------------------------------------------- /password/nls/password.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.pt -------------------------------------------------------------------------------- /password/nls/password.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.sv -------------------------------------------------------------------------------- /password/nls/password.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/password/nls/password.tr -------------------------------------------------------------------------------- /pause/nls/pause.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.de -------------------------------------------------------------------------------- /pause/nls/pause.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.de.UTF-8 -------------------------------------------------------------------------------- /pause/nls/pause.dk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.dk -------------------------------------------------------------------------------- /pause/nls/pause.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.en -------------------------------------------------------------------------------- /pause/nls/pause.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.es -------------------------------------------------------------------------------- /pause/nls/pause.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.fr -------------------------------------------------------------------------------- /pause/nls/pause.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.fr.UTF-8 -------------------------------------------------------------------------------- /pause/nls/pause.no.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.no.UTF-8 -------------------------------------------------------------------------------- /pause/nls/pause.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.pl -------------------------------------------------------------------------------- /pause/nls/pause.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.pt -------------------------------------------------------------------------------- /pause/nls/pause.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.ru -------------------------------------------------------------------------------- /pause/nls/pause.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.ru.UTF-8 -------------------------------------------------------------------------------- /pause/nls/pause.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.sl -------------------------------------------------------------------------------- /pause/nls/pause.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.sv -------------------------------------------------------------------------------- /pause/nls/pause.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.sv.UTF-8 -------------------------------------------------------------------------------- /pause/nls/pause.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.tr -------------------------------------------------------------------------------- /pause/nls/pause.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pause/nls/pause.tr.UTF-8 -------------------------------------------------------------------------------- /pdtree/source/tree.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.de -------------------------------------------------------------------------------- /pdtree/source/tree.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.en -------------------------------------------------------------------------------- /pdtree/source/tree.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.es -------------------------------------------------------------------------------- /pdtree/source/tree.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.fr -------------------------------------------------------------------------------- /pdtree/source/tree.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.sv -------------------------------------------------------------------------------- /pdtree/source/tree.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pdtree/source/tree.tr -------------------------------------------------------------------------------- /pgme/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/README.TXT -------------------------------------------------------------------------------- /pgme/docs/BLAHBLAH.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/BLAHBLAH.EN -------------------------------------------------------------------------------- /pgme/docs/BLAHBLAH.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/BLAHBLAH.FR -------------------------------------------------------------------------------- /pgme/docs/BLAHBLAH.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/BLAHBLAH.TR -------------------------------------------------------------------------------- /pgme/docs/QRESFILE.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/QRESFILE.EN -------------------------------------------------------------------------------- /pgme/docs/QRESFILE.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/QRESFILE.FR -------------------------------------------------------------------------------- /pgme/docs/QRESFILE.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/docs/QRESFILE.TR -------------------------------------------------------------------------------- /pgme/fonts/ALT812.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/ALT812.FNT -------------------------------------------------------------------------------- /pgme/fonts/ALT814.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/ALT814.FNT -------------------------------------------------------------------------------- /pgme/fonts/CAP816.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/CAP816.FNT -------------------------------------------------------------------------------- /pgme/fonts/DE850-16.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/DE850-16.FNT -------------------------------------------------------------------------------- /pgme/fonts/DE858-16.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/DE858-16.FNT -------------------------------------------------------------------------------- /pgme/fonts/FR850-16.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/FR850-16.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM808.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM808.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM812.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM812.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM814.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM814.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM816.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM816.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM818.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM818.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM820.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM820.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM825.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM825.FNT -------------------------------------------------------------------------------- /pgme/fonts/PGM826.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/PGM826.FNT -------------------------------------------------------------------------------- /pgme/fonts/TR857-16.FNT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/fonts/TR857-16.FNT -------------------------------------------------------------------------------- /pgme/language/EN_US.LNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/language/EN_US.LNG -------------------------------------------------------------------------------- /pgme/menu/ETERNITY.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/ETERNITY.MNU -------------------------------------------------------------------------------- /pgme/menu/FD-APPS.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/FD-APPS.MNU -------------------------------------------------------------------------------- /pgme/menu/FD-EDITR.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/FD-EDITR.MNU -------------------------------------------------------------------------------- /pgme/menu/FD-GAMES.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/FD-GAMES.MNU -------------------------------------------------------------------------------- /pgme/menu/FD-GUI.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/FD-GUI.MNU -------------------------------------------------------------------------------- /pgme/menu/FD-NET.MNU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/menu/FD-NET.MNU -------------------------------------------------------------------------------- /pgme/themes/CAVEMAN.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/CAVEMAN.THM -------------------------------------------------------------------------------- /pgme/themes/CLASSIC.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/CLASSIC.THM -------------------------------------------------------------------------------- /pgme/themes/DE-ETERN.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/DE-ETERN.THM -------------------------------------------------------------------------------- /pgme/themes/DEFAULT.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/DEFAULT.THM -------------------------------------------------------------------------------- /pgme/themes/ES-ETERN.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/ES-ETERN.THM -------------------------------------------------------------------------------- /pgme/themes/FR-ETERN.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/FR-ETERN.THM -------------------------------------------------------------------------------- /pgme/themes/KIOSK.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/KIOSK.THM -------------------------------------------------------------------------------- /pgme/themes/TR-ETERN.THM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pgme/themes/TR-ETERN.THM -------------------------------------------------------------------------------- /pkgtools/doc/PKGTOOLS.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/doc/PKGTOOLS.DE -------------------------------------------------------------------------------- /pkgtools/doc/PKGTOOLS.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/doc/PKGTOOLS.EN -------------------------------------------------------------------------------- /pkgtools/doc/PKGTOOLS.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/doc/PKGTOOLS.FR -------------------------------------------------------------------------------- /pkgtools/doc/PKGTOOLS.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/doc/PKGTOOLS.TR -------------------------------------------------------------------------------- /pkgtools/nls/PKGINFO.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGINFO.DE -------------------------------------------------------------------------------- /pkgtools/nls/PKGINFO.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGINFO.EN -------------------------------------------------------------------------------- /pkgtools/nls/PKGINFO.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGINFO.ES -------------------------------------------------------------------------------- /pkgtools/nls/PKGINFO.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGINFO.FR -------------------------------------------------------------------------------- /pkgtools/nls/PKGINFO.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGINFO.TR -------------------------------------------------------------------------------- /pkgtools/nls/PKGMAKER.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGMAKER.DE -------------------------------------------------------------------------------- /pkgtools/nls/PKGMAKER.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGMAKER.EN -------------------------------------------------------------------------------- /pkgtools/nls/PKGMAKER.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGMAKER.FR -------------------------------------------------------------------------------- /pkgtools/nls/PKGMAKER.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/pkgtools/nls/PKGMAKER.TR -------------------------------------------------------------------------------- /report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/report.html -------------------------------------------------------------------------------- /report.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/report.sh -------------------------------------------------------------------------------- /report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/report.txt -------------------------------------------------------------------------------- /runtime/nls/runtime.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.de -------------------------------------------------------------------------------- /runtime/nls/runtime.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.en -------------------------------------------------------------------------------- /runtime/nls/runtime.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.es -------------------------------------------------------------------------------- /runtime/nls/runtime.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.fr -------------------------------------------------------------------------------- /runtime/nls/runtime.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.hu -------------------------------------------------------------------------------- /runtime/nls/runtime.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.lv -------------------------------------------------------------------------------- /runtime/nls/runtime.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.ru -------------------------------------------------------------------------------- /runtime/nls/runtime.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.sv -------------------------------------------------------------------------------- /runtime/nls/runtime.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/runtime/nls/runtime.tr -------------------------------------------------------------------------------- /sayswho/help/sayswho.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/help/sayswho.de -------------------------------------------------------------------------------- /sayswho/help/sayswho.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/help/sayswho.en -------------------------------------------------------------------------------- /sayswho/help/sayswho.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/help/sayswho.fr -------------------------------------------------------------------------------- /sayswho/help/sayswho.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/help/sayswho.tr -------------------------------------------------------------------------------- /sayswho/nls/sayswho.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/nls/sayswho.de -------------------------------------------------------------------------------- /sayswho/nls/sayswho.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/nls/sayswho.en -------------------------------------------------------------------------------- /sayswho/nls/sayswho.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/nls/sayswho.fr -------------------------------------------------------------------------------- /sayswho/nls/sayswho.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/nls/sayswho.sv -------------------------------------------------------------------------------- /sayswho/nls/sayswho.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sayswho/nls/sayswho.tr -------------------------------------------------------------------------------- /share/help/share.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/help/share.de -------------------------------------------------------------------------------- /share/help/share.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/help/share.en -------------------------------------------------------------------------------- /share/help/share.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/help/share.fr -------------------------------------------------------------------------------- /share/help/share.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/help/share.tr -------------------------------------------------------------------------------- /share/nls/share.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.de -------------------------------------------------------------------------------- /share/nls/share.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.de.UTF-8 -------------------------------------------------------------------------------- /share/nls/share.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.en -------------------------------------------------------------------------------- /share/nls/share.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.fr -------------------------------------------------------------------------------- /share/nls/share.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.fr.UTF-8 -------------------------------------------------------------------------------- /share/nls/share.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.sv.UTF-8 -------------------------------------------------------------------------------- /share/nls/share.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.tr -------------------------------------------------------------------------------- /share/nls/share.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/share/nls/share.tr.UTF-8 -------------------------------------------------------------------------------- /slicer/nls/SLICER.DE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.DE -------------------------------------------------------------------------------- /slicer/nls/SLICER.EN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.EN -------------------------------------------------------------------------------- /slicer/nls/SLICER.ES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.ES -------------------------------------------------------------------------------- /slicer/nls/SLICER.FR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.FR -------------------------------------------------------------------------------- /slicer/nls/SLICER.SV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.SV -------------------------------------------------------------------------------- /slicer/nls/SLICER.TR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/slicer/nls/SLICER.TR -------------------------------------------------------------------------------- /sort/nls/sort.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.de -------------------------------------------------------------------------------- /sort/nls/sort.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.de.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.en -------------------------------------------------------------------------------- /sort/nls/sort.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.es -------------------------------------------------------------------------------- /sort/nls/sort.es.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.es.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.fi -------------------------------------------------------------------------------- /sort/nls/sort.fi.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.fi.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.fr -------------------------------------------------------------------------------- /sort/nls/sort.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.fr.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.it -------------------------------------------------------------------------------- /sort/nls/sort.it.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.it.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.lv -------------------------------------------------------------------------------- /sort/nls/sort.lv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.lv.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.nl -------------------------------------------------------------------------------- /sort/nls/sort.nl.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.nl.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.no.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.no.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.pl -------------------------------------------------------------------------------- /sort/nls/sort.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.pt -------------------------------------------------------------------------------- /sort/nls/sort.pt.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.pt.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.ru -------------------------------------------------------------------------------- /sort/nls/sort.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.ru.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.sl -------------------------------------------------------------------------------- /sort/nls/sort.sl.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.sl.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.sv -------------------------------------------------------------------------------- /sort/nls/sort.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.sv.UTF-8 -------------------------------------------------------------------------------- /sort/nls/sort.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.tr -------------------------------------------------------------------------------- /sort/nls/sort.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/sort/nls/sort.tr.UTF-8 -------------------------------------------------------------------------------- /stamp/doc/stamp.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.de -------------------------------------------------------------------------------- /stamp/doc/stamp.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.de.UTF-8 -------------------------------------------------------------------------------- /stamp/doc/stamp.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.en -------------------------------------------------------------------------------- /stamp/doc/stamp.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.es -------------------------------------------------------------------------------- /stamp/doc/stamp.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.fr -------------------------------------------------------------------------------- /stamp/doc/stamp.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.ru -------------------------------------------------------------------------------- /stamp/doc/stamp.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/stamp/doc/stamp.tr -------------------------------------------------------------------------------- /syslnx/help/syslnx.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/syslnx/help/syslnx.de -------------------------------------------------------------------------------- /syslnx/help/syslnx.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/syslnx/help/syslnx.en -------------------------------------------------------------------------------- /syslnx/help/syslnx.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/syslnx/help/syslnx.fr -------------------------------------------------------------------------------- /syslnx/help/syslnx.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/syslnx/help/syslnx.sv -------------------------------------------------------------------------------- /syslnx/help/syslnx.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/syslnx/help/syslnx.tr -------------------------------------------------------------------------------- /tee/doc/tee/tee-de.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/doc/tee/tee-de.htm -------------------------------------------------------------------------------- /tee/doc/tee/tee-fr.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/doc/tee/tee-fr.htm -------------------------------------------------------------------------------- /tee/doc/tee/tee-sv.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/doc/tee/tee-sv.htm -------------------------------------------------------------------------------- /tee/doc/tee/tee-tr.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/doc/tee/tee-tr.htm -------------------------------------------------------------------------------- /tee/doc/tee/tee.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/doc/tee/tee.htm -------------------------------------------------------------------------------- /tee/nls/tee.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.de -------------------------------------------------------------------------------- /tee/nls/tee.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.de.UTF-8 -------------------------------------------------------------------------------- /tee/nls/tee.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.en -------------------------------------------------------------------------------- /tee/nls/tee.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.eo -------------------------------------------------------------------------------- /tee/nls/tee.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.es -------------------------------------------------------------------------------- /tee/nls/tee.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.fr -------------------------------------------------------------------------------- /tee/nls/tee.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.fr.UTF-8 -------------------------------------------------------------------------------- /tee/nls/tee.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.pl -------------------------------------------------------------------------------- /tee/nls/tee.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.pt -------------------------------------------------------------------------------- /tee/nls/tee.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.ru -------------------------------------------------------------------------------- /tee/nls/tee.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.ru.UTF-8 -------------------------------------------------------------------------------- /tee/nls/tee.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.sl -------------------------------------------------------------------------------- /tee/nls/tee.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.sv -------------------------------------------------------------------------------- /tee/nls/tee.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.sv.UTF-8 -------------------------------------------------------------------------------- /tee/nls/tee.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.tr -------------------------------------------------------------------------------- /tee/nls/tee.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tee/nls/tee.tr.UTF-8 -------------------------------------------------------------------------------- /test/codec_mazovia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/test/codec_mazovia.py -------------------------------------------------------------------------------- /test/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/test/main.py -------------------------------------------------------------------------------- /trch/nls/trch.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.de -------------------------------------------------------------------------------- /trch/nls/trch.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.de.UTF-8 -------------------------------------------------------------------------------- /trch/nls/trch.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.en -------------------------------------------------------------------------------- /trch/nls/trch.eo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.eo -------------------------------------------------------------------------------- /trch/nls/trch.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.es -------------------------------------------------------------------------------- /trch/nls/trch.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.fr -------------------------------------------------------------------------------- /trch/nls/trch.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.fr.UTF-8 -------------------------------------------------------------------------------- /trch/nls/trch.hu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.hu -------------------------------------------------------------------------------- /trch/nls/trch.lv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.lv -------------------------------------------------------------------------------- /trch/nls/trch.lv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.lv.UTF-8 -------------------------------------------------------------------------------- /trch/nls/trch.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.pl -------------------------------------------------------------------------------- /trch/nls/trch.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.pt -------------------------------------------------------------------------------- /trch/nls/trch.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.ru -------------------------------------------------------------------------------- /trch/nls/trch.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.ru.UTF-8 -------------------------------------------------------------------------------- /trch/nls/trch.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.sl -------------------------------------------------------------------------------- /trch/nls/trch.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.sv -------------------------------------------------------------------------------- /trch/nls/trch.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.sv.UTF-8 -------------------------------------------------------------------------------- /trch/nls/trch.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.tr -------------------------------------------------------------------------------- /trch/nls/trch.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/trch/nls/trch.tr.UTF-8 -------------------------------------------------------------------------------- /tree/help/tree.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/help/tree.de -------------------------------------------------------------------------------- /tree/help/tree.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/help/tree.en -------------------------------------------------------------------------------- /tree/help/tree.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/help/tree.fr -------------------------------------------------------------------------------- /tree/help/tree.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/help/tree.sv -------------------------------------------------------------------------------- /tree/help/tree.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/help/tree.tr -------------------------------------------------------------------------------- /tree/nls/tree.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.de -------------------------------------------------------------------------------- /tree/nls/tree.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.de.UTF-8 -------------------------------------------------------------------------------- /tree/nls/tree.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.en -------------------------------------------------------------------------------- /tree/nls/tree.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.es -------------------------------------------------------------------------------- /tree/nls/tree.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.fr -------------------------------------------------------------------------------- /tree/nls/tree.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.fr.UTF-8 -------------------------------------------------------------------------------- /tree/nls/tree.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.it -------------------------------------------------------------------------------- /tree/nls/tree.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.pl -------------------------------------------------------------------------------- /tree/nls/tree.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.ru -------------------------------------------------------------------------------- /tree/nls/tree.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.ru.UTF-8 -------------------------------------------------------------------------------- /tree/nls/tree.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.sl -------------------------------------------------------------------------------- /tree/nls/tree.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.sv -------------------------------------------------------------------------------- /tree/nls/tree.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.sv.UTF-8 -------------------------------------------------------------------------------- /tree/nls/tree.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.tr -------------------------------------------------------------------------------- /tree/nls/tree.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/tree/nls/tree.tr.UTF-8 -------------------------------------------------------------------------------- /usbdos/help/dosusb.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.de -------------------------------------------------------------------------------- /usbdos/help/dosusb.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.en -------------------------------------------------------------------------------- /usbdos/help/dosusb.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.fr -------------------------------------------------------------------------------- /usbdos/help/dosusb.nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.nl -------------------------------------------------------------------------------- /usbdos/help/dosusb.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.sv -------------------------------------------------------------------------------- /usbdos/help/dosusb.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/usbdos/help/dosusb.tr -------------------------------------------------------------------------------- /v8turbo/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/README.txt -------------------------------------------------------------------------------- /v8turbo/nls/v8micro.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/nls/v8micro.de -------------------------------------------------------------------------------- /v8turbo/nls/v8turbo.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/nls/v8turbo.de -------------------------------------------------------------------------------- /v8turbo/nls/v8turbo.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/nls/v8turbo.en -------------------------------------------------------------------------------- /v8turbo/nls/v8turbo.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/nls/v8turbo.fr -------------------------------------------------------------------------------- /v8turbo/nls/v8turbo.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/v8turbo/nls/v8turbo.tr -------------------------------------------------------------------------------- /wget/help/wget.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/wget/help/wget.de -------------------------------------------------------------------------------- /wget/help/wget.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/wget/help/wget.en -------------------------------------------------------------------------------- /wget/help/wget.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/wget/help/wget.fr -------------------------------------------------------------------------------- /wget/help/wget.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/wget/help/wget.tr -------------------------------------------------------------------------------- /wget/help/wget.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/wget/help/wget.txt -------------------------------------------------------------------------------- /xcopy/nls/xcopy.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.de -------------------------------------------------------------------------------- /xcopy/nls/xcopy.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.en -------------------------------------------------------------------------------- /xcopy/nls/xcopy.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.es -------------------------------------------------------------------------------- /xcopy/nls/xcopy.fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.fi -------------------------------------------------------------------------------- /xcopy/nls/xcopy.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.fr -------------------------------------------------------------------------------- /xcopy/nls/xcopy.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.it -------------------------------------------------------------------------------- /xcopy/nls/xcopy.no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.no -------------------------------------------------------------------------------- /xcopy/nls/xcopy.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.pl -------------------------------------------------------------------------------- /xcopy/nls/xcopy.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.ru -------------------------------------------------------------------------------- /xcopy/nls/xcopy.sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.sl -------------------------------------------------------------------------------- /xcopy/nls/xcopy.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.sv -------------------------------------------------------------------------------- /xcopy/nls/xcopy.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xcopy/nls/xcopy.tr -------------------------------------------------------------------------------- /xdel/nls/xdel.de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.de -------------------------------------------------------------------------------- /xdel/nls/xdel.de.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.de.UTF-8 -------------------------------------------------------------------------------- /xdel/nls/xdel.en: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.en -------------------------------------------------------------------------------- /xdel/nls/xdel.es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.es -------------------------------------------------------------------------------- /xdel/nls/xdel.fr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.fr -------------------------------------------------------------------------------- /xdel/nls/xdel.fr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.fr.UTF-8 -------------------------------------------------------------------------------- /xdel/nls/xdel.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.pt -------------------------------------------------------------------------------- /xdel/nls/xdel.ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.ru -------------------------------------------------------------------------------- /xdel/nls/xdel.ru.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.ru.UTF-8 -------------------------------------------------------------------------------- /xdel/nls/xdel.sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.sv -------------------------------------------------------------------------------- /xdel/nls/xdel.sv.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.sv.UTF-8 -------------------------------------------------------------------------------- /xdel/nls/xdel.tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.tr -------------------------------------------------------------------------------- /xdel/nls/xdel.tr.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shidel/fd-nls/HEAD/xdel/nls/xdel.tr.UTF-8 --------------------------------------------------------------------------------