home *** CD-ROM | disk | FTP | other *** search
- PROGRAM "QmodemSST"
-
- MENU MAIN
- Option Dial,"Dialing Functions "
- Execute Dial
- Option Help,"Qmodem SST Help "
- Type "{HOME}{F1}"
- Option Scripts,"Execute Script File "
- Type "{A}F"
- Option Transmit,"Upload/Download Functions "
- Execute TRANSMIT
- Option Utility,"General Functions "
- Execute UTILITY
- Option Quit,"Leave Qmodem SST "
- Execute QUIT
- MEND
-
- MENU DIAL
- Option Dialing-Directory,"Qmodem SST Phone Book "
- Type "{A}D"
- cr
- Option Redial-Queue,"Change and/or Restart the Redial Queue "
- Type "{A}Q"
- MEND
-
- MENU UTILITY
- Option DOS-Gateway,"Exit to DOS "
- Type "{A}R"
- Option File,"File Functions "
- Execute FILE
- Option Macros,"Alter Function Key Macros "
- Type "{A}J"
- Option Qinstall,"Run Qinstall from inside Qmodem SST "
- Type "{A}N"
- Option Screen,"Screen Size Menu (for EGA & VGA users) "
- Execute Screen
- MEND
-
- Menu Screen
- Option 25,"Set to standard 25 Line Mode "
- Type "{A}2"
- Option 35,"Set to 35 Line Mode (real sharp looking!) "
- Type "{A}3"
- Option 43,"Set to 43 Line Mode (also nice looking) "
- Type "{A}4"
- Option 50,"Set to 50 Line Mode "
- Type "{A}5"
- Option 57,"Set to 57 Line Mode (very small but readable) "
- Type "{A}6"
- Mend
-
- MENU TRANSMIT
- Option Download,"Download a File "
- Execute DOWNLOAD
- Option Upload,"Upload a File "
- Execute UPLOAD
- MEND
-
- MENU UPLOAD
- Option Xmodem,"Upload using Xmodem "
- Type "{PGUP}"
- Type "X"
- Option Xmodem_CRC,"Upload using Xmodem CRC "
- Type "{PGUP}"
- Type "C"
- Option Xmodem_Relaxed,"Upload using Xmodem Relaxed "
- Type "{PGUP}"
- Type "R"
- Option Ymodem,"Upload using Ymodem "
- Type "{PGUP}"
- Type "Y"
- Option Ymodem_G,"Upload using Ymodem-G "
- Type "{PGUP}"
- Type "G"
- Option Imodem,"Upload using Imodem "
- Type "{PGUP}"
- Type "I"
- MEND
-
- MENU DOWNLOAD
- Option Xmodem,"Download using Xmodem "
- Type "{PGDN}"
- Type "X"
- Option Xmodem_CRC,"Download using Xmodem CRC "
- Type "{PGDN}"
- Type "C"
- Option Xmodem_Relaxed,"Download using Xmodem Relaxed "
- Type "{PGDN}"
- Type "R"
- Option Ymodem,"Download using Ymodem "
- Type "{PGDN}"
- Type "Y"
- Option Ymodem_G,"Download using Ymodem-G "
- Type "{PGDN}"
- Type "G"
- Option Imodem,"Download using Imodem "
- Type "{PGDN}"
- Type "I"
- MEND
-
-
- MENU FILE
- Option Dir,"Show File(s) in the Current Directory "
- Type "{A}W"
- Option CHDir,"Change Current Directory Menu "
- Type "{A}O"
- Option Log-Drive,"Change Logged Drive "
- Type "{A}L"
- Option Screen-Dump,"Capture the Screen to default file "
- Type "{A}T"
- CR
- Option View,"View Text File(s) "
- Type "{A}V "
- cr
- ASK "Enter the File(s) to View "
- INPUT
- CR
- MEND
-
- MENU QUIT
- Option Yes,"Quit Qmodem SST and go back to DOS "
- Type "{A}X"
- Type "Y"
- Option No,"Return to Qmodem SST and do not exit "
- CR
- MEND
-
-
- END