home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / zctl10_1.zip / SDS10B.DOC < prev    next >
Text File  |  1992-11-22  |  3KB  |  80 lines

  1. Program:        S3 Directory Storage (SDS)
  2. Date:           11/22/92
  3. Version:        1.00b (bug fix)
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To store the current drive and directory names to a file and then restore
  9. them later.
  10.  
  11. Install:
  12.  
  13. Put SDS.EXE in a directory somewhere that is included in your PATH statement.
  14. You must have a hard drive. 
  15.  
  16. Procedure:
  17.  
  18. Usage:   SDS [R] [W]
  19.  
  20.          SDS W  This writes the current drive and directory to a data file.
  21.          SDS R  This restores the drive and directory names that were
  22.                 specified in the data file that the "W" option created.
  23.                 
  24.         Note:   The program must be able to create a data file named S3DS.DAT
  25.                 in the C:\ directory in order to work.  This temporary file
  26.                 is deleted when the "R" option is run.  If you see this file
  27.                 in the root, don't panic.
  28.                 
  29. Example Batch File:
  30.  
  31.          @echo off              <- turn the DOS ECHO off
  32.          SDS W                  <- write the current info to disk
  33.          E:                     <- go to the E: drive
  34.          cd\newdir              <- change to the newdir directory
  35.          myprog.exe             <- run this program
  36.          SDS R                  <- go back to where we started from
  37.          
  38.          
  39.  
  40. History:
  41.  
  42.         v1.00b 11/22/92
  43.  
  44.         Ever have one of those moments?  I messed up the file input statements
  45.         for version 1.00 - one of those last minute brilliant ideas that you
  46.         forget to test & see if it works.  Needless to  say, the bug with
  47.         SDS R is toast.
  48.  
  49.         v1.00  11/20/92
  50.         
  51.         Initial release to shareware.
  52.         
  53.          
  54. Please Register Me:
  55.  
  56. SDS is shareware.  As such, you can use it for 30 days.  If you continue
  57. to use the program after this period, you must register it in order to continue
  58. using it legally.  SDS is $5 U.S. per copy. 
  59.  
  60. Please make payments in US Currency (no cash please) to:
  61.  
  62.         George Spafford
  63.         3001 Lakeshore Drive #329
  64.         Saint Joseph, MI 49085
  65.  
  66. Unless required, notification of receipt will not be sent.        
  67. Comments and/or questions are always welcome.  I can be reached via the mail,
  68. EXEC-PC or Queued Access:
  69.  
  70.         Queued Access BBS:  (616) 468-5026  USR Dual Std  19200-8-N-1
  71.  
  72. SDS IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO 
  73. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  74. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  75. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  76. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  77. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  78. TO USE THIS PROGRAM.
  79.  
  80.