home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Online / InetDial / TCPIP / remoteprint < prev    next >
Encoding:
AmigaDOS Script File  |  1999-03-17  |  279 b   |  21 lines

  1. .key port
  2. .bra {
  3. .ket }
  4. failat 1
  5. ;
  6. echo " "
  7. echo "©1996 MDR Remoteprint v1.0 - information"
  8. set spoolfile=t:remoteprint.X$$X
  9. ;
  10. echo "copying to spoolfile"
  11. copy * to $spoolfile
  12. ;
  13. echo "copying to "{port}
  14. copy $spoolfile to {port}
  15. ;
  16. delete file $spoolfile
  17. echo "..copied!"
  18. ;
  19. ;eof
  20.  
  21.