home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / DC10.ZIP / DC10.DOC < prev    next >
Text File  |  1991-05-30  |  6KB  |  183 lines

  1.  
  2. DAY CHECKER 1.0
  3.  
  4. BY USING THIS PROGRAM YOU AGREE TO HOLD THE AUTHOR FREE OF ALL
  5. LIABILITY OF ANY KIND TO THE EXTENT PERMITTED BY LAW.  YOU
  6. ASSUME THE RISK OF ANYTHING THAT HAPPENS.  VOLUME CHECKER IS
  7. SOLD WITHOUT WARRENTY OF ANY KIND, INCLUDING FITNESS FOR A
  8. PARTICULAR PURPOSE OR MERCHANTABILITY.  REMEDIES ARE LIMITED TO
  9. THE REFUND OF THE REGISTRATION FEE.
  10.  
  11.  
  12.  
  13.  
  14.               -----------------------------
  15.  
  16.                       Super quick lesson:
  17.  
  18.                     Just say:        DC
  19.                you can rename dc.com anything you want.
  20.          you may want to call it daycheck.com to make your bat
  21.                         files easier to read.
  22.  
  23. Errorlevels returned:
  24.  
  25.             0 On Sunday
  26.             1 On Monday
  27.             2 On Tuesday
  28.             3 On Wednesday
  29.             4 On Thursday
  30.             5 On Friday
  31.             6 On Saturday
  32.  
  33.       10 For Errors. Yours, mine, and the operating system's.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ------------------------
  41. CONTENTS
  42.  
  43. What is it?
  44. How do I use it?
  45. Suppress output
  46. Redirection
  47. Registration
  48. Other programs
  49.  
  50. ------------------------
  51. WHAT IS IT?
  52.  
  53. Day checker is a batch utility that tells your batch file what
  54. day of the week it is.
  55. ------------------------
  56. HOW DO I USE IT?
  57.  
  58. The command line for DC is:
  59.  
  60. DC  [s]
  61.  
  62. Only the registered version recognizes the s for 'shut up'
  63.  
  64. If you want to make sure users back up the system, you can have
  65. the batch file that runs DC create a little file each day of
  66. the week you want backups done on, and then have your menu
  67. system keep displaying a screen that reminds them no backups
  68. have been done until they run your backup batch file, which
  69. deletes the 'flag' file.
  70.  
  71. ------------------------
  72. SUPPRESS OUTPUT
  73.  
  74. An 's' on the command line  will cause output to be suppressed
  75. by the registered version.
  76.  
  77. example:
  78.  
  79. DC S
  80.  
  81. Will return the same error codes but will not display anything.
  82.  
  83. ------------------------
  84. REDIRECTION
  85.  
  86. The output of DC can be sent to nul to get rid of it with:
  87.  
  88.         DC  > nul
  89.  
  90. or to a file with:
  91.  
  92.         DC  [drive letter] > filename
  93.  
  94. You can create a log of what the program has done complete with
  95. dates and times by adding the following to your batch file:
  96.  
  97.  
  98.       type dots.dat >> DC.log
  99.       type cr.dat >> DC.log
  100.       echo Y|more|date >> DC.log
  101.       echo Y|more|time >> DC.log
  102.       DC  >> DC.log
  103.  
  104. Where dots.dat is just a line of dots or something to separate entries,
  105. and cr.dat is a file that is just a couple of carriage returns.
  106.  
  107. DC's output is more or less a bunch of junk in the file, but
  108. you may want to do this anyway if you are a sysop running DC in
  109. your maintenance batch, just so you will know it ran if you
  110. find yourself looking for what went wrong some time.  Perhaps
  111. you will want to have the maintenance batch delete the old log
  112. when it begins.  That way, you will have the log if you need
  113. it, but it won't build up on you.
  114.  
  115. The begging messages of the unregistered version cannot be
  116. redirected.
  117.  
  118. ------------------------
  119. REGISTRATION
  120.  
  121.  
  122. To register, send one buck and a self addressed stamped
  123. envelope to:
  124.  
  125. Drake Koefoed  1409 Oak Patch Road # A9 Eugene, OR 97402
  126.  
  127. Or send two bucks, and I will provide the envelope and address
  128. it and stamp it for you.
  129.  
  130. Or send one buck and the name and password you will be using,
  131. and log onto my bbs to find out how to create the registered
  132. version.  The bbs is:
  133.  
  134. Assembler bbs (503) 343-6383
  135.  
  136. You can also leave messages on:
  137.  
  138. Out in the Styx bbs (503) 345 2582
  139.  
  140. If you write and do not send a self addressed envelope, I won't answer.
  141. If you send a buck and no self addressed stamped envelope, I
  142. will assume you intend to call the board for registration
  143. information.  I answer mail even without registrations, but not
  144. without the self addressed stamped envelope.
  145.  
  146. ------------------------
  147. OTHER PROGRAMS
  148.  
  149. DC is preceded by PRIN28, a printing program that prints out
  150. unformatted or misformatted files as if they had been done on a
  151. word processor.  Prin will put the filename and date and time
  152. created at the top of the printout, add a left margin, print to
  153. file, number the pages, print in doublespace, wrap excessively
  154. long lines, and control the number of lines per page as
  155. specified by the user.  Good for program source code, batch
  156. files, and text files formatted by people who don't know your
  157. printer can't do that many lines on a page.  Prin, like DC, is
  158. written in assembler for high speed.  Prin is multitasker
  159. aware, and will run in a 7k window.
  160.  
  161. I may do some more batch utilities, and if I do, I will
  162. probably use the same method to create the registered version.
  163. If you are a registered user of DC, and you find something else
  164. by me that is later, try it and see.  If it works, that will be
  165. my way of saying thanks for registering DC.
  166.  
  167. Another batch utility, VC (which checks for an empty floppy
  168. drive and tests the label you enter on the command line,
  169. including wildcards) has the same registration system as DC.
  170. So if you have already paid for one, you get the other free.
  171.  
  172. ------------------------
  173. NEED A UTILITY ?
  174.  
  175. I specialize in little utilities written in assembly language.
  176. I do custom programming, and might be talked into other
  177. shareware programs, particularly if there are some people out
  178. there promising to register.
  179.  
  180. I also do consulting work around the Eugene, Oregon area.  If
  181. you are going to pay a consultant, why not get one who can code
  182. his way out of a C:\> prompt?
  183.