home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / RGMPT10D.ZIP / RGIMPORT.DOC < prev    next >
Text File  |  1993-03-08  |  5KB  |  144 lines

  1. RGIMPORT
  2. FILES.BBS Importer
  3. For the Renegade BBS System
  4.  
  5. Written by Mark Dudley
  6. Copyright (c) 1993 by Mark Dudley
  7. All Right Reserved
  8.  
  9. Send all Comments and suggestions to:
  10.  
  11. Via BBS:                                Via USPS:
  12.  
  13. Nuclear Wastelands 904-968-1881         RGIMPORT c/o
  14. Fidonet 1:3612/601                      Mark Dudley
  15. ITC_Net 85:881/309                      P.o. Box 384
  16.                                         Gonzalez, Fl 32560
  17.  
  18. Disclaimer: Use of this program constitutes your agreement to the following.
  19.             I will in no way be liable for any damages you may incure from
  20.             the use of this program. A good software user backs up before
  21.             trying anything new on his/her system. I have tested this
  22.             program to the best I can, and it has been released with no
  23.             known errors.
  24.  
  25. Usage : RGIMPORT is distributed as Shareware, if you enjoy and use this
  26.         program for more than 2 weeks, you are required to register it
  27.         with me. Registration does several things....
  28.  
  29.         1. It relieves your guilt about using something you didn't pay for.
  30.  
  31.         2. It encourages me to not only continue developing RGIMPORT,
  32.            but also to be involved in other programming efforts for the
  33.            benefit of all.
  34.  
  35.         3. Any disabled features will be activated.
  36.  
  37.         5. It will show in the file list who it is registered to, to
  38.            show everyone that you support the 'try before you buy' concept.
  39.  
  40.  
  41. Registration : Registration for this version of RGIMPORT is only $10.
  42.                I feel this is more than fair, considering what it does, and
  43.                the time that was involved in developing and testing it.
  44.  
  45.                As more features are added, the price will go up. Registering
  46.                now will let you get in while the price is low.
  47.  
  48.                To register just fill out the RGIMPORT.REG file and mail it
  49.                off to me. Depending on your choices, you should get your
  50.                registration code within a few weeks.
  51.  
  52. !IMPORTANT!
  53.                Your copy will be registered to the EXACT name you provide.
  54.                this name MUST match what you have as 'Sysop Name' under
  55.                (S)etup, submenu A. BBS Configuration.
  56.  
  57. Now, back to our regularly scheduled program....
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. How to use RGIMPORT...
  65.  
  66. RGIMPORT must be run from your main Renegade directory, UNLESS you have
  67.         the enviroment variable 'BBS' set such as
  68. SET BBS=C:\RENEGADE\
  69.                    ^- IMPORTANT that you include the trailing slash!
  70.  
  71.    RGIMPORT will do several things, however, you must select them In The
  72.    Proper Order or they Will Not Work.
  73.  
  74. [Base#] [Input Filename] <Column #, registered copys only>
  75. OR
  76. [CRC]
  77.  
  78. Items in {} are what RGIMPORT will use if no other choices are selected.
  79. Items in [] are required
  80. Items in <> are optional
  81.  
  82. [Base#]
  83.         This is the number of the Renegade file base, note that although
  84.         Renegade starts at 1, the data still starts at 0 (like Telegard)
  85.         Therefore, 0 is what Base 1 is inside Renegade.
  86.  
  87. [InputFile]
  88.         This is a PLAIN text file, in the following format:
  89.         ( A sample file, named TEST.BBS is included in the archive)
  90.  
  91. <Column #>
  92.         This tells RGIMPORT at what column # the description starts,
  93.         if left blank or RGIMPORT is unregistered, it will default to 15
  94.  
  95.  
  96. |- Column 1 Starts filename, may contain spaces, 12 chars max (FILE    .ZIP)
  97. v        1    v- Starts description 60 chars MAX
  98. 123456789012345
  99. |             |
  100. FILENAME.EXT  Description Here, 60 Chars MAX
  101. File.zip      wierd zip file
  102. FILEB   .ARJ  an ARJ file
  103.  
  104. * These are all acceptable entries. The file MUST NOT contain ANY blank lines.
  105. * If it does, they _might_ be imported into your DIR file or it _may_ lock up
  106.   if the last line or first line of the file is blank (nope, not sure why...)
  107.  
  108. [CRC]
  109.         This will return a CrC value, which you can compare with the
  110.         value listed in this file.
  111.  
  112.         The CrC value when RGIMPORT left my system was : 676d661b
  113.         If it has changed, then the EXE has changed and
  114.         I would not recommend you use it.
  115.  
  116. Using these command line options, these items are ORDER Sensitive
  117.  
  118. Examples....
  119.  
  120. RGIMPORT 0 TEST.BBS
  121. RGIMPORT 0 C:\TEMP\TEST.BBS
  122.  
  123. Would upload files found in the file TEST.BBS to area 0, this is file area 1 as
  124. listed in Renegade filebase editor! Note the 'FILES.BBS' file can be any name
  125. and in any directory you specify. The file is only opened, read, and closed.
  126. It is not written to or deleted.
  127.  
  128. RGIMPORT 0 D:\LISTS\FILES.BBS 23
  129.  
  130. Would upload files found in the file FILES.BBS to area 0, this is file area 1 as
  131. listed in Renegade filebase editor! Note the 'FILES.BBS' file can be any name
  132. and in any directory you specify. The file is only opened, read, and closed.
  133. It is not written to or deleted. The descriptions would be taken starting at
  134. column 23.
  135.  
  136. Closing...
  137.  
  138. Whether you register this program or not, I'd like to hear your comments
  139. about it. Let me know what you think of it, how well (or not) it works, the
  140. screen displays, improvements, additions, etc. I can only come up with so
  141. much, and it is up to YOU to let the utility writers know exactly what you
  142. are looking for. If you find any errors or bugs in either the program or the
  143. documentation, please let me know!
  144.