home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
amiga
/
utility
/
emulator
/
apple2em.lzh
/
Samp.disk
/
PRINTER.bas
< 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
BASIC Source File
|
1991-04-18
|
258 b
|
10 lines
5 ONERR GOTO 100
10 INPUT "FILENAME?";F$
20 D$ = CHR$(4)
30 INPUT "SEND TO PRINTER? (Y/N)";A$
40 IF A$ = "Y" THEN PRINT D$"PR#1"
50 PRINT D$"OPEN"F$
60 PRINT D$"READ"F$
70 GET A$: PRINT : PRINT A$;: GOTO 70
100 PRINT D$"CLOSE"
110 PRINT D$"PR#0"