home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / rbbs_pc / tutorial.arc / TUTOR4.MCR < prev    next >
Encoding:
Text File  |  1990-02-14  |  22.2 KB  |  617 lines

  1. 5
  2. {EN
  3. {*B
  4. In this section we will cover the files subsystem.
  5.  
  6. The file subsystem permits you to move files between your system and this
  7. RBBS-PC. Downloading refers to moving files from this RBBS to your computer,
  8. and uploading is moving files from your computer to this RBBS. The files
  9. subsystem is accessed by using the "F" command at the main menu.
  10.  
  11. The transfer of data can either be done in ASCII or using a protocol referred
  12. to as XMODEM.  The XMODEM protocol is common to CP/M based systems as was
  13. originally developed by Ward Christensen. The protocol is also contained in
  14. PC-TALK.III. More on this later.
  15.  
  16. To list the names of the files that are available on the disks for downloading
  17. to your system, the <L>ist command should be entered at the Files Menu.  The
  18. full names of the files will be listed along with a short description of each
  19. file.  Usually there is a document file that accompanies most of the program
  20. items on the system.  These document files usually have an extension of DOC or
  21. TXT.
  22.  
  23. {END
  24. {09Press RETURN to continue
  25. {ON 09
  26. {==STOP
  27. {>> ABORT.DAT
  28. "{FN","{LN","{DT","{TM","TUTOR 4A"
  29. {END
  30. {M! STOP
  31. {END ON
  32. {*B
  33. The basic steps in downloading are
  34.    (1) tell RBBS you want to download.
  35.    (2) tell RBBS exactly what file you want to download.
  36.    (3) tell RBBS what protocol you want to use.
  37.    (4) after RBBS says it is ready, tell your communications package to save
  38.        the incoming file.
  39.  
  40. Note: all three first steps can be specified on a single line in the format
  41. " d;<filename>;<protocol>".  E.G. D;STREW.LBR;X will download the file
  42. STREW.LBR using XMODEM protocol.
  43.  
  44. Note: if you set a default protocol, you will NOT be asked by RBBS what protocol
  45. to use.  If you want to override the default protocol, do the first three steps
  46. above on one line.  E.G. to download VOLSER2.DOC using ASCII when default is
  47. XMODEM, at file function prompt enter "D;VOLSER2.DOC;A".  If you want to reset
  48. the default protocol, select F for F)ile protocol, then N)one.
  49.  
  50. {END
  51. {09Press RETURN to continue
  52. {ON 09
  53. {==STOP
  54. {>> ABORT.DAT
  55. "{FN","{LN","{DT","{TM","TUTOR 4B"
  56. {END
  57. {M! STOP
  58. {END ON
  59. {*B
  60. ASCII DATA CAPTURE
  61.  
  62. The transfer of files in ASCII mode can be done if your system is capable of
  63. data capture. To download a file using the ASCII method, follow the sequence
  64. of steps listed below.
  65.  
  66. 1.  List the files available for download using the L)ist command and either
  67.     capture the list to your printer or write down the exact names of the files you
  68.     want to receive.
  69.  
  70. 2.  After returning to the Files Menu, select D)ownload.
  71.  
  72. 3.  When RBBS-PC asks for the filename you wish to select, input the exact
  73.     filename including a period between the filename and extension.
  74.  
  75. 4.  When RBBS-PC asks for the type of download you want, input A for A)scii
  76.     method.  (Only if you have default protocol set to None will you be asked
  77.     this question.)
  78.  
  79. {END
  80. {09Press RETURN to continue
  81. {ON 09
  82. {==STOP
  83. {>> ABORT.DAT
  84. "{FN","{LN","{DT","{TM","TUTOR 4C"
  85. {END
  86. {M! STOP
  87. {END ON
  88. {*B
  89. 5.  When the RBBS-PC tells you to open your capture file and enter a carriage
  90. return to start the download, you should do so.  (Opening your capture file is
  91. done by using the Alt-R command in PC-TALK.) After setting up to receive the
  92. file on your end, you have to send RBBS-PC one carriage return so that it knows
  93. you are ready to start.
  94.  
  95. 6.  The file will be sent a line at a time until the entire file is sent.  You
  96. will see the lines of ASCII code (readable text and numbers) on your screen as
  97. they flow to your system.  If you wish to suspend the transmission temporarily,
  98. your system should send RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  99. the temporarily halted transfer.  A Ctrl-X (ASCII CAN) can be sent anytime to
  100. abort the transmission of the data; because of the output buffering performed
  101. automatically by RBBS-PC, there may be up to 120 characters transmitted before
  102. the output stops.
  103.  
  104. 7.  When the file transfer is finished, RBBS-PC will send you an End Of File
  105. Marker (Ctrl-Z) followed by 5 bells.  You should close your capture file
  106. (PC-TALK Alt-R) as soon as you hear the bells or you will get garbage at the
  107. bottom of the file. If you go away for a cup of coffee and end up getting the
  108. 'end of file' sign attached to the bottom of the capture file, you can delete
  109. it from the file later using a text editor.
  110.  
  111. {END
  112. {09Press RETURN to continue
  113. {ON 09
  114. {==STOP
  115. {>> ABORT.DAT
  116. "{FN","{LN","{DT","{TM","TUTOR 4D"
  117. {END
  118. {M! STOP
  119. {END ON
  120. {*B
  121. 8.  After the file transfer is complete you will be returned to the File
  122. Menu.  You should look at the capture file at this point to be sure you got it
  123. ok.  (Use the PC-TALK Alt-V command to do this.)  Do not list the entire file
  124. unless it is short; RBBS-PC will give you 3 minutes to remain off-line before
  125. it assumes you have left for the day and recycles, dropping you off line.
  126.  
  127. {END
  128. {09Press RETURN to continue
  129. {ON 09
  130. {==STOP
  131. {>> ABORT.DAT
  132. "{FN","{LN","{DT","{TM","TUTOR 4E"
  133. {END
  134. {M! STOP
  135. {END ON
  136. {*B
  137. XMODEM FILE TRANSFER
  138.  
  139. If you have implemented XMODEM on your system, files with EXE and COM
  140. extensions and tokenized BASIC files can be moved to your system.  Files
  141. containing the IBM PC special ASCII characters (ones with ASCII values above
  142. 128) can also be transferred with XMODEM -- this includes Wordstar files.
  143. These files cannot be transferred in ASCII mode since ASCII transfer is only 7
  144. bit and these types of files require the full 8 bit transfer of the data with
  145. no translation of the contents of the file.
  146.  
  147. XMODEM also offers the advantage of a block check to assure that the data sent
  148. contains no errors.  It does this by adding a checksum byte to the end of each
  149. block of data; the receiver calculates its own checksum and compares it to the
  150. one received. If an error is detected in the transmission, XMODEM will request
  151. that RBBS-PC retransmit the block of data.
  152.  
  153. To perform an XMODEM file download, follow the instructions shown above for
  154. ASCII DATA CAPTURE, but select X)modem instead of A)scii when RBBS-PC asks
  155. what file download type you want (step 4 above). The XMODEM file transfer steps
  156. are as follows:
  157.  
  158. {END
  159. {09Press RETURN to continue
  160. {ON 09
  161. {==STOP
  162. {>> ABORT.DAT
  163. "{FN","{LN","{DT","{TM","TUTOR 4F"
  164. {END
  165. {M! STOP
  166. {END ON
  167. {*B
  168. 5.  If you called in using EVEN parity the RBBS-PC will tell you to switch to
  169. NO parity and 8 data bits. If you called in using 8 data bits the system will
  170. not give you this message. You should then open your capture file (PC-TALK.III
  171. Alt-R command) and start the XMODEM receive process.  PC-TALK.III starts XMODEM
  172. for you when you put '=X' at the end of the download filename.
  173.  
  174. 6.  The file will be transferred automatically by XMODEM until the entire file
  175. has been transferred. You may abnormally abort the transfer by sending RBBS-PC
  176. an ASCII CAN code (Ctrl-X). PC-TALK.III will do this for you if you enter an
  177. Alt-R during the file transfer.
  178.  
  179. 7.  When the file transfer is finished, XMODEM automatically closes your
  180. capture file for you. XMODEM also ensures that no garbage gets into your file;
  181. binary files and text files are just as they were sent to you with 99.6% error
  182. free transmission.  Wordstar files should transfer without extra hard carriage
  183. returns being added.
  184.  
  185. {END
  186. {09Press RETURN to continue
  187. {ON 09
  188. {==STOP
  189. {>> ABORT.DAT
  190. "{FN","{LN","{DT","{TM","TUTOR 4G"
  191. {END
  192. {M! STOP
  193. {END ON
  194. {*B
  195. 8.  XMODEM transferred files cannot be listed on your monitor unless they
  196. are actually ASCII files. Binary files will appear as symbols rather than
  197. human readable text. You will have to test these files after you exit your
  198. communications program.
  199.  
  200. {END
  201. {09Press RETURN to continue
  202. {ON 09
  203. {==STOP
  204. {>> ABORT.DAT
  205. "{FN","{LN","{DT","{TM","TUTOR 4H"
  206. {END
  207. {M! STOP
  208. {END ON
  209. {*B
  210. FILE UPLOADING
  211.  
  212. File uploading to the RBBS-PC is very similar to downloading. After you have
  213. downloaded a few files, you might want to send me one of your favorite programs
  214. or files just to test your ability to upload.
  215.  
  216. Uploading of ASCII files can be done without interruption between lines.  This
  217. system can handle data uploading at 300 baud without any problem.  If the
  218. transfer is done at 1200 baud, however, there may be a data overrun if the file
  219. is over 20K.  If the system falls behind during a file upload operation, it
  220. will send an XOFF (Ctrl-S) to your system.  If your system supports XON/OFF
  221. file transfer speed-matching, data transmission will be suspended until an XON
  222. (Ctrl-Q) is sent to you, indicating RBBS-PC is ready to accept data again.
  223.  
  224. When uploading files, please convert BASIC programs to ASCII before
  225. transferring them so callers without XMODEM can download them.  To do this, use
  226. the file save command format listed below.
  227.  
  228.                       SAVE"filename.ext",A
  229.  
  230. {END
  231. {09Press RETURN to continue
  232. {ON 09
  233. {==STOP
  234. {>> ABORT.DAT
  235. "{FN","{LN","{DT","{TM","TUTOR 4I"
  236. {END
  237. {M! STOP
  238. {END ON
  239. {*B
  240. Before sending me a file be sure I have enough disk space to take the file.
  241. When you ask for U)pload at the File menu, the system will tell you how much
  242. disk space is free on the upload drive.  If this system runs out of disk space
  243. during an upload function, it will issue a cancel request.  This will be in the
  244. form of a data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  245. system will abort transmission if it supports XON/OFF file transfer
  246. speed-matching protocol. If your system does not support XON/OFF, the data
  247. overflow will be lost and the RBBS-PC will recycle, dropping you off line.
  248.  
  249. UPLOAD GROUND RULES
  250.  
  251. You are encouraged to donate programs to the library on this system.  Any type
  252. of program or document is welcome, however, a few ground rules are in order.
  253. The files donated must contain only information that is in the public domain.
  254. No private or commercial information should be placed on this system.  The
  255. SYSOP is not responsible for any of the data that is shared on this system.
  256.  
  257. {END
  258. {09Press RETURN to continue
  259. {ON 09
  260. {==STOP
  261. {>> ABORT.DAT
  262. "{FN","{LN","{DT","{TM","TUTOR 4J"
  263. {END
  264. {M! STOP
  265. {END ON
  266. {*B
  267. The following files subsystem commands are available:
  268.  
  269. {C4D{C0)ownload -- you get a file from here
  270. The "D" command is used to transfer data from RBBS-PC to your computer.
  271. The basic steps in downloading are
  272.  
  273. 1. Tell RBBS-PC that you want to download by entering "D" at the command
  274.    prompt.
  275. 2. Tell RBBS-PC exactly what file you want to download by entering the file
  276.    name at the prompt "file(s) to download".  No drive letter, no path, no
  277.    wildcards, just the file name without any extension is all that is
  278.    required.
  279. 3. Tell RBBS-PC what protocol you want to use.  RBBS-PC will give you a
  280.    list of available protocols for file transfer.  Selecting none cancels
  281.    the download.
  282. 4. After RBBS-PC says it is ready, tell the communications software that
  283.    you are using to receive the file using the SAME PROTOCOL that was
  284.    selected in step 3.  Most packages will also ask you what file name
  285.    to give to the file that it is receiving at this time.
  286.  
  287. {END
  288. {09Press RETURN to continue
  289. {ON 09
  290. {==STOP
  291. {>> ABORT.DAT
  292. "{FN","{LN","{DT","{TM","TUTOR 4K"
  293. {END
  294. {M! STOP
  295. {END ON
  296. {*B
  297. {C3TIPS:{C0
  298. 1. You should use the L)ist, N)ew, and S)earch commands to identify files
  299. that you would like to download.
  300.  
  301. 2. You can stack the "D" command with the file name. That is, you can enter
  302. "D;<filename> directly from the Files Menu. For example, you could type
  303. "d;keydo.exe" to start downloading the "keydo.exe" file.  The protocol you
  304. would like to use can also be stacked after the file name such as
  305. "d;keydo.exe;x".
  306.  
  307. 3. You can stack multiple file names.  E.g. "D;SD.COM;FDATE.ARC;X"
  308. downloads files SD.COM and FDATE.ARC, each using Xmodem.
  309.  
  310. 4. AUTODOWNLOAD can save you the trouble of having the tell your
  311. communications package to receive and what file name to use.  PIBTERM 3.25
  312. up and EXEC PC-TALK 2.1 up support autodownloading.
  313.  
  314. 5. You can request that RBBS log you off automatically after a successful
  315. download by putting "/G" at the end of the request, e.g.
  316. "d humongus.zip z /G" will download humonus.zip using zmodem and log
  317. you off right after a successful download.
  318.  
  319. {END
  320. {09Press RETURN to continue
  321. {ON 09
  322. {==STOP
  323. {>> ABORT.DAT
  324. "{FN","{LN","{DT","{TM","TUTOR 4L"
  325. {END
  326. {M! STOP
  327. {END ON
  328. {*B
  329. {C4G{C0)oodbye -- This is the saddest of all commands.  It is the one that you
  330. use to "hang up" your phone to logoff or conclude your RBBS-PC session.
  331.  
  332. {C4L{C0)ist directories (categories) of files available for download
  333. The "L" command will display the directories or categories of files which
  334. are available for downloading from RBBS-PC.
  335.  
  336. The "L" command can also be used along with a directory name (or number) to
  337. display the list of files in that directory (e.g., "L;12"). A brief
  338. description, the size in bytes, and the date the file was posted on the
  339. system accompanies each file name.
  340.  
  341. After issuing an "L" command you can press ENTER to see a list of what
  342. categories are available, or specify what categories that you want to see.
  343. You can also enter "L;<directory name>" to see a list of files in that
  344. category. For example, "L;WORDPR" (or "L;17") might display the names and
  345. descriptions of files in the "WORDPR" (word processor) directory.
  346.  
  347. {C3TIPS:{C0
  348. 1. You can save time and keystrokes by stacking your requests. For
  349. instance, "L;1;17;99" will list all of the files in directories 1, 17, and
  350. 99.
  351.  
  352. {END
  353. {09Press RETURN to continue
  354. {ON 09
  355. {==STOP
  356. {>> ABORT.DAT
  357. "{FN","{LN","{DT","{TM","TUTOR 4M"
  358. {END
  359. {M! STOP
  360. {END ON
  361. {*B
  362. 2. You can temporarily suspend output to your screen after initiating the
  363. "L" command by pressing "Control-S". The "Control-X" or "Control-K"
  364. commands will terminate the output to the screen and return you to the
  365. Files Menu.
  366.  
  367. 3. "L U" will always list the upload directory, if it is available to you.
  368. And "L A" will list all directories.
  369.  
  370. {END
  371. {09Press RETURN to continue
  372. {ON 09
  373. {==STOP
  374. {>> ABORT.DAT
  375. "{FN","{LN","{DT","{TM","TUTOR 4N"
  376. {END
  377. {M! STOP
  378. {END ON
  379. {*B
  380. {C4N{C0)ew files -- get list of files new since specified date
  381. You can use the "N" command to identify files that have been added to
  382. RBBS-PC since a given date, or since the last time you logged on.
  383.  
  384. You will be prompted for a date after you give the "N" command. Enter the
  385. desired date in numerical format with no characters separating the month,
  386. day, and year. For example, "032086" would list files included on the
  387. system since March 20, 1986. Press [ENTER] at the date prompt to use the
  388. date you last logged onto the system.
  389.  
  390. Next, you will be asked for a directory to scan. Type in their name(s) or
  391. number(s) separated by semicolons. You can scan all of the directories on
  392. the system by typing "ALL" at the prompt. Pressing [ENTER] will return you
  393. to the Files Menu.
  394.  
  395. {C3TIPS:{C0
  396. 1. You can obtain a list of directory names and numbers by giving the "L"
  397. command.
  398.  
  399. 2. Using "ALL" may result in a time consuming search if the RBBS-PC system
  400. contains many files. You can save time by searching specific directories.
  401.  
  402. {END
  403. {09Press RETURN to continue
  404. {ON 09
  405. {==STOP
  406. {>> ABORT.DAT
  407. "{FN","{LN","{DT","{TM","TUTOR 4O"
  408. {END
  409. {M! STOP
  410. {END ON
  411. {*B
  412. 3. You can stack the N)ew command with the desired date and category.  That
  413. is, you can enter "N;MMDDYY" (e.g., "N;032086") directly from the Files
  414. Menu.  You would then be asked for the directory you would like to scan.
  415. You can also pre-specify the categories to see.  For example,
  416. "N;032086;COMM;UTIL" lists are files on or after 03-20-86 in directories
  417. COMM and UTIL.
  418.  
  419. {END
  420. {09Press RETURN to continue
  421. {ON 09
  422. {==STOP
  423. {>> ABORT.DAT
  424. "{FN","{LN","{DT","{TM","TUTOR 4P"
  425. {END
  426. {M! STOP
  427. {END ON
  428. {*B
  429. {C4P{C0)ersonal download -- download files addressed to you personally
  430. RBBS-PC allows the SYSOP to set up "personal" files for a specific callers
  431. or group of callers to "D)ownload".  Personal downloads are unique from
  432. other files that are available for callers to download in that:
  433.  
  434. 1.  A caller can view and download personal files that have been set up
  435.     just for that caller.
  436. 2.  There is no time limits on downloading personal files.
  437.  
  438. {C3TIPS:{C0
  439. 1. If there is a file you can't download for some reason (i.e. it is too
  440.    large to download within the normal time limits that the SYSOP
  441.    established), you might ask the SYSOP to make it available to you as a
  442.    personal download.
  443.  
  444. 2. At the prompt for P)ersonal download, you can ask for a list of all
  445.    files available to you (L)ist).  An * in front of the file name means it
  446.    is a new one you have never downloaded.
  447.  
  448. 3. You to download all new files just by specifying * at the prompt.
  449.  
  450. {END
  451. {09Press RETURN to continue
  452. {ON 09
  453. {==STOP
  454. {>> ABORT.DAT
  455. "{FN","{LN","{DT","{TM","TUTOR 4Q"
  456. {END
  457. {M! STOP
  458. {END ON
  459. {*B
  460. {C4S{C0)ubstring search -- list files with specified text in name/description
  461. "S" scans file names and descriptions for a key match.  This gives you
  462. the capability to search for a specific file or group of files dealing
  463. with a specific topic or to identify certain types of files(e.g., .BAS,
  464. .COM, .EXE).
  465.  
  466. You will be prompted for the string to scan for after you issue the "S"
  467. command. Case (upper or lower) is ignored in the search.  If you want to
  468. confine the search to a file name and not the descriptions, use a
  469. wildcard (*,?).  For example, "BATCK" will look for all entries with
  470. the string "BATCH" anywhere is the name or description, whereas
  471. "BATCH*.*" will search for all file names beginning with "BATCH".
  472.  
  473. Next, you will be asked for a directory to scan. Type in their name(s) or
  474. number(s) separated by semicolons. You can search through all of the
  475. directories on the system by typing "ALL" at the prompt. Pressing [ENTER]
  476. will return you to the Files Menu.
  477.  
  478. {C3TIPS:{C0
  479. 1. You can obtain a list of directory names and numbers by giving the "L"
  480. command.
  481.  
  482. {END
  483. {09Press RETURN to continue
  484. {ON 09
  485. {==STOP
  486. {>> ABORT.DAT
  487. "{FN","{LN","{DT","{TM","TUTOR 4R"
  488. {END
  489. {M! STOP
  490. {END ON
  491. {*B
  492. 2. Using "ALL" may result in a time consuming search if the RBBS-PC system
  493. contains many files. You can save time by searching specific directories.
  494.  
  495. 3. You can stack the S)earch command with the desired string. That is, you
  496. can enter "S;<string>" directly from the Files Menu. For example, you could
  497. type "S;ZORK" to search for the string "ZORK". You will then be asked for
  498. directory you want to scan.
  499.  
  500. 4. A string that occurs as part of a file name or description will still
  501. produce a match. Entering "BAS" will give you a listing of all files with
  502. 1) a ".BAS" extension, 2) "BAS" as part of the file name, or 3) "BAS" as
  503. part of a word or term in the file description.
  504.  
  505. 5. S supports both exact matches and "wildcards".  For example
  506. "S;LIST*.ARC" will find LIST543.ARC.  The wildcard search supports
  507. "reverse" searches, e.g. "*SE.*" will locate all file names whose
  508. prefix ends in "SE", such as "FALSE.GIF" and "FUSE.ZIP".
  509.  
  510. 6. Keep in mind that strings consisting of only a few characters could
  511. produce too many matches.   S;X will locate every line with an "X" in it.
  512.  
  513. {END
  514. {09Press RETURN to continue
  515. {ON 09
  516. {==STOP
  517. {>> ABORT.DAT
  518. "{FN","{LN","{DT","{TM","TUTOR 4S"
  519. {END
  520. {M! STOP
  521. {END ON
  522. {*B
  523. 7. Strings consisting of many characters could produce too few matches.
  524. For example, if you want all files connected with QMODEM, specifying
  525. "S;QMODEM" will miss QMDM210.ARC and QMODFON.ARC.  You might want to
  526. broaden your search with "S;QM" to make sure you get all wanted files.
  527.  
  528. 8. You can use the "S" command to search for file types such as ".DOC",
  529. ".ARC", ".COM" etc. You could also search for files related to a specific
  530. topic such as "spread" for information or programs related to spread sheets
  531. or "comm" for communications programs.
  532.  
  533. 9. You can stack the directories to search, as in "S;BAS;BASIC;PROG" to
  534. search directories BASIC and PROG for the substring BAS.
  535.  
  536. {END
  537. {09Press RETURN to continue
  538. {ON 09
  539. {==STOP
  540. {>> ABORT.DAT
  541. "{FN","{LN","{DT","{TM","TUTOR 4T"
  542. {END
  543. {M! STOP
  544. {END ON
  545. {*B
  546. {C4U{C0)pload -- you send me a file
  547. The "U" command is used to transfer files from your computer to RBBS-PC.
  548.  
  549. You will be prompted for the name of the file you would like to upload
  550. after you give the "U" command. You will then be asked to select a protocol
  551. if you have not previously specified a default protocol (see the help for
  552. the utility command F)ile transfer for a discussion of different
  553. protocols).
  554.  
  555. The next series of commands will depend on the communications software that
  556. you are using. Check the manual or document file that came with you
  557. communications software for specific information.
  558.  
  559. UPLOAD GROUND RULES:  All callers are encouraged to upload files on this
  560. system.  Any type of program or document is welcome, however, a few ground
  561. rules are in order.  The files donated must contain only information that
  562. can be shared with others.  Callers who upload files overtly take on the
  563. sole  responsibility  that,  should these files be shared,  the  rights  of
  564. others  will not be violated.  The SYSOP is not responsible for any of  the
  565. data that is shared on this system.
  566.  
  567. {END
  568. {09Press RETURN to continue
  569. {ON 09
  570. {==STOP
  571. {>> ABORT.DAT
  572. "{FN","{LN","{DT","{TM","TUTOR 4U"
  573. {END
  574. {M! STOP
  575. {END ON
  576. {*B
  577. {C3TIPS:{C0
  578. 1. You can stack the "U" command with the file name. That is, you can enter
  579. "U;<filename> directly from the Files Menu. For example, you could type
  580. "U;keydo.exe" to upload the "keydo.exe" file.
  581.  
  582. 2. You can override the default protocol by including it at the end of the
  583. command line.  For example, "U;LIST700.ARC;X" uploads LIST700.ARC using
  584. Xmodem no matter what the default protocol is.
  585.  
  586. {C4V{C0)iew library contents -- look to see what is in a library file
  587.  
  588. This concludes the Files Subsystem Tutorial. Please feel free to address any
  589. questions concerning files and file transfers to the Sysop
  590.  
  591. {END
  592. {>> TUTOR.DAT
  593. "{FN","{LN","{DT","{TM","TUTOR 4"
  594. {END
  595. {09Press RETURN to continue
  596. {*B
  597. Press {C2N{C0 for the next section, {C4Utilities subsystem{C0
  598. Press {C2M{C0 for the tutorial menu
  599. Press {C2A{C0 to return to the board
  600. Press {C2R{C0 to review this section, or
  601. Press {C2P{C0 to review the previous section, {C4Message subsystem{C0
  602.  
  603. {END
  604. {09
  605. {ON 09
  606. {==N
  607. {M! TUTOR5.MCR
  608. {==M
  609. {M! TUTOR.MCR
  610. {==R
  611. {M! TUTOR4.MCR
  612. {==A
  613. {M! STOP.MCR
  614. {==P
  615. {M! TUTOR3.MCR
  616.