home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / rbbs_pc / tutorial.arc / TUTOR5.MCR < prev    next >
Text File  |  1990-02-13  |  13KB  |  364 lines

  1. 5
  2. {EN
  3. {*B
  4. In this section we will cover the utilities subsystem.  The utilities
  5. subsystem, which is accessed by the "U" command from the main menu, allows you
  6. to tailor RBBS-PC to work with your communications software.  Each parameter
  7. is stored in a "Profile" unique to each user and may be changed at any time.
  8. The following utility commands are available:
  9.  
  10. {C4B{C0)aud rate change -- switch from 300 to 450
  11. The "B" command allows you to increase the speed of your modem from 300 bits
  12. per second (baud) to 450.  Your communications software must support this
  13. change (PC-TALK does).  This only functions when callers dial in at 300 baud.
  14.  
  15. {C4C{C0)lock -- time of day and elapsed time of call
  16. Displays the time that you have been on the system.  Entering a "C" will
  17. display the current time and how long you have left.  RBBS-PC restricts the
  18. amount of time you can stay on the system so that other callers have a chance
  19. to use the system.
  20.  
  21. {C3TIPS:{C0
  22. 1. A quick reminder of time left on the system is also the "xx minutes
  23. left" that precedes the command prompt on RBBS-PC.
  24.  
  25. {END
  26. {09Press RETURN to continue
  27. {ON 09
  28. {==STOP
  29. {>> ABORT.DAT
  30. "{FN","{LN","{DT","{TM","TUTOR 5A"
  31. {END
  32. {M! STOP
  33. {END ON
  34. {*B
  35. {C4E{C0)cho Preference
  36. The utilities "E" command lets the caller set who is to echo. "Echo" means to
  37. send back what the caller types.  If nobody echoes, callers cannot see what
  38. they type.  The options are:
  39.  
  40. C)aller's software echoes.     RBBS-PC does not echo.  Callers should set
  41.                                echo on in their communications software.
  42.  
  43. R)BBS-PC software echoes.      RBBS-PC echoes what it receives.   This is
  44.                                the default mode for RBBS-PC.
  45.  
  46. I)ntermediate network echoes.  A data network (i.e. Compuserve) does the
  47.                                echoing and neither RBBS-PC nor the caller's
  48.                                software need echo the characters back to
  49.                                the keyboard as they are typed in.
  50.  
  51. {C3TIPS:{C0
  52. 1. The fastest performance is C)aller's software, because echo does not
  53. have to wait to transmit character and the get it transmitted back.
  54.  
  55. {END
  56. {09Press RETURN to continue
  57. {ON 09
  58. {==STOP
  59. {>> ABORT.DAT
  60. "{FN","{LN","{DT","{TM","TUTOR 5B"
  61. {END
  62. {M! STOP
  63. {END ON
  64. {*B
  65. 2. The safest form of echo is RBBS-PC.  That way the caller sees what RBBS-
  66. PC really received rather than what was sent.
  67.  
  68. 3. Intermediate host echo can be used when RBBS-PC is accessed through
  69. other computers, such as as Compuserve.
  70.  
  71. 4. Use "C" or "I" if it seems to take a long time for what you type to
  72. appear on your screen.  This is a common problem when typing must pass
  73. through several computers, e.g. on PC-Pursuit and Compuserve.
  74.  
  75. {C4F{C0)ile exchange default protocol - what is used unless you override
  76. The method you want to use to transfer files to RBBS-PC ("upload") or to
  77. obtain files from RBBS-PC ("download").
  78.  
  79. {C3TIPS:{C0
  80. 1. You may want not to have a default transfer protocol if you use a
  81. variety of protocols. Select the N)one option and RBBS-PC will ask for your
  82. preferred protocol before each file transfer.
  83.  
  84. {END
  85. {09Press RETURN to continue
  86. {ON 09
  87. {==STOP
  88. {>> ABORT.DAT
  89. "{FN","{LN","{DT","{TM","TUTOR 5C"
  90. {END
  91. {M! STOP
  92. {END ON
  93. {*B
  94. 2. The protocol you want RBBS-PC to use must also be used by your
  95. communications package.  Protocols available in RBBS-PC include Ascii (no
  96. error checking), Xmodem, Xmodem/CRC, and Ymodem.  Others can be installed
  97. by the Sysop, such as Kermit, Windowed Xmodem, Zmodem, and Batch Ymodem.
  98. Xmodem is the most widely supported, but Ymodem and Zmodem are faster.
  99.  
  100. 3. You can override the default my specifying the protocol on the same
  101. command line as D)ownload or U)pload.  E.g. "D;SD.COM;C" downloads file
  102. SD.COM in Xmodem/CRC no matter what the default protocol is.
  103.  
  104. {C4G{C0)raphics -- None, ASCII (IBM PC display), or Color/music (ANSI)
  105. RBBS-PC allows you to sepcify:
  106.  
  107.    (1)  Whether you want graphics versions of TEXT FILES (e.g. menus)
  108.    (2)  Whether you want PROMPTS COLORIZED (highlighting).
  109.    (3)  If highlighting, what COLOR you want for NORMAL TEXT
  110.    (4)  If highlighting, whether you want your color in BOLD (bright).
  111.  
  112. If you want only typeable text, like this sentence, specify NONE to
  113. graphics for text files and NO highlighting.
  114.  
  115. {END
  116. {09Press RETURN to continue
  117. {ON 09
  118. {==STOP
  119. {>> ABORT.DAT
  120. "{FN","{LN","{DT","{TM","TUTOR 5D"
  121. {END
  122. {M! STOP
  123. {END ON
  124. {*B
  125. A)scii graphics for text files uses all 255 characters in the IBM
  126. character set for special effects like boxes.  You support the IBM PC
  127. character set if you see a heart  and straight line ────.
  128.  
  129. C)olor graphics uses all 255 IBM characters and the ANSI screen commands
  130. to provide color and sound effects and music.  This works only if your
  131. communications package must support ANSI.  QMODEM and PROCOMM do,
  132. SMARTCOM and CROSSTALK do not!!  Your system supports ANSI screen commands
  133. if this blinks in green.
  134.  
  135. Preferences can be changed with the Utilities command G)raphics.
  136.  
  137. {C4L{C0)ines per page -- how many lines make a full screen, used in pause
  138. Typically this is the number of lines of text to be displayed -- usually the
  139. number of lines on the display that you are using minus two lines for the
  140. standard RBBS-PC command prompt.  A caller can set the scroll page length
  141. with the "L" command. The scroll page length is the number of lines that will
  142. be displayed on you screen before halting. "L" is typically set at 23 lines
  143. per page when you first log on.
  144.  
  145. You will be asked for the page length after you give the "L" command.  You
  146.  
  147. {END
  148. {09Press RETURN to continue
  149. {ON 09
  150. {==STOP
  151. {>> ABORT.DAT
  152. "{FN","{LN","{DT","{TM","TUTOR 5E"
  153. {END
  154. {M! STOP
  155. {END ON
  156. {*B
  157. {C4TIPS:{C0
  158. 1.  You can produce a continuous scroll on your screen by entering a 0.
  159. Then your screen will not pause when it is full, but you can manually
  160. pause it anytime by typing control-S.  To resume, type control-Q.
  161.  
  162. {C4M{C0)essage Margin
  163. The "M" command is used to alter the right margin on messages that you enter.
  164. This will affect all of your messages.
  165.  
  166. The margin can be set between 8 and 72 (72 is the default) by simply
  167. entering the desired column number when prompted to do so.
  168.  
  169. {C3TIPS:{C0
  170. 1. Use the M)argin command from the editing subfunctions command line to
  171. change the right margin for just the current message being entered. The
  172. editor is accessed while entering a message.
  173.  
  174. {C4N{C0)ulls - time delay for printing terminal carriage returns
  175.  
  176. {END
  177. {09Press RETURN to continue
  178. {ON 09
  179. {==STOP
  180. {>> ABORT.DAT
  181. "{FN","{LN","{DT","{TM","TUTOR 5F"
  182. {END
  183. {M! STOP
  184. {END ON
  185. {*B
  186. {C4P{C0)assword -- change password for log on protection
  187. This command allows you to change your password which you selected when
  188. first logging onto RBBS-PC.
  189.  
  190. You can alter your password by issuing the "P" command and responding to
  191. the prompt. RBBS-PC expects your new password when you next log on.
  192. Passwords can have up to 15 characters.
  193.  
  194. {C3TIPS:{C0
  195. 1. Anyone who knows your password can log on as you and read your personal
  196. mail, or to use other system privileges that you may have.
  197.  
  198. 2. You should change your password if you have reason to believe that it is
  199. known to other persons.
  200.  
  201. {C4R{C0)eview profile -- see your current settings
  202. The "R" command lists all your current parameters settings.  E.g.
  203. expert/novice mode, graphics, file transfer protocol, UPPER/lower case,
  204. line feeds, nulls, prompt bell, and others.
  205.  
  206. {END
  207. {09Press RETURN to continue
  208. {ON 09
  209. {==STOP
  210. {>> ABORT.DAT
  211. "{FN","{LN","{DT","{TM","TUTOR 5G"
  212. {END
  213. {M! STOP
  214. {END ON
  215. {*B
  216. RBBS-PC remembers your preferences for the various system parameters from
  217. one logged session to the next.
  218.  
  219. {C4S{C0)tatistics-- number of callers and messages -- data on system use
  220. The "S" command will display the numbers of calls to date on RBBS-PC,
  221. available messages to read, active users, as well as spaces available for
  222. new users and new messages.
  223.  
  224. {C4T{C0)oggle.  Allows you to switch settings on RBBS.
  225. If on, toggles to off. If off, toggles to on.
  226.  
  227. The sub-options in TOGGLE are:
  228. A)utodownload.  Whether to use auto-downloading.
  229. B)ulletin.  On logon ask if to read bulletins only when new, or always.
  230. C)ase change.  Display characters in upper case only or upper/lower.
  231. F)ile.  On logon give option to download new files, or not.
  232. L)ine feeds.  Insert line feed after each carriage return, or not.
  233. N)ulls.  Insert 5 nulls between carriage-return & line feed, or not.
  234. X)pert.  Show menus or only single command line.
  235. !)bell.  Beep whenever RBBS expects input or be silent.
  236.  
  237. {END
  238. {09Press RETURN to continue
  239. {ON 09
  240. {==STOP
  241. {>> ABORT.DAT
  242. "{FN","{LN","{DT","{TM","TUTOR 5H"
  243. {END
  244. {M! STOP
  245. {END ON
  246. {*B
  247. {C3TIPS:{C0
  248. A)utodownload.   A downloading enhancement that allows RBBS-PC to tell the
  249.    caller's software what to do at the end of each download.  Packages that
  250.    support "autodownloading" include some variants of PC-Talk and Pibterm.
  251.  
  252. B)ulletin.  RBBS-PC will skip bulletins automatically unless there are new
  253.    bulletins since your last logon.  If you want option to read bulletins
  254.    on log on everytime, whether or not there is anything new, turn this
  255.    option off (check rather than skip new bulletins).  The sysop can
  256.    disable this option for all users, forcing the bulletins to be always
  257.    reviewed.
  258.  
  259. C)ase change:  Most home computer systems can display both upper and lower
  260.    case letters but some computers only display upper case.  The "C"
  261.    command toggles or alternates between "UPPER CASE ONLY" and "UPPER CASE
  262.    and lower case."
  263.  
  264. {END
  265. {09Press RETURN to continue
  266. {ON 09
  267. {==STOP
  268. {>> ABORT.DAT
  269. "{FN","{LN","{DT","{TM","TUTOR 5I"
  270. {END
  271. {M! STOP
  272. {END ON
  273. {*B
  274. F)ile.  RBBS-PC will give you the option to review files new since your
  275.    last logon right after giving your name and password.  If you want to
  276.    wait until after you have check bulletins and mail before reviewing
  277.    files for downloading, turn off this option.  The SYSOP can disable this
  278.    option for all users.  This option makes it fast and easy to check for
  279.    new software on RBBS-PC.
  280.  
  281. N)ulls: Nulls put a delay at the beginning of each line that RBBS-PC sends
  282.    to your system.  Entering "N" will toggle or alternate nulls on and off,
  283.    as you choose.  The purpose of using nulls is to allow a receiving
  284.    device such as a teletype that prints to have enough time to move the
  285.    print head from the right-most column back to the first column in order
  286.    to begin printing the next line being sent. Most of us go through our
  287.    whole lives without the need for nulls, however.  Normally leave nulls
  288.    off, because it will increase the characters transmitted.
  289.  
  290. {END
  291. {09Press RETURN to continue
  292. {ON 09
  293. {==STOP
  294. {>> ABORT.DAT
  295. "{FN","{LN","{DT","{TM","TUTOR 5J"
  296. {END
  297. {M! STOP
  298. {END ON
  299. {*B
  300. !)Prompt bell:  An auditory reminder (beep) to tell you when the computer
  301.    is awaiting your input.  Some find it useful, some tiresome.   The
  302.    prompt bell is particularly helpful when downloading (or uploading)
  303.    large files, or a long list of files. You can leave your PC and will be
  304.    "called back" when RBBS-PC has finished sending (or receiving) data.
  305.    Just remember not to wander out of earshot! If you leave RBBS-PC
  306.    unattended, you will be automatically logged off after 3 minutes.
  307.  
  308. {C4U{C0)serlog -- list of callers or users on system
  309. This command gives you two ways to list RBBS-PC system users.
  310.  
  311. You will be prompted for either: <U>sers or <R>ecent callers.
  312.  
  313. The "U)serlog" option gets a list of all users by name, city and state, and
  314. the date and time of her/his last call.  The "R)ecent" callers option
  315. generates a list of callers in reverse chronological order from most recent
  316. to oldest with the time/date of their last call.
  317.  
  318. {C3TIPS:{C0
  319. 1. Only persons on the users list can be sent a private message with the
  320. R)eceiver security option.
  321.  
  322. {END
  323. {09Press RETURN to continue
  324. {ON 09
  325. {==STOP
  326. {>> ABORT.DAT
  327. "{FN","{LN","{DT","{TM","TUTOR 5K"
  328. {END
  329. {M! STOP
  330. {END ON
  331. {*B
  332. 2. Use this command as a check for correct spelling, nickname, etc. of a
  333. message recipient.
  334.  
  335. This concludes the Utilities Subsystem Tutorial. Please feel free to address
  336. any questions concerning the utilities to the Sysop
  337.  
  338. {END
  339. {>> TUTOR.DAT
  340. "{FN","{LN","{DT","{TM","TUTOR 5"
  341. {END
  342. {09Press RETURN to continue
  343. {*B
  344. Press {C2N{C0 for the next section, {C4Library subsystem{C0
  345. Press {C2M{C0 for the tutorial menu
  346. Press {C2A{C0 to return to the board
  347. Press {C2R{C0 to review this section, or
  348. Press {C2P{C0 to review the previous section, {C4Files subsystem{C0
  349.  
  350. {END
  351. {09
  352. {ON 09
  353. {==N
  354. {M! TUTOR6.MCR
  355. {==M
  356. {M! TUTOR.MCR
  357. {==R
  358. {M! TUTOR5.MCR
  359. {==A
  360. {M! STOP.MCR
  361. {==P
  362. {M! TUTOR4.MCR
  363.  
  364.