home *** CD-ROM | disk | FTP | other *** search
- @clear
- @echo
- @echo Conversions.
- @echo
- @echo The UNIX2DOS and DOS2UNIX are used to make conversions
- @echo between files in UNIX and in DOS/OS/2 operationg systems.
- @echo In UNIX each line ends in a LF. In DOS or OS/2 each line
- @echo ends in CR-LF pair. This is the only conversion these tools make.
- @echo We don't run them.
- @echo NUM is used to convert numbers between different common radix.
- @echo EXAMPLE
- @echo To conver hexadecimal a8 to all supporterd radixes type:
- @echo NUM /H a8
- @pause
- NUM /H a8
- @echo That's all for conversions.
- @pause
-
-
-