home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / os2 / conv_one.cmd < prev    next >
Encoding:
Text File  |  1992-11-13  |  153 b   |  6 lines

  1. @echo off
  2. rem converts its argument from Latin-1 character set to PC character set
  3. cv_lt_pc < %1 > convert.tmp
  4. copy convert.tmp %1 > NUL
  5. del convert.tmp
  6.