home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / commun / aced32 / ace.ctl < prev    next >
Text File  |  1995-08-04  |  16KB  |  658 lines

  1.  
  2. ;                         AceComm & Utilities (Tm)
  3. ;                             3.0
  4. ;
  5. ;                       AceComm Ascii Control File
  6. ;                  Use ACTL.EXE to compile into ACE.PRM
  7. ;
  8. ; * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  9. ;              ACE.CTL is
  10. ;                          A  Plain  Ascii  Text  File...
  11. ;                          Use  a  Plain  Ascii  Text  Editor...
  12. ; * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  13. ;;; ============
  14. ;;;  Port Setup 
  15. ;;; ============
  16. ADDRESS_A 3F8
  17. IRQ_A 4
  18. ADDRESS_B 2F8
  19. IRQ_B 3
  20. ADDRESS_C 3E8
  21. IRQ_C 4
  22. ADDRESS_D 2E8
  23. IRQ_D 3
  24. ADDRESS_E 230
  25. IRQ_E 4
  26. ADDRESS_F 238
  27. IRQ_F 4
  28. ADDRESS_G 240
  29. IRQ_G 4
  30. ADDRESS_H 248
  31. IRQ_H 4
  32. Port 1
  33. ;   o Connect speeds such as 12000, 14400 etc. are not actual
  34. ;     data rates that the UART (serial port)  can be set to.
  35. ;   o Setting the Baud rate to 19200 for a 9600 baud modem will
  36. ;     allow better performance when down loading data.
  37. ;   o Locking the port means selecting a baud rate higher than the
  38. ;     highest connect speed the modem is capable of, and telling the
  39. ;     communications software to lock it there.
  40. ;   o Modems capable of connecting at 9600 and above can usually be
  41. ;     used with a "Locked port"
  42. ;   o Using a locked port requires your modem be in full handshake
  43. ;     mode.
  44. Baud 38400
  45. LockBaud 
  46. RBuff 16384
  47. RBuff 256
  48. FIFO_Trigger 8
  49. ;TX 
  50. ;Chain_IRQ 
  51. CTS/RTS 
  52. ;XON/XOFF 
  53. ;Strip_HighBIT 
  54. DropDTR 
  55. ;;; =================
  56. ;;;  Dialing Options 
  57. ;;; =================
  58. InterByteDelay 1
  59. DialTimeout 90
  60. TimeBetweenRedial 3
  61. ;DTR_BetweenRedial 
  62. DialConnectBell 1
  63. ;DCD_VerifyConnect 
  64. ;;; ===========================
  65. ;;;  Internal Protocol Options 
  66. ;;; ===========================
  67. AutoEngage 
  68. FileResume 
  69. ;XfrTimeSlice 
  70. XfrBell 
  71. ;;; =================
  72. ;;;  General Options 
  73. ;;; =================
  74. StatusLine 
  75. LogFile 
  76. ;LogModemRes 
  77. AutoSave 
  78. ;SnowCheck 
  79. ScrnBlank 3
  80. SwapSpawn 
  81. SwapShell 
  82. EnhancedKBD 
  83. KeyRef 8
  84. ScrlBakBuf 64
  85. VideoRows 28
  86. ;;; =================
  87. ;;;  Pointer Options 
  88. ;;; =================
  89. ;MouseDetect 
  90. ;;; ======================
  91. ;;;  Colors, Menu Options 
  92. ;;; ======================
  93. BorderAttr 7
  94. BorderType 1
  95. LeftFieldAttr 3
  96. RightFieldAttr 7
  97. DisplayATTR 48
  98. TitleAttr 120
  99. ITitleAttr 10
  100. SelectorAttr 2
  101. BurstMenu
  102. ;ChatterMenu 
  103. ;WhistleMenu 
  104. TermColor 7
  105. CurtainColor 22
  106. CurtainChar 176
  107. HelpLineColor 112
  108. HelpScreenColor 7
  109. HelpScreenTitleColor 26
  110. HelpScreenKeyWordColor 122
  111. HelpScreenSelectorColor 30
  112. HelpScreenLastErrorColor 28
  113. FonBorderAttr 16
  114. FonBorderType 2
  115. FonLeftFieldAttr 31
  116. FonRightFieldAttr 11
  117. FonDisplayAttr 48
  118. FonTitleAttr 27
  119. FonITitleAttr 26
  120. FonSelectorAttr 30
  121. ;FonBurstMenu 
  122. ;FonChatterMenu 
  123. ;FonWhistleMenu 
  124. DialBorderAttr 51
  125. DialBorderType 2
  126. DialLeftFieldAttr 63
  127. DialRightFieldAttr 62
  128. DialDisplayAttr 48
  129. DialTitleAttr 62
  130. DialITitleAttr 58
  131. DialSelectorAttr 59
  132. ;DialBurstMenu 
  133. ;DialChatterMenu 
  134. ;DialWhistleMenu 
  135. ;;; =================
  136. ;;;  Sub Directories 
  137. ;;; =================
  138. FonDir fon
  139. Captures cap
  140. Scripts scr
  141. TermKey kts
  142. DnldDir files
  143. Screens screens
  144. Nodelist mail_in
  145. MailIn mail_in
  146. MailOut mail_out
  147. ;;; =============
  148. ;;;  Modem Setup 
  149. ;;; =============
  150. ;
  151. ; - Modem command strings
  152. ;   Note: Mdm commands are automaticaly appended with
  153. ;         Mdm_Cmd_Line_Terminator at time the command string
  154. ;         is sent to the modem.
  155. ;         The `^` character is recognized as a Control character.
  156. ;         The byte following a `^` will become (byte - 64d)
  157. ;   Examples:
  158. ;             ^M translates to CR
  159. ;             ^A translates to 1, ^M translates to 13 (CR_CHAR)
  160. ;             ~ translates to  1 second delay
  161. ;             ` translates to  5 second delay
  162. ;             !, @, #, and $ are dial strin modifiers.
  163. Mdm_Init_A +++ATZ^M~ATMQW2&C1&D2
  164. Mdm_Init_B 
  165. Mdm_Init_C 
  166. Mdm_Dial_Prefix ATMEQ0V1X4DT
  167. Mdm_Dial_Sufix 
  168. Mdm_Answer ATA
  169. Mdm_Hangup +++ATH0
  170. Mdm_OffHook ATH1
  171. Mdm_Abort ^M
  172. Mdm_Reset ATZ
  173. Mdm_Echo ATE1
  174. Mdm_Host_Init_A  +++ATZ^M~ATMQW2&C1&D2
  175. Mdm_Host_Init_B AT+FCLASS=2
  176. Mdm_Host_Init_C
  177. ;
  178. ; Mdm_Cmd_Line_Terminator is automaticaly appended to all modem commands
  179. Mdm_Cmd_Line_Terminator ^M
  180. ;
  181. ;
  182. ; - Modem Responce Strings
  183. ;   Note: The following strings are probably case sensitive
  184. ;                                   (see your modem manual)
  185. Mdm_Res_OK OK^M
  186. Mdm_Res_Ring RING^M
  187. Mdm_Res_NoCarrier NO CARRIER
  188. Mdm_Res_Error ERROR
  189. Mdm_Res_NoDialTone NO DIAL TONE
  190. Mdm_Res_Busy BUSY
  191. Mdm_Res_NoAnswer NO ANSWER
  192. Mdm_Res_Ringing RINGING^M
  193. Mdm_Res_Voice VOICE
  194. ;
  195. ; - The following connect strings may be tailored any way you wish.
  196. ;   No particular order, refer to your modem manual for case and format.
  197. ; Note: ACECOMM will detect a carrier anyway, the connect strings
  198. ;       may speed things up, and will also allow automatic baud adjustments
  199. ;       when connecting at a speed not dialed out on, and port not locked.
  200. ;       With Lockbaud SET, the UART baud rate remains fixed, translation
  201. ;       is made by your modem.
  202. Mdm_Res_Connect_A CONNECT 
  203. Mdm_Res_Connect_B CARRIER
  204. Mdm_Res_Connect_C FCON
  205. User_Name_A
  206. User_Name_B Alias
  207. User_Name_C Melissa Jean
  208. User_Pwd_A
  209. User_Pwd_B password
  210. User_Pwd_C kidstuff
  211. ;;; ========================
  212. ;;;  Interactive EMSI Setup 
  213. ;;; ========================
  214. ;
  215. ; IEMSI handshake data is an Auto Log-In standard used with BBS
  216. ; software.
  217. ;
  218. IEMSI_Name
  219. IEMSI_Alias 
  220. IEMSI_Location 
  221. IEMSI_Data_Pnum 
  222. IEMSI_Voice_Pnum, 
  223. IEMSI_Password
  224. IEMSI_CRTDEF ANSI,24,80,0
  225. IEMSI_Protocols Zap,ZMO
  226. IEMSI_Capabilities CHT,TAB,ASCII8
  227. IEMSI_Requests 
  228. ;;; ============
  229. ;;;  EMSI Setup 
  230. ;;; ============
  231. ;
  232. ; EMSI handshake data is the current mailer session protocol.
  233. ;
  234. ;
  235. EMSI_System_Address 1:999/999
  236. EMSI_Acka_A 
  237. EMSI_Acka_B 
  238. EMSI_System_Name AceComm Robot
  239. EMSI_Sysop_Name
  240. EMSI_City Emerald City, OZ
  241. EMSI_Phone_Number
  242. EMSI_Baud_Rate 115200
  243. EMSI_Flags V32b,CM,XA
  244. PassWord_A 1:114/12 mailman
  245. PassWord_B 1:114/440 holdmail
  246. PassWord_C 1:124/4115 betas
  247. PassWord_D 1:114/245 mailman
  248. PassWord_E 
  249. BossAddress_A 1:114/35
  250. BossName_A AceComm Suport BBS
  251. BossPhone_A 1-602-846-2940
  252. BossPwd_A password
  253. BossBaud_A 38400
  254. BossAddress_B 1:124/4115.227
  255. BossName_B Roberts
  256. BossPhone_B 1-214-339-4495
  257. BossPwd_B 
  258. BossBaud_B 
  259. BossAddress_C 
  260. BossName_C 
  261. BossPhone_C 
  262. BossPwd_C 
  263. BossBaud_C 
  264. BossAddress_D 
  265. BossName_D 
  266. BossPhone_D 
  267. BossPwd_D 
  268. BossBaud_D 
  269. BossAddress_E 
  270. BossName_E 
  271. BossPhone_E 
  272. BossPwd_E 
  273. BossBaud_E 
  274. AfterMailMacro <RunProg>EMAIL toss
  275. ProgramStartMacro <DispStr>^M^I^I^I^I^I  AceComm Communications Software ^M^J
  276. MailOnlyMacro <SendStr>^M^J[BWhi][Blu] Mail only hour!   [AttrOff]
  277. LongDistanceDef_A 1-
  278. DialModifier_A #70
  279. DialModifier_B 
  280. DialModifier_C 
  281. DialModifier_D 
  282. ;;; ==================
  283. ;;;  Dial Translation 
  284. ;;; ==================
  285. ;
  286. ; AceComm can filter or translate phone numbers 
  287. ; To strip  1-612-  from  numbers:
  288. ; 1-612-        
  289. ; To modify  1-612-  into 1-     :
  290. ; 1-612-  1-    
  291. ; To modify  1-555-232-4000  into 1-555-232-4111  :
  292. ; 1-555-232-4000  1-555-232-4111    
  293. ;
  294. DialTrans_A
  295. DialTrans_B 1-602-292-0997 1-602-292-1111
  296. DialTrans_C 
  297. DialTrans_D 
  298. DialTrans_E 
  299. Request_file REQUEST.LST
  300. Files_file MGP-SOFT.ZIP
  301. About_file ABOUT.FIL
  302. ;;; ========================================================
  303. ;;;  Auto Engage Sequence Triggers, Associated Macro Stacks 
  304. ;;; ========================================================
  305. PreAutoM 
  306. PostAutoM 
  307. AutoDnld_A rz^M**
  308. AutoDnld_B HS*^B
  309. AutoDnld_C ┬Θ═∩Σσφ
  310. AutoDnld_D MPt ^V^H
  311. AutoDnld_E 
  312. AutoDnld_F 
  313. AutoDnld_G 
  314. AutoDnld_H 
  315. AutoDnld_I **EMSI_REQA77E
  316. AutoDnld_J **EMSI_IRQ8E08
  317. AutoMacro_A <RecvZmo>
  318. AutoMacro_B <RunProg>HSLINK -P%P -U[DIR_DNLDS] @UPLDS.LST
  319. AutoMacro_C <RunProg>BIMODEM /L%P /R[DIR_DNLDS] Bimodem.Pth
  320. AutoMacro_D <RunProg>MPT P%P N+ F+ R+ R [DIR_DNLDS]
  321. AutoMacro_E 
  322. AutoMacro_F 
  323. AutoMacro_G 
  324. AutoMacro_H 
  325. AutoMacro_I <SendEMSI_CLI>
  326. AutoMacro_J <SendEMSI_ICI>
  327. ;;; ========================================================
  328. ;;;  Auto Log On Sequence Triggers, Associated Macro Stacks 
  329. ;;; ========================================================
  330. AutoLogOn_A is your name:
  331. AutoLogOn_B Your FIRST name:
  332. AutoLogOn_C Host Name:
  333. AutoLogOn_D first name ?
  334. AutoLogOn_E and LAST name:
  335. AutoLogOn_F last name?
  336. AutoLogOn_G first name?
  337. AutoLogOn_H First and Last
  338. AutoLogOn_I full name?
  339. AutoLogOn_J 
  340. AutoLogOn_K 
  341. AutoLMacro_A <SendStr>[USER_NAME]^M~Y^M~[FON_PWD]^M
  342. AutoLMacro_B <SendStr>[USER_NAME]^MY^M~[FON_PWD]^M
  343. AutoLMacro_C <SendStr>CIS^M~~[FON_ID]^M~~[FON_PWD]^M
  344. AutoLMacro_D <SendStr>[USER_NAME]^MY^M[FON_PWD]^M
  345. AutoLMacro_E <SendStr>[USER_NAME]^M~^M~[FON_PWD]^M
  346. AutoLMacro_F <SendStr>[USER_NAME]^M~~[FON_PWD]^M
  347. AutoLMacro_G <SendStr>[USER_NAME]^M~~[FON_PWD]^M
  348. AutoLMacro_H <SendStr>[USER_NAME]^M~~[FON_PWD]^M
  349. AutoLMacro_I <SendStr>[USER_NAME]^M~^M[FON_PWD]^M
  350. AutoLMacro_J 
  351. AutoLMacro_K 
  352. ;;; ========================================================
  353. ;;;  Event Schedules, Associated Macro Stacks 
  354. ;;; ========================================================
  355. ;;    Sample Event an associated macro stack:
  356. ;; (Allow a mail event from midnight to 3am)
  357. ; Schedule_A    0:0-3:0,MAIL
  358. ;; (The macro stack will be run at beginning of event)
  359. ; SchedMacro_A  <ChgDir>c:\mail <RunProg>QM <ChgDir>[DIR_START]
  360. Schedule_A 0:0-2:0,Mail,host,LD
  361. Schedule_B 2:0-3:0,Mail,ld
  362. Schedule_C 3:0-7:30,Mail,host
  363. Schedule_D 7:30-12:00,Mail,host
  364. Schedule_E 12:0-17:20,Mail,host
  365. Schedule_F 17:20-20:0,Mail,host,ld
  366. Schedule_G 20:0-23:45,Mail,host
  367. Schedule_H 23:45-23:59,Mail,host
  368. Schedule_I 0:0-0:0,Mail,Host,Ld
  369. SchedMacro_A <RunScript>getmail.scr
  370. SchedMacro_B 
  371. SchedMacro_C 
  372. SchedMacro_D 
  373. SchedMacro_E <RunProg>EMAIL export
  374. SchedMacro_F 
  375. SchedMacro_G 
  376. SchedMacro_H 
  377. SchedMacro_I <DispStr>^J^M --- The Midnight Schedule! ---^J^M
  378. ;;; =========================================================
  379. ;;;  Auto Answer Connect Sub-string, Associated Macro Stacks 
  380. ;;; =========================================================
  381. ;;    Sub_string  - String to match in modem Answer/Connect string
  382. ;;    Macro stack - Macro stack to process on Answer/Connect
  383. ;;    Sample Sub-string and associated macro stack:
  384. ;AutoAnsSub-str_1 CONNECT
  385. ;AutoAnsMac_1 <RunProg>TRIBBS port %P baud %B
  386. ;;    Sample Sub-string and associated macro stack:
  387. ;AutoAnsSub-str_2 FAX
  388. ;AutoAnsMac_2 <RunProg>BGFAX /FAX %P Q
  389. AutoAnswer_A CONNECT
  390. AutoAnsMac_A 
  391. AutoAnswer_B CARRIER
  392. AutoAnsMac_B <DispStr>Error "CARRIER"^M^J
  393. AutoAnswer_C FCON
  394. AutoAnsMac_C <RunProg>COMMAND /C recvfax
  395. DefaultMac <ChgDir>C:\BBS <RunProg>BBS %P %C <ChgDir>[DIR_START]
  396. ;;; =========================================================
  397. ;;;  Auto Answer C
  398. ExtrnDn_A <RunProg>BIMODEM /L%P /R[DIR_DNLDS] Bimodem.Pth
  399. ExtrnDn_B <RunProg>HSLINK -P%P -U[DIR_DNLDS] @UPLDS.LST
  400. ExtrnDn_C <RunProg>MPT P%P N+ F+ R+ R [DIR_DNLDS]
  401. ExtrnDn_D <RunProg>JMODEM %PF %WK
  402. ExtrnDn_E <RunProg>DSZ port %P speed %B rz -mrr [DIR_DNLDS]
  403. ExtrnDn_F <RunProg>ozbext /B%B /C%P /F[DIR_DNLDS] /J /U /X
  404. ExtrnDn_G 
  405. ExtrnDn_H 
  406. ExtrnDn_I 
  407. ExtrnDn_J 
  408. ExtrnUp_A <RunProg>BIMODEM /L%P /R[DIR_DNLDS] bimodem.pth
  409. ExtrnUp_B <RunProg>HSLINK -P%P -U[DIR_DNLDS] @UPLDS.LST
  410. ExtrnUp_C <RunProg>MPT P%P N+ F+ S @UPLDS.LST %WK
  411. ExtrnUp_D <RunProg>JMODEM S %PF %WK
  412. ExtrnUp_E <RunProg>DSZ port %P speed %B sz @[DIR_START]\UPLDS.LST
  413. ExtrnUp_F <RunProg>COMMAND /C SENDFAX.BAT %PF %DN %WK
  414. ExtrnUp_G 
  415. ExtrnUp_H 
  416. ExtrnUp_I 
  417. ExtrnUp_J 
  418. ;;; =============
  419. ;;;  User Menus  
  420. ;;; =============
  421. User_1_Title CIS Functions
  422. User1_desc_A Forums Script
  423. User1_macro_A <RunScript>cisforum.scr
  424. User1_desc_B Bill Script
  425. User1_macro_B <RunScript>cisbill.scr
  426. User1_desc_C Compose Message
  427. User1_macro_C <SendAscii>%P
  428. User1_desc_D IBMPRO Forum 2 File
  429. User1_macro_D <SendStr>go IbmPro^M <OpenCapture>prog[MODA] <Delay>5 <SendStr>Read New^M
  430. User1_desc_E IBMCOM Forum 2 File
  431. User1_macro_E <SendStr>go IbmCom^M <OpenCapture>comm[MODA] <Delay>5 <SendStr>Read New^M
  432. User1_desc_F WINSDK Forum
  433. User1_macro_F <SendStr>go winsdk^M <OpenCapture>wsdk[MODA] <Delay>9 <SendStr>Read New^M
  434. User1_desc_G CIS Msg Reference
  435. User1_macro_G <RunProg>List cis_msg.ref
  436. User_2_Title OffLine Reader
  437. User2_desc_A OffLine QWK Reader
  438. User2_macro_A <ChgDir>D:\QWK <RunProg>OFFLINE <ChgDir>[DIR_START]
  439. User2_desc_B Run Mail Script
  440. User2_macro_B <RunScript>offline.scr
  441. User2_desc_C EMAIL Point Reader
  442. User2_macro_C <RunProg>EMAIL read
  443. User2_desc_D 
  444. User2_macro_D 
  445. User2_desc_E 
  446. User2_macro_E 
  447. User2_desc_F 
  448. User2_macro_F 
  449. User2_desc_G Delete QWK Packet
  450. User2_macro_G <FileDel>files\114-35.qwk
  451. User_3_Title User Menu #3
  452. User3_desc_A Description
  453. User3_macro_A 
  454. User3_desc_B Description 
  455. User3_macro_B 
  456. User3_desc_C Description
  457. User3_macro_C 
  458. User3_desc_D 
  459. User3_macro_D 
  460. User3_desc_E 
  461. User3_macro_E 
  462. User3_desc_F 
  463. User3_macro_F 
  464. User3_desc_G 
  465. User3_macro_G 
  466. User_4_Title User Menu #4
  467. User4_desc_A 
  468. User4_macro_A 
  469. User4_desc_B 
  470. User4_macro_B 
  471. User4_desc_C 
  472. User4_macro_C 
  473. User4_desc_D 
  474. User4_macro_D 
  475. User4_desc_E 
  476. User4_macro_E 
  477. User4_desc_F 
  478. User4_macro_F 
  479. User4_desc_G 
  480. User4_macro_G 
  481. User_5_Title User Menu #5
  482. User5_desc_A 
  483. User5_macro_A 
  484. User5_desc_B 
  485. User5_macro_B 
  486. User5_desc_C 
  487. User5_macro_C 
  488. User5_desc_D 
  489. User5_macro_D 
  490. User5_desc_E 
  491. User5_macro_E 
  492. User5_desc_F 
  493. User5_macro_F 
  494. User5_desc_G 
  495. User5_macro_G 
  496. ;;; ==============
  497. ;;;  ALT A-Z, 1-0 
  498. ;;; ==============
  499. ;
  500. ; AceComm`s MACRO driven keyboard provides for easy key re-def
  501. ;
  502. ; You may define the keys any way you like, should you forget to
  503. ; assign an exit key, CTRL-BREAK from terminal mode will force the
  504. ; <EndACEComm> MACRO to be executed, CTRL-BREAK is an acceptable
  505. ; key-combo permanantly assigned to the <EndACEComm> MACRO
  506. ;
  507. ; Functions which end with `_` are not suited for scripts as they
  508. ; require local keyboard input.
  509. ALT-A <AutoScrGen_>
  510. ALT-B <ScrollBack_>
  511. ALT-C <CaptureFile_>
  512. ALT-D <PhoneList_>
  513. ALT-E <Sheduler>
  514. ALT-F <FileList_>[DIR_DNLDS]
  515. ALT-G <FileReq_>
  516. ALT-H <MdmHangUp_>
  517. ALT-I 
  518. ALT-J <DOSShell_>
  519. ALT-K <AddLF2CR>
  520. ALT-L <RunProg> list
  521. ALT-M <Mailer_>
  522. ALT-N <ChgDir>c:\mail\qm <RunProg>QM toss <ChgDir>[DIR_START]
  523. ALT-O <PrmData_>
  524. ALT-P <PrmData_>
  525. ALT-Q 
  526. ALT-R <RunScript_>
  527. ALT-S <ScrnDump_>
  528. ALT-T <ScrnTag_>
  529. ALT-U <Users>
  530. ALT-V <KeyRef_>
  531. ALT-W 
  532. ALT-X <EndAceComm> 0
  533. ALT-Y <AutoAnswer>
  534. ALT-Z <ClrWin>
  535. ALT-1 <SendZmo> %PF
  536. ALT-2 <RunProg>DSZ sz %PF %WK <SendStr> ^M
  537. ALT-3 <SendAscii> %PF
  538. ALT-4 <RunProg>BiPath 
  539. ALT-5 
  540. ALT-6 <RunProg> dsz rz -rm
  541. ALT-7 <RunProg>bimodem bimodem.pth <SendStr>^M
  542. ALT-8 
  543. ALT-9 
  544. ALT-10 
  545. ALT-- 
  546. ALT-= <DoorWayMode>
  547. ;;; ==========
  548. ;;;  CTRL A-Z 
  549. ;;; ==========
  550. CTRL-A 
  551. CTRL-B 
  552. CTRL-C 
  553. CTRL-D 
  554. CTRL-E 
  555. CTRL-F 
  556. CTRL-G 
  557. CTRL-H 
  558. CTRL-I 
  559. CTRL-J 
  560. CTRL-K 
  561. CTRL-L 
  562. CTRL-M 
  563. CTRL-N 
  564. CTRL-O 
  565. CTRL-P 
  566. CTRL-Q 
  567. CTRL-R 
  568. CTRL-S 
  569. CTRL-T 
  570. CTRL-U 
  571. CTRL-V 
  572. CTRL-W 
  573. CTRL-X 
  574. CTRL-Y 
  575. CTRL-Z 
  576. CTRL-2 
  577. CTRL-6 
  578. CTRL-- 
  579. CTRL-BkSp 
  580. CTRL-[ 
  581. CTRL-] 
  582. CTRL-Enter 
  583. CTRL-\ 
  584. CTRL-PrtSc 
  585. CTRL-Home 
  586. CTRL-PgUp 
  587. CTRL-Left 
  588. CTRL-Right 
  589. CTRL-End 
  590. CTRL-PgDn 
  591. ;;; ============
  592. ;;;  Other Keys 
  593. ;;; ============
  594. Home 
  595. Up 
  596. PgUp <SProtocols_>
  597. GreyMinus 
  598. Left 
  599. Right 
  600. GreyPlus 
  601. End 
  602. Down 
  603. PgDn <RProtocols_>
  604. Ins 
  605. Del 
  606. ;;; =========
  607. ;;;  Fn Keys 
  608. ;;; =========
  609. F1 <SendStr>[USER_NAME]^M
  610. F2 <SendStr>[FON_PWD]^M
  611. F3 <SendStr>[LOCATION]^M
  612. F4 <SendStr>[FON_ID]^M
  613. F5 <RunProg>COMMAND /C sendfax %PF %DN %WK
  614. F6 <SendStr>AT+FDR^M
  615. F7 <SendAscii>%PF 
  616. F8 <Users>
  617. F9 <HelpMenu>
  618. F10 <TopBar>
  619. F11 <ChgDir>\QWK <RunProg>OFFLINE <ChgDir>[DIR_START]
  620. F12 <SendStr>[FON_ID]
  621. SHIFT-F1 <SendStr>ACE20A.ZIP
  622. SHIFT-F2 <SendStr>ACE20B.ZIP
  623. SHIFT-F3 <SendStr>AceComm Communications Package version 2.0
  624. SHIFT-F4 <SendStr>Inovative and feature full COMM package especialy
  625. SHIFT-F5 <SendStr>for Hi-Speed modems. Macro language, key-redef
  626. SHIFT-F6 <SendStr>USBBS115.ZIP
  627. SHIFT-F7 
  628. SHIFT-F8 
  629. SHIFT-F9 
  630. SHIFT-F10 
  631. SHIFT-F11 
  632. SHIFT-F12 
  633. CTRL-F1 <LocalEcho> ON <DIALNUM> 846-2940 <LocalEcho> OFF
  634. CTRL-F2 <SetDTR> Off <Delay> 5 <SetDTR> ON
  635. CTRL-F3 
  636. CTRL-F4 
  637. CTRL-F5 
  638. CTRL-F6 
  639. CTRL-F7 
  640. CTRL-F8 
  641. CTRL-F9 
  642. CTRL-F10 
  643. CTRL-F11 
  644. CTRL-F12 
  645. ALT-F1 
  646. ALT-F2 <LogFile>This is a test line by [USER_NAME]
  647. ALT-F3 <DispStr>^M^JHello    [CBW][CBW][CBW]Hello^M^J
  648. ALT-F4 
  649. ALT-F5 
  650. ALT-F6 
  651. ALT-F7 
  652. ALT-F8 
  653. ALT-F9 <SetUser>1
  654. ALT-F10 <SetUser>2
  655. ALT-F11 <SetUser>3
  656. ALT-F12 <PollHost>1 files ![USER_NAME]
  657.  
  658.