UUDECODE source files (README file) If you have a PC or compatible computer you will need a uudecode program if you want to receive software programs, graphics files or other binary files from the archives by mail. There are three files in the directory compress which can help you create your own uudecode program. 1) BASIC source to create UUDECODE.COM 2) DEBUG script to create UUDECODE.COM 3) C source to create UUDECODE.EXE You will need either: 1) GW-BASIC or 2) DEBUG or 3) a C compiler What to do: If you have a GW-BASIC interpreter, run the UUDECODE.BAS program, which will create UUDECODE.COM. If you have the MS-DOS DEBUG program, create UUDECODE.COM by feeding UUDECODE.DBG to DEBUG by giving the command DEBUG < UUDECODE.DBG This will create UUDECODE.COM. You can alternately compile UUDECODE.C.