home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / table120.zip / Tablecp.cmd < prev   
OS/2 REXX Batch file  |  2001-07-26  |  137b  |  9 lines

  1. /* Change code page - called from Table.exe */
  2.  
  3. PARSE ARG newpage isclip
  4. '@CHCP '||newpage
  5. 'Table.exe '||isclip
  6. Exit
  7.  
  8. /* End */
  9.