home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Utilitare / winhex / Text file conversion Windows - UNIX.whs < prev    next >
Encoding:
Text File  |  2004-03-04  |  267 b   |  7 lines

  1. // WinHex sample script that converts a Windows text file into a UNIX text file.
  2. // The representation of line breaks differs in both systems.
  3. // Can only be executed by the evaluation version if unchanged.
  4.  
  5. ExitIfNoFilesOpen
  6. CreateBackup
  7. ReplaceAll 0x0D0A 0x0A