home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 September
/
PCO_0998.ISO
/
filesbbs
/
os2
/
lynx2_8.arj
/
LYNX2_8.ZIP
/
prt.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-20
|
120 b
|
7 lines
/* Rexx */
parse arg filename
'@echo off'
'@cp' filename 'tempfile.prn'
'@print tempfile.prn'
'@del tempfile.prn'