home *** CD-ROM | disk | FTP | other *** search
- SAMPLE SCRIPT
- *********************** Wipe the screen clear **************************
- ;A-W
-
- ******************* Dial entry from Dialing directory ****************
- (Must be no semicolons on a comment line)
- ;DIAL PC User Group
-
-
- ******************* Inform User *******************
- ;ECHO ^M
- ;ECHO ╔════════════════════════════════════════════════╗
- ;ECHO ║ Now capturing all data to file : CAPTURE.TXT ║
- ;ECHO ╚════════════════════════════════════════════════╝
- ;ECHO ^M
-
- ********************* ALT-L turns Capture on **************************
- ;a-L Capture.txt
-
-
- Do you want graphics (Enter)=no;^M
- What is your first name?;INSERT FIRSTNAME HERE^M
- What is your last name?;INSERT LASTNAME HERE^M
-
- *************** ALT-P sends password from Dialing directory entry *************
- Password (Dots will echo)?;a-P
- Scan Message Base Since 'Last Read' (Enter)=yes;^M
- Press (Enter) to continue;^M
- min. left) Main Board Command?;d^M
- Filename to Download (Enter)=none?;file.arc^M
-
- **************************** Download the file ********************************
- ;D/L file.arc
- Press (Enter) to continue;^M
- min. left) Main Board Command?;g^M
-
- **************************** Tell User ********************************
-
- ;ECHO ^M
- ;ECHO ╔════════════════════════════════════════════════╗
- ;ECHO ║ Capture OFF. Now closing file : CAPTURE.TXT ║
- ;ECHO ╚════════════════════════════════════════════════╝
- ;ECHO ^M
-
- **************** ALT-L to turn off Capture ***************************
- ;a-L
-
- **************** ALT-H to hangup phone ***************************
- ;a-H Y
-
- **************** Tell user what's happened ***************************
- ;ECHO ^M
- ;ECHO ╔════════════════════════════════════════════════╗
- ;ECHO ║ QCom will now end ║
- ;ECHO ╚════════════════════════════════════════════════╝
- ;ECHO ^M
- ;a-X
-