home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
pcmag
/
vol8n04.arc
/
PHONE.BAS
< prev
next >
Wrap
BASIC Source File
|
1988-09-25
|
128b
|
7 lines
CLS
INPUT "Enter a number ", Phone$
OPEN "COM1:" AS #1
PRINT #1, "ATDT"; Phone$
INPUT "Press Enter to hang up ", X$
CLOSE