home *** CD-ROM | disk | FTP | other *** search
- .key port
- .bra {
- .ket }
- failat 1
- ;
- echo " "
- echo "©1996 MDR Remoteprint v1.0 - information"
- set spoolfile=t:remoteprint.X$$X
- ;
- echo "copying to spoolfile"
- copy * to $spoolfile
- ;
- echo "copying to "{port}
- copy $spoolfile to {port}
- ;
- delete file $spoolfile
- echo "..copied!"
- ;
- ;eof
-
-