home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / UPCHECK / UPLDR102.ZIP / LSTREC12.ZIP / MAKEDAT.DOC < prev    next >
Text File  |  1993-05-17  |  5KB  |  117 lines

  1.                                 MAKEDAT 1.0
  2.                   Utility Program for UPLOADER and LISTREC
  3.                        (C)Copyright 1993 Rand Nowell
  4.                          RaLin Enterprises Software
  5.  
  6.  
  7.                           - All Rights Reserved -
  8.  
  9. ┌─────────────────────────────────────────────────────────────────────────────┐
  10. │▒▒▒ What is MAKEDAT? ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  11. └─────────────────────────────────────────────────────────────────────────────┘
  12.  
  13. MAKEDAT creates a Data FIle to be used with LISTREC, and in the future,
  14. UPLOADER.
  15.  
  16. It creates a file containing required information from FILES.RA, to allow
  17. LISTREC to include more information when listing HDR files.
  18.                           
  19. ┌─────────────────────────────────────────────────────────────────────────────┐
  20. │▒▒▒ Why A Seperate Data File? ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  21. └─────────────────────────────────────────────────────────────────────────────┘
  22.  
  23. Some will ask, why create another file, instead of reading FILES.RA?
  24.  
  25. There are a couple of reasons, many people don't have 200 or more file areas
  26. on their BBS, so why check all 200 records in FILES.RA, everytime a HDR is
  27. displayed? FILES.RA contains a record for a minimum of 200 areas, whther
  28. they are in use or not.
  29.  
  30. I also wanted the output displayed a certian way, and I found it easier to
  31. do it with a dedicated file.
  32.  
  33. The only real drawback to this method, is that you need to run MAKEDAT
  34. whenever you make any changes to FILES.RA using RACONFIG, such as adding or
  35. deleting a file area, changing the file area name etc.
  36.  
  37. The file created by MAKEDAT is named ULLR.DAT for U-p-L-oader-L-ist-R-ec.Dat
  38. Currently it is NOT used by UPLOADER, but will be in a future release.
  39.  
  40. ┌─────────────────────────────────────────────────────────────────────────────┐
  41. │▒▒▒ Creating the Data File ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  42. └─────────────────────────────────────────────────────────────────────────────┘
  43.  
  44. First, place MAKEDAT.EXE in a directory thats included in your DOS 'PATH'
  45. statement, this way it can be called from any drive/directory.
  46.  
  47. Second, log onto your HDR directory, exmpl: D:\FILEDATA\HDR
  48.  
  49. Third, Type MAKEDAT....
  50.  
  51. Ahhhh...but wait, two things to be aware of... MAKEDAT looks for the
  52. enviornment variable 'RA' to determine which directory FILES.RA is located
  53. in... if this variable is NOT set, then you need to specify your RA system
  54. directory on the command line, like: MAKEDAT C:\RA\
  55.  
  56. The trailing backslash can be included or left off, MAKEDAT will make sure
  57. its used if you don't.  If the RA variable is not found, MAKEDAT will
  58. display a message and Abort.
  59.  
  60. A copy right notice will be displayed, and MAKEDAT will list the number of
  61. records read from FILES.RA (which will be a minimum of 200), and the number
  62. of records written to ULLR.DAT, which will be the number of File Areas you
  63. have activated in RACONFIG.
  64.  
  65. ULLR.DAT is created in the current directory, this "SHOULD" be your HDR
  66. directory, as LISTREC will only search the directory it is called from when
  67. its run.
  68.  
  69. ┌─────────────────────────────────────────────────────────────────────────────┐
  70. │▒▒▒ Listing The Data ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  71. └─────────────────────────────────────────────────────────────────────────────┘
  72.  
  73. MAKEDAT ? will show a short Help screen.
  74.  
  75. If you wish, you can list the information contained in ULLR.DAT either to
  76. the screen or the printer.
  77.  
  78. MAKEDAT L  will list to the screen.
  79. MAKEDAT P  will list to the printer.
  80.  
  81. The listing of each area, is the same that is shown when running LISTREC,
  82. doing this can give you a quick rundown of your File Area setup, without
  83. having to run RACONFIG.
  84.  
  85. For the purpose of simply doing a File Area view, you can create a copy of
  86. ULLR.DAT in you RA directory, or anywhere else for that matter. But to be
  87. used with LISTREC, it must reside in your HDR directory!!
  88.  
  89. REMEMBER, for the Data to be current, MAKEDAT needs to be run after any
  90. changes made to your file areas with RACONFIG.
  91.  
  92. ┌─────────────────────────────────────────────────────────────────────────────┐
  93. │▒▒▒ And.... ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  94. └─────────────────────────────────────────────────────────────────────────────┘
  95.  
  96. LISTREC and MAKEDAT are still FREE RemoteAccess utilities.
  97. I hope you find them useful, if you do, I'd like to hear about it.
  98.  
  99. LISTREC.DOC lists the various ways you can let me know what you like or
  100. dislike about these programs, and what you'd like to see in the future.
  101.  
  102. ┌─────────────────────────────────────────────────────────────────────────────┐
  103. │▒▒▒ In Closing ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  104. └─────────────────────────────────────────────────────────────────────────────┘
  105.  
  106. For those of you who have tried my program T2A - the RA Text to Ansi
  107. program, a new version is in the works! This new version will support RA
  108. 2.00g fully, it will have its own dedicated Editor with pop-up charts for
  109. choosing RA system variables and Ansi color codes to paste directly into the
  110. text you are editing.
  111.  
  112. You will be able to Edit and Compile via picklists.
  113.  
  114. Many new options, watch for it!
  115.  
  116. <eof MAKEDAT.DOC>
  117.