home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / programming / asm_programming / GBUG.DOC < prev    next >
Text File  |  1992-07-29  |  445b  |  19 lines

  1. GBUG Documentation-
  2.  
  3.  
  4. This is a small utility to help convert binary files into text so that
  5. they can be sent across netowrk mail without any problem.  The script
  6. can later be restored using DOS's debug command.  The syntax for creating a
  7. file is as follows: 
  8.  
  9.     GBUG original.ext > script.ext
  10.  
  11. To restore a file that has been converted in this matter you simply
  12. type:
  13.  
  14.     DBUG < script.txt
  15.     
  16. It is as simple as that. 
  17.  
  18.  
  19.