home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / CONVDEMO.CMD < prev    next >
OS/2 REXX Batch file  |  1992-08-30  |  569b  |  20 lines

  1. @clear
  2. @echo  
  3. @echo Conversions.
  4. @echo  
  5. @echo The UNIX2DOS and DOS2UNIX are used to make conversions
  6. @echo between files in UNIX and in DOS/OS/2 operationg systems.
  7. @echo In UNIX each line ends in a LF. In DOS or OS/2 each line
  8. @echo ends in  CR-LF pair. This is the only conversion these tools make.
  9. @echo We don't run them.
  10. @echo NUM is used to convert numbers between different common radix.
  11. @echo EXAMPLE
  12. @echo To conver hexadecimal a8 to all supporterd radixes type:
  13. @echo NUM /H a8
  14. @pause
  15. NUM /H a8
  16. @echo That's all for conversions.
  17. @pause
  18.  
  19.  
  20.