home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / modem / qmodpack / qnbar / qmodem.bdf < prev    next >
Text File  |  1987-05-28  |  4KB  |  130 lines

  1. PROGRAM    "QmodemSST"
  2.  
  3. MENU MAIN
  4.      Option Dial,"Dialing Functions "
  5.             Execute Dial
  6.      Option Help,"Qmodem SST Help "
  7.             Type "{HOME}{F1}"
  8.      Option Scripts,"Execute Script File "
  9.             Type "{A}F"
  10.      Option Transmit,"Upload/Download Functions "
  11.             Execute TRANSMIT
  12.      Option Utility,"General Functions "
  13.             Execute UTILITY
  14.      Option Quit,"Leave Qmodem SST "
  15.             Execute QUIT
  16. MEND
  17.  
  18. MENU DIAL
  19.      Option Dialing-Directory,"Qmodem SST Phone Book "
  20.             Type "{A}D"
  21.             cr
  22.      Option Redial-Queue,"Change and/or Restart the Redial Queue "
  23.             Type "{A}Q"
  24. MEND
  25.  
  26. MENU UTILITY
  27.      Option DOS-Gateway,"Exit to DOS "
  28.             Type "{A}R"
  29.      Option File,"File Functions "
  30.             Execute FILE
  31.      Option Macros,"Alter Function Key Macros "
  32.             Type "{A}J"
  33.      Option Qinstall,"Run Qinstall from inside Qmodem SST "
  34.             Type "{A}N"
  35.      Option Screen,"Screen Size Menu (for EGA & VGA users) "
  36.             Execute Screen
  37. MEND
  38.  
  39. Menu Screen
  40.      Option 25,"Set to standard 25 Line Mode "
  41.             Type "{A}2"
  42.      Option 35,"Set to 35 Line Mode (real sharp looking!) "
  43.             Type "{A}3"
  44.      Option 43,"Set to 43 Line Mode (also nice looking) "
  45.             Type "{A}4"
  46.      Option 50,"Set to 50 Line Mode "
  47.             Type "{A}5"
  48.      Option 57,"Set to 57 Line Mode (very small but readable) "
  49.             Type "{A}6"
  50. Mend
  51.  
  52. MENU TRANSMIT
  53.      Option Download,"Download a File "
  54.             Execute DOWNLOAD
  55.      Option Upload,"Upload a File "
  56.             Execute UPLOAD
  57. MEND
  58.  
  59. MENU UPLOAD
  60.      Option Xmodem,"Upload using Xmodem "
  61.             Type "{PGUP}"
  62.             Type "X"
  63.      Option Xmodem_CRC,"Upload using Xmodem CRC "
  64.             Type "{PGUP}"
  65.             Type "C"
  66.      Option Xmodem_Relaxed,"Upload using Xmodem Relaxed "
  67.             Type "{PGUP}"
  68.             Type "R"
  69.      Option Ymodem,"Upload using Ymodem "
  70.             Type "{PGUP}"
  71.             Type "Y"
  72.      Option Ymodem_G,"Upload using Ymodem-G "
  73.             Type "{PGUP}"
  74.             Type "G"
  75.      Option Imodem,"Upload using Imodem "
  76.             Type "{PGUP}"
  77.             Type "I"
  78. MEND
  79.  
  80. MENU DOWNLOAD
  81.      Option Xmodem,"Download using Xmodem "
  82.             Type "{PGDN}"
  83.             Type "X"
  84.      Option Xmodem_CRC,"Download using Xmodem CRC "
  85.             Type "{PGDN}"
  86.             Type "C"
  87.      Option Xmodem_Relaxed,"Download using Xmodem Relaxed "
  88.             Type "{PGDN}"
  89.             Type "R"
  90.      Option Ymodem,"Download using Ymodem "
  91.             Type "{PGDN}"
  92.             Type "Y"
  93.      Option Ymodem_G,"Download using Ymodem-G "
  94.             Type "{PGDN}"
  95.             Type "G"
  96.      Option Imodem,"Download using Imodem "
  97.             Type "{PGDN}"
  98.             Type "I"
  99. MEND
  100.  
  101.  
  102. MENU FILE
  103.      Option Dir,"Show File(s) in the Current Directory "
  104.             Type "{A}W"
  105.      Option CHDir,"Change Current Directory Menu "
  106.             Type "{A}O"
  107.      Option Log-Drive,"Change Logged Drive "
  108.             Type "{A}L"
  109.      Option Screen-Dump,"Capture the Screen to default file "
  110.             Type "{A}T"
  111.             CR
  112.      Option View,"View Text File(s) "
  113.             Type "{A}V "
  114.             cr
  115.             ASK "Enter the File(s) to View "
  116.             INPUT
  117.             CR
  118. MEND
  119.  
  120. MENU QUIT
  121.      Option Yes,"Quit Qmodem SST and go back to DOS "
  122.             Type "{A}X"
  123.             Type "Y"
  124.      Option No,"Return to Qmodem SST and do not exit "
  125.             CR
  126. MEND
  127.  
  128.  
  129. END
  130.