home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
kermit
/
pcbdker.arc
/
DEFAULT.SCR
< prev
next >
Wrap
Text File
|
1989-03-11
|
2KB
|
53 lines
; Utility Macros
;
; ZDL/ZUL is for ZMODEM download/upload
; YDL/YUL is for YMODEM (XMODEM 1k) download/upload
; XDL/XUL is for XMODEM download/upload
;
; All of the dsz macros are invoked by dropping back to command mode
; and typing the macro name. ZUL uses the convention where ul.lst
; contains the list of files to be uploaded. Both YMODEM and XMODEM
; require a filename. All files go to the default directory.
; Following transfer, the user is returned to terminal mode (connect)
;
define ZDL run \kermit\dsz pB8192 pv1 rz, connect
define ZUL run \kermit\dsz pB8192 pv1 sz @C:\kermit\ul.lst, connect
define YDL run \kermit\dsz pB8192 pv1 rc, connect
define YUL run \kermit\dsz pB8192 pv1 sx -k \%1, connect
define XDL run \kermit\dsz pB8192 pv1 rx, connect
define XUL run \kermit\dsz pB8192 pv1 sx \%1, connect
define TK take \kermit\\%1.INI
define D run dir \%1
define DI run dir \kermit\.ini
define err1stop echo No Answer...Try Again Later, hangup, stop
define err2stop echo Exceeded Redial Count...Try Again Later, hangup, stop
;
; Command File Macros
;
define PCB take \kermit\pcboard.ini
;
; Key Settings
;
set key \2339 \Khangup ; Set alt-H to hangup
set key \2348 \Khelp ; Set alt-Z to help (^] still works)
set key \2349 \Kexit ; Set alt-X to exit to command mode
set key \2417 \27\91\50J
;
; Default Settings
;
set baud 2400
set bell on
set default-disk C:\ARC\DL ; Downloaded files to this directory
set flow-control none
set handshake code 0
set local-echo off
set parity none
set display 8-bit
set incomplete keep
set warning on
set send packet-length 1000
set receive packet-length 1000
set terminal VT102 ; Same as ANSI-BBS
set terminal wrap on ; Wrap lines if too long
set terminal roll on ;