home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / uucd_pls.zip / READ.OS2 next >
Text File  |  1996-01-08  |  1KB  |  42 lines

  1. Enclosed please find my enhancements for uudecode/uuencode for os/2 currently 
  2. found on hobbes.nmsu.edu . My version does not require EMX or any other 
  3. foreign library to run, unlike the program on hobbes. In addition there are 
  4. files uudecDOS.exe and uuencDOS.exe that are exact replicas of os/2 programs, 
  5. compiled for DOS.
  6.  
  7. Enhancements for the release that is currently on hobbes
  8.  
  9. 1.  uuencode now accepts wild cards as input line. So the command line like 
  10.     "uudecode e:\news*" is valid and files will be decoded in current 
  11. directory
  12.  
  13. 2.  uudecode and uuencode both now accept "-?" or "/?" or "/h" or "-h" as the 
  14. first parameter and produce help message.
  15.  
  16. 3.  hobbes' current version of uuencode can take standard input as a default 
  17. input. I made it more UNIX-like by allowing output on the standard output if 
  18. the output parameter was not specified. Now if you start it as "uuencode 
  19. file1 file2 file3" it will read "file1" write "file3" and call the coded 
  20. archive inside the "file3" a "file2". If it is invoked as "uuencode file2" 
  21. the program reads stdin calls the archive "file2" and writes the code to 
  22. stdout.
  23. To use the program for reading from the stdin and writing to a file start it 
  24. like "type read.me | uuencode ream.me > coded.uu"
  25.  
  26.  
  27. Enjoy and modify the program. IT IS A FREE-WARE!
  28. You can not sell it or a media with it, just distribute for FREE!
  29.  
  30. boris@innonyc.com
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.