home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / RESTORE / TAPESHAR.ZIP / README.TXT < prev    next >
Text File  |  1992-03-12  |  18KB  |  391 lines

  1. NOTE:  IN ORDER TO KEEP ANOTHER AMERICAN FAMILY FROM RELYING
  2.        ON WELFARE, PLEASE PAY REGISTRATION FEE FOR ANY SOFTWARE
  3.        THAT YOU USE FROM THIS PACKAGE!  THANK YOU!
  4.  
  5.  
  6. OTHER SOFTWARE IN THE WORKS:  TAPEDIR - a new version of tape
  7. directory that will sort all files and subdirectories alphabetically,
  8. create tape tables for comparison, and run cleaner.  WCHGBMP - a 
  9. program that will change the bitmap backgrounds on each entrance 
  10. into Windows.  CHKDATE - to check for a certain date from within a 
  11. batch file.  CHKTIME - a batch file check for a specific time.  
  12. CHKDAY - batch file check for specific day of week and/or month.
  13. CHKMONTH - to check for a certain month of the year in a batch
  14. file.  TYPJESUS - a typing program that uses scriptures.
  15.  
  16.  
  17. TAPEDIR ($15 Shareware)
  18. Tape Directory Program for Colorado Memory Systems Tape Drives.
  19. Jumbo DOS software or QFA DOS software required.
  20.  
  21. Purpose:  This software was written to see all the volumes,
  22.      subdirectories, and files on multiple tapes.  This type of
  23.      software is most useful to people who use tape archiving -
  24.      storing lots of data in a library type environment.  These
  25.      users often want to number each tape and have a printout
  26.      catalog of the contents of each tape.
  27. How it works:  TAPEDIR always saves the tape directories in
  28.      consecutive order.  You never loose the directory of one tape
  29.      by inserting another tape.  In TAPEDIR, the tape directories
  30.      are automatically renamed to TDIR1.TXT, TDIR2.TXT, ... ,
  31.      TDIR9999.TXT.  Up to 9999 tape directories are possible,
  32.      before you must start deleting TDIR*.txt files.  Tape volumes,
  33.      directories, and files are listed in the order that they
  34.      appear on the tape.
  35. TAPEDIR Options:  There are four TAPEDIR Options for routing output
  36.      - S, SU, P, or F (default).  TAPEDIR S will save to a file and
  37.      print to the screen with the | MORE option.  TAPEDIR SU prints
  38.      to the screen uninterrupted and saves to a file.  TAPEDIR P
  39.      prints to a printer (also saving to a file).  TAPEDIR F or
  40.      TAPEDIR will simply save to a file, without any display.  In
  41.      order for TAPEDIR to work on password protected tapes, you
  42.      must use TAPEDIR /password.
  43. Example:  TAPEDIR SU /MYPASSWORD will do a directory of the tape
  44.      which has been password protected with "MYPASSWORD".  The
  45.      output will go to the screen uninterrupted (and TAPEDIR always
  46.      saves to a text file).
  47. Usage of Programs:  You may run the INSTALL program on the diskette
  48.      to insure that TAPEDIR files are copied to the C:\TAPE
  49.      directory.  If the CMS Tape software is installed in another
  50.      subdirectory, then you must copy the TAPEDIR files to that
  51.      subdirectory.  TAPEDIR must be run from the command line or in
  52.      a batch file.
  53.  
  54.  
  55. TAPE-ERR ($15 Order)
  56. Tape Error Program for Colorado Memory Systems Tape Drives.
  57. Jumbo DOS software or QFA DOS software required.
  58.  
  59. Purpose:  This software is an attempt to report Tape Drive Error
  60.      Codes to the DOS environment.  Users can then determine if any
  61.      tape error has occurred.
  62. How it works:  TAPE-ERR requires the file "ERROR.LOG" to run.
  63.      If "ERROR.LOG" exists, then all errors will be sent to files
  64.      "Tnnn.CMS", where nnn is the error number encountered.
  65.      Moreover, the file "TAPEERR.CMS" will be created to notify you
  66.      that at least one error occured during the tape operation.
  67. Example of TAPE-ERR:  Note the uppercase items.  You may check for
  68.      any error by using "IF EXIST TAPEERR.CMS"; or for a specific
  69.      error (such as Tape Error 59 - Tape not Formatted) by using
  70.      "IF EXIST T59.CMS".
  71.      REM **C:\TAPE\BACKUP.BAT file**
  72.      :STARTIT
  73.      tape backup c:\*.* /s/m >ERROR.LOG    (ERROR.LOG file created)
  74.      TAPE-ERR
  75.      IF NOT EXIST "TAPEERR.CMS" GOTO OK
  76.      tape format
  77.      GOTO STARTIT
  78.      :OK
  79.      tape backup d:\*.* /s/m >ERROR.LOG
  80.      TAPE-ERR
  81. Usage of Programs:  You may run the INSTALL program on the diskette
  82.      to insure that TAPE-ERR files are copied to the C:\TAPE
  83.      directory.  If the CMS Tape software is installed in another
  84.      subdirectory, then you must copy the TAPE-ERR files to that
  85.      subdirectory.  TAPE-ERR must be run from the command line or
  86.      in a batch file.
  87.  
  88.  
  89. TAPEDATE ($15 Shareware included with TAPEDIR)
  90. Tape Dating Program for Colorado Memory Systems Tape Drives.
  91. Jumbo DOS software or QFA DOS software required.
  92.  
  93. Purpose:  This software was written to perform a tape operation
  94.      based on files with a specific date.  This type of software is
  95.      most useful to customers who might want to backup, restore,
  96.      compare, or search for information with a particular date.
  97. How it works:  TAPEDATE requires a batch file name to run.  For
  98.      example, TAPEDATE TEST.BAT will change the date of all valid
  99.      tape operations in the file TEST.BAT.
  100. TAPEDATE Options:  Two TAPEDATE options are DATE and /R. 
  101.      The DATE specified must be in the format mm-dd-yy.  Otherwise,
  102.      TAPEDATE assumes that the current date is to be used.  /R
  103.      provides the option to run the requested batch file after the
  104.      date change is complete.  A batch file can be changed without
  105.      running the batch file by omitting the /R parameter.
  106. Example of TAPEDATE command:  TAPEDATE 01-30-89 BATCH_1.BAT /R. 
  107.      This will modify all tape searches, compares, backups, and
  108.      restores so that only files dated January 30, 1989 will be
  109.      accessed.  After the date changes are completed on
  110.      BATCH_1.BAT, the batch file will be run (executed).
  111. Usage of Programs:  You may run the INSTALL program on the diskette
  112.      to insure that TAPEDATE files are copied to the C:\TAPE
  113.      directory.  If the CMS Tape software is installed in another
  114.      subdirectory, then you must copy the TAPEDATE files to that
  115.      subdirectory.  TAPEDATE may be run from the command line or in
  116.      a batch file.
  117.  
  118.      
  119. NWSECURE ($30 Order)
  120. A group of programs to provide added network security.
  121. Requires DOS and Network with Password environment.
  122.  
  123. Purpose:  This program was originally written to offer some
  124.      protection for PASS.DOC files.  The problem arises in the   
  125.      LOGIN procedure, where a password is required and may be piped
  126.      in as PASS.DOC (LOGIN SUPERVISOR <C:\PASS.DOC).
  127. How it works:  As long as the PASS.DOC file exists, it is available
  128.      to unathorized users - even when PASS.DOC is hidden.  WHATPASS
  129.      requires you to be available at the time of login, thus
  130.      avoiding the existence of PASS.DOC.  However, once you are
  131.      logged in, your PASS.DOC file is destroyed with CLRPASS.  To
  132.      provide additional security, you may use LOCK to lock out
  133.      Ctrl-C or Ctrl-Break key sequences.  WHATPASS and CLRPASS will
  134.      still operate normally after LOCK is executed.  All other
  135.      computer operations will appear to be nullified, although they
  136.      proceed as normal.  To release normal keyboard and screen
  137.      control to the system, use UNLOCK.  The only aspect of network
  138.      and hard disk security not addressed by these programs is that
  139.      of a power down.
  140. Example:  The following example should provide a good understanding
  141.      of how each statement of NWSECURE works.  Note the uppercase
  142.      items, as these are parts of NWSECURE.  Also, to preserve the
  143.      flow of your batch files, it is recommended that you precede
  144.      each NWSECURE command with CALL (see below).
  145.      REM **C:\AUTOEXEC.BAT file**
  146.      @echo off
  147.      d:
  148.      cd\stacker
  149.      stacker e:=d:\stacvol.000
  150.      cd\
  151.      c:
  152.      prompt $d at $t$_$p$g
  153.      set mouse=c:\mouse
  154.      set temp=c:\windows\temp
  155.      c:\mouse\mouse /y
  156.      cls
  157.      CALL C:\WHATPASS (Creates C:\PASS.DOC)
  158.      ipx
  159.      net5
  160.      f:
  161.      LOGIN SUPPORT/SUPERVISOR <C:\PASS.DOC (Login Supervisor)
  162.      CALL C:\CLRPASS (Clear the password - C:\PASS.DOC)
  163.  
  164.      REM **H:\USERS\SUPERVISOR\BACKUP.BAT file**
  165.      c:
  166.      CALL C:\LOCK (Lockup use of keyboard and screen)
  167.      f:
  168.      cd\tape
  169.      sleeptil 22:00 (Start next line at 10:00 pm)
  170.      tapedate today.bat /r (Run TODAY.BAT for today's date)
  171.      cd\
  172.      call logout (Logout Supervisor from network; Backup complete)
  173.      CALL C:\UNLOCK (Return normal screen and keyboard functions)
  174. Usage of NWSECURE Programs:  The NWSECURE files should be copied 
  175.      into the C:\ root directory.  You may use the INSTALL program
  176.      on the diskette to insure correct placement of NWSECURE files.
  177.  
  178.  
  179. SLEEP ($10 Order)
  180. Multiple use command line delay timer program.
  181. Requires DOS or Windows operating environment.
  182.  
  183. Purpose:  SLEEP was written to delay the actions of a computer for
  184.      any amount of time.  Therefore, SLEEP may be used in a batch
  185.      file for a type of unattended backup.  SLEEP may also be used
  186.      to "lock" the computer for a certain amount of time.  In a
  187.      batch file, any command may be delayed from immediate
  188.      execution after the previous command.
  189. How it works:  SLEEP waits a certain number of Hours, Minutes, and
  190.      Seconds as specified by the user.  If SLEEP is used for
  191.      unattended operations, it is recommended that the user
  192.      purchase LOCK and UNLOCK of the NWSECURE programs.
  193. SLEEP Options:  The SLEEP program has three options, which can be
  194.      used in any combination.  SLEEP xH yM zS tells the computer
  195.      to delay execution of the next batch statement by x hours, y
  196.      minutes, and z seconds.
  197. Example One:  If the SLEEP option is used at the command line, then
  198.      you would type SLEEP 3M 15S to have the computer wait 3
  199.      minutes and 15 seconds.  Obviously, this can be used to "lock"
  200.      your computer for lunch (SLEEP 1H).
  201. Example Two:  To use the SLEEP program in a batch file, you would
  202.      place "SLEEP xH yM zS" on a line by itself - before the
  203.      command line you want to delay execution.
  204.      DIR *.TXT
  205.      SLEEP 4S            (Wait 4 seconds before next command)
  206.      DIR *.EXE
  207. Example Three:  You may use SLEEP to do a PC unattended backup.
  208.      LOCK                (LOCK program from NWSECURE)
  209.      CD\TAPE
  210.      SLEEP 4H            (Wait 4 hours before next command)
  211.      TAPE BACKUP C:\*.* /S
  212.      TAPE BACKUP D:\*.DAT /S
  213.      CD\
  214. Example Four:  SLEEP works for unattended backups on a network,
  215.      avoiding too many memory resident programs (such as AUTOBACK).
  216.      First, Login as SUPERVISOR.  Then exit from the Network shell
  217.      to access the F:\ or H:\ prompt.  Run the following batch
  218.      file, maybe called TAPE.BAT or BACKUP.BAT.
  219.      LOCK                (LOCK program fron NWSECURE)
  220.      ECHO You may go home now.
  221.      CD\TAPE
  222.      SLEEP 5H
  223.      TAPE BACKUP F:\*.* /S
  224.      CD\
  225.      LOGOUT
  226. Usage of Program:  It is suggested that SLEEP be placed in the
  227.      C:\DOS or C:\DOSUTIL subdirectory, which is referenced in your
  228.      path statement.  You may use INSTALL on the diskette to make
  229.      sure that the SLEEP programs are copied to the correct
  230.      subdirectory.  SLEEP may be used at the DOS command line or in
  231.      a batch file.  WINSLEEP may be used in Windows, by creating a
  232.      WINSLEEP.PIF file.
  233.  
  234.  
  235. SLEEPTIL ($10 Order)
  236. Multiple use command line delay timer program.
  237. Require DOS or Windows operating environment.
  238.  
  239. Purpose:  SLEEPTIL was written to delay the actions of a computer
  240.      until a certain date and time.  Therefore, SLEEPTIL may be
  241.      used in a batch file for a type of unattended backup. 
  242.      SLEEPTIL may also be used to "lock" the computer until a
  243.      certain date and time.  In a batch file, the next command
  244.      following SLEEPTIL may be delayed from execution until a date
  245.      and time specified.
  246. How it works:  SLEEPTIL waits until a certain Date and/or Time
  247.      specified by the user.  If SLEEPTIL is used for unattended
  248.      operations, it is recommended that the user purchase LOCK and
  249.      UNLOCK of the NWSECURE programs.
  250. SLEEPTIL Options:  The SLEEPTIL program has two options, which
  251.      can be used in any combination.  SLEEPTIL mm-dd-yy hh:mm:ss
  252.      tells the computer to delay execution of the next batch
  253.      statement until the date=mm-dd-yy and/or time=hh:mm:ss.
  254. Examples:  If the SLEEPTIL option is used at the command
  255.      line, then you would type SLEEPTIL 01-30-93 15:00:05 to have
  256.      the computer wait until January 30, 1993 at 5 seconds past the
  257.      hour of 3 pm before performing the next operation.  Obviously,
  258.      this can be used to "lock" your computer for lunch (SLEEPTIL
  259.      13:00).  See the examples of SLEEP, replacing SLEEP with the
  260.      command SLEEPTIL.  
  261. Usage of Program:  It is suggested that SLEEPTIL be placed in the
  262.      C:\DOS or C:\DOSUTIL subdirectory, which is referenced in your
  263.      path statement.  You may use INSTALL on the diskette to make
  264.      sure that the SLEEPTIL programs are copied to the correct
  265.      subdirectory.  SLEEPTIL may be used at the DOS command line or
  266.      in a batch file.  WSLEEPTL can be used in Windows, by creating
  267.      a WSLEEPTIL.PIF file.
  268.  
  269.  
  270. MAKEQUIZ ($15 Shareware)
  271. Program idea from Barry Reider.
  272. A quiz making program for anyone who can create an ASCII text file.
  273. Requires DOS or Windows operating environment.
  274.  
  275. Purpose:  MAKEQUIZ will create a quiz from two text files,
  276.      filename.QST and filename.ANS.  Up to 50 questions and
  277.      5 multiple choice answers per question are allowed.
  278. How it works:  MAKEQUIZ BARRY will create test file BARRY.QIZ and
  279.      hidden key file BARRY.QIZ, when you have created question file
  280.      BARRY.QST and answer file BARRY.ANS.
  281. Example of Question File (*.QST):
  282.      ^ (Or any single character delimeter)
  283.      Question 1, Line 1 of Text
  284.      Line 2 of Text
  285.      .
  286.      . If you use commas, they must be entered twice to show up in
  287.      . the quiz text file. (*.QIZ)
  288.      .
  289.      Line 10 of Text     
  290.      ^
  291.      Question 2, Line 1 of Text
  292.      Line 2 of Text
  293.      ^  (Any number of Lines up to 10 Lines per Question)
  294. Example of Answer File (*.ANS):
  295.      ^
  296.      Answer 1
  297.      Answer 2
  298.      Answer 3
  299.      *Answer 4 (* designates the correct answer for Question)
  300.      Answer 5
  301.      ^
  302.      * Answer 1
  303.      Answer 2
  304.      Answer 3 (Any number up to 5 Answers per Question accepted)
  305.      ^
  306. Example of Quiz File (*.QIZ):  The program will create two files,
  307.      the quiz text file *.QIZ and the answer key text file *.KEY. 
  308.      1.  Question 1, Line 1 of Text
  309.        Line 2 of Text
  310.        .
  311.        .
  312.        .
  313.        Line 10 of Text
  314.        (A) Answer 1
  315.        (B) Answer 2
  316.        (C) Answer 3
  317.        (D) Answer 4
  318.        (E) Answer 5
  319.  
  320.      2.  Question 2, Line 1 of Text
  321.        Line 2 of Text
  322.        (A) Answer 1
  323.        (B) Answer 2
  324.        (C) Answer 3
  325. Example of the Answer Key File (*.KEY):  *.KEY files are hidden.
  326.      1. (D) Answer 4
  327.      2. (A) Answer 1
  328. Usage of MAKEQUIZ:  You should copy the MAKEQUIZ files into the
  329.      C:\QUIZ subdirectory.  Running INSTALL on the diskette will
  330.      correctly copy the files into the C:\QUIZ subdirectory.
  331.      MAKEQUIZ can be run at the command line or in a batch file.
  332.      If MAKEQUIZ is to be used in Windows, then a PIF file must
  333.      be created.
  334.  
  335.  
  336. RANDQUIZ ($10 Shareware included with MAKEQUIZ)
  337. A program to randomize the answers and questions of MAKEQUIZ.
  338. Requires DOS or Windows operating environment.
  339.  
  340. Purpose:  RANDQUIZ will create a randomized quiz from two text
  341.      files, filename.QST and filename.ANS.  Up to 50 questions and
  342.      5 multiple choice answers per question are allowed.
  343. How it works:  The exact syntax is RANDQUIZ QUIZ2, in order to
  344.      randomize the questions in file QUIZ2.QST and randomize the
  345.      answers in file QUIZ2.ANS.  A one-to-one mapping will be
  346.      associated with the questions and answers. The program will
  347.      rewrite two files, the quiz text file *.QST and the answer
  348.      text file *.ANS.
  349. Usage of RANDQUIZ:  You should copy the file RANDQUIZ.EXE into the
  350.      C:\QUIZ subdirectory.  Running INSTALL on the diskette will
  351.      correctly copy the files into the C:\QUIZ subdirectory. 
  352.      RANDQUIZ can be run at the command line or in a batch file. 
  353.      To use RANDQUIZ in Windows, a PIF file must be created.
  354.  
  355.  
  356. CLS-UP, CLS-DOWN, CLS-LEFT, CLS-RITE, CLS-RAND ($10 Shareware)
  357. Multiple use program to clear screen (CLS) in a variety of ways.
  358. Requires DOS operating environment.
  359.  
  360. Purpose:  To clear the DOS environment screen in the directions up,
  361.      down, left, right, or random.  A neat alternative to the DOS
  362.      clear screen (CLS) command.
  363. Usage of Programs:  These programs may be used in a batch file or
  364.      at the DOS prompt.  INSTALL on the diskette will place these
  365.      programs either in the C:\DOS subdirectory or C:\DOSUTIL
  366.      subdirectory, which is referenced in your path statement.
  367.  
  368.  
  369. Copyright and Priveledges:  These programs are Copyrighted by 
  370.      Little Flock Ministries, P.O. Box 1704, Loveland, CO, 80539-
  371.      1704.  We are in no way associated with Colorado Memory Systems.
  372.      Please do not call or write to Colorado Memory Systems for
  373.      support or questions on this product. The programs are sent
  374.      out at the cost listed, which includes one free upgrade.  
  375.      The cost difference between each program reflects the time
  376.      invested by the author.  The total package can be purchased 
  377.      for $75, a savings of over $40 for individual licenses. 
  378.      Comments for improvement are greatly appreciated;
  379.      free software will be sent to the first customer whose
  380.      suggestion was used to improve Little Flock Ministries'
  381.      software.  Thank You!
  382.  
  383. Other Services:  No hassle and no headaches - let Little Flock
  384. Ministries do your offsite backups.  Data integrity guaranteed. 
  385. Please write to see if your company qualifies.  LFM will write
  386. programs for your needs under contract agreement.  We can also
  387. suggest ways to double the capacity of your hard drive.  Other
  388. miscellaneous consultation services are available at reasonable
  389. prices.  If you've been taken advantage of by some computer
  390. technicians, please give us a try!
  391.