\DISTHIS\ files were made by Bitdog over the years.
 They were not perfect but got me unstuck and moving forward again.
 They simplified tedious processes, which still required some work to finish.
 It's free ware so you can use the code or ideas in your projects.

Here they are used to test DIS.com output, which gives you the source code.
The original souce code that had multiple include files, wasn't included.
I have added a short description for each file name below.

When people were upgrading to Windoze computers & throwning out DOS comuters
I got dozens for free & learned how to build computers from a pro.
DOS is a great environment for file manipulation and FASM programming,
so I'm a DOS man for life now.  Others don't have a 100% pure DOS capible
computer to work with & you've got my sympathy.  Since MS DOS source code is
released to the public, and people aren't writing virus's for it any more,
it's a great platform to work with.  I love those old DOS games, like
Redneck Rampage Rides Again.  It doesn't get any better than that.
Thank you Ken Silverman.

AED.COM		;TED edit, has color, bottom info bar, & 0-9+ jmp2 addresses
AED.TXT		;Asm EDit description text. Broken copy/paste & search code.
ASMDAT.COM	;converts a .txt file to an include .inc file
CPUID.COM	;returns all Leaf info needed to find out what is in your CPU
DELCRAP.COM	;removes non KBD keys from .exe & .com files, for reading?
DOC2TXT.COM	;changes .doc EOL LF to CRLF & makes it a .txt file
ENVSHOW.COM	;shows the 128+ byte environment in mem before a.COMs PSP
ETC.COM		;Exe To Com & returns info if failed.
EXEHEADR.COM	;reads an .exe file & shows it's header values.
FASTKEY.COM	;demo, shuts off KBD interrupts & uses IN AL,60h fast port code
FASTKEY.TXT	;DIS.com outfile walk through comments.
FILEINFO.COM	;a visual hex, binary, decimal, char dump, makes bloatware
FINDSTR.COM	;Finds a STRing in conventional CPU memory.
HEX2.COM	;assembles a HEX2.com outfile
HEXD.COM	;HEX dump with addresses & chars at the end of each line.
HEXDUMP.COM	;HEX dump with addresses
HTM2TXT.COM	;removes crap from a .htm file, so it's close to a .txt file
INAL60H.COM	;shows KBD input from port 8042
INT21AH8.COM	;get key without echo, and show it.
KBD.COM		;TSR, enter key set upper, ; = lower case 4.asm programming.
KBDONLY.COM	;removes non KBD keys from .exe & .com files, for reading?
KBDREP.COM	;sets FAST KBD or input sets speed & delay stuff
LABELIST.COM	;Lists the Labels of an .asm file & RET
MBACK.BAT	;batch file for MBUP.com
MBUP.COM	;Make an incremental BackUP
MEMCAPT.COM	;captures the 1 meg of CPU memory to a file. recover lost data?
MEMCAPT.TXT	;extra info
MEMFREE.COM	;shows chain linked memory. See Ralf Browns int list4 details
MGOTO.COM	;makes a batch file that will return to the dir that made it
MINEZ.COM	;unfinished mine game, IN AL,60h replaces mouse problems.
BITMAP03.ASM	;new input map for minez.com
MSW.COM		;shows the Machine Status Word info
NUMCHART.ASM	;missing the include files. Use DIS.com to snag the code.
NUMCHART.COM	;cross referance shows 0-255 in dec, binary, hex, char form
NUMLINE.COM	;numbers infile Lines
PP.COM		;choose a directory to jump to from a menu list A-Q
PSPTXT.COM	;shows a.COMs PSP & command line input
SHOWSP.COM	;shows spaces in blue, in a file.  Anti Bloat Ware stuff.
SRT.COM		;word list insert sorter, fast 
SSTRIP.COM	;strips all comments from an .asm file.
VECTABLE.COM	;shows the addresses of every interrupt
VIEWMEM.COM	;shows the 1 meg of CPU memory, search & save.
VIEWPAGE.COM	;shows what is on pages 0-7 in DOS default video mode 3
