home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR9
/
X10XA200.ZIP
/
PHONE.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-16
|
377b
|
19 lines
@echo off
c:
cd \telix
REM Turn on the PHONE warning light.
xa "PHONE on fast"
REM Disable disk caching for downloading (causes problems on my machine).
smartdrv k-
REM Invoke Telix, Assert DTR line when writing to file
telix /d
REM Finished with session. Turn off PHONE warning light.
xa "PHONE off fast"
REM Enable disk caching again.
smartdrv k+