home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / wbauto10.zip / WBAUTO.TXT < prev   
Text File  |  1991-03-03  |  5KB  |  109 lines

  1.                      ┌──────────────────┐
  2.                      │   W B A U T O    │
  3.                      │  Ver 1.0  1991   │
  4.                      │  by Dick Koster  │
  5.                      └──────────────────┘
  6.  
  7.      If you are using the non-commercial version of WALL BLASTER
  8. supplied via the BBS's, you have noticed that the WBLASTER.ZIP file can
  9. only contain up to six (6) wallpaper *.BMP files.  If you have more
  10. than that, it becomes necessary to juggle files.
  11.  
  12.      This utility can run in the batch that initiates WINDOWS.  Its
  13. only interaction with the user is a series of "grumbles" if an error
  14. condition occurs (in which case it does nothing!).
  15.  
  16. The program assumes that you have more than one ZIP file containing six
  17. (or less) *.BMP wallpaper files.  These ZIP files "must" be named:
  18.  
  19.           PAPER01.ZIP
  20.           PAPER02.ZIP
  21.           PAPER03.ZIP   etc.  (up to 49 allowed thus far)
  22.  
  23. When the program runs "initially", there should NOT be any WBLASTER.ZIP
  24. file existing.  It will rename PAPER01.ZIP to WBLASTER.ZIP and exit.
  25.  
  26. The next (and succeeding) time the program runs, it will rename
  27. WBLASTER.ZIP back to its original PAPER??.ZIP name, and then grab the
  28. next PAPER??.ZIP file in sequence to rename as WBLASTER.ZIP.
  29.  
  30. When the last PAPER??.ZIP file is used, the cycle will commence once
  31. again with PAPER01.ZIP.
  32.  
  33. And that's all there is to it!  Now you can have numerous wallpaper
  34. files (in ZIPPED format) on the disk and cycle thru them automatically
  35. each time you run Windows.  The step-by-step procedure is outlined
  36. below:
  37.  
  38.                ───────────────────────────────
  39.  
  40. 1.   To make things easier, create a separate subdirectory off the
  41.      \WINDOWS\ directory to contain the PAPER?? and WBLASTER zip files.
  42.      Create your PAPER01.ZIP --> PAPER49.ZIP files using PKZIP in this
  43.      subdirectory.
  44.  
  45.      Do not leave any missing files (ie, PAPER01, PAPER03, PAPER04...)
  46.      or a program abort will occur.  Remember, only up to six *.BMP
  47.      files can be in any one PAPER??.ZIP file!
  48.  
  49. 2.   If the subdirectory that you created was:
  50.  
  51.                     \WINDOWS\WALL\
  52.  
  53.      ...this is the internal default for WBAUTO to locate the
  54.      files.  The command line to run the program would be:
  55.  
  56.                     WBAUTO
  57.  
  58.      Otherwise, when running the program, include the path to
  59.      your PAPER??.ZIP files on the command line as follows:
  60.  
  61.                     WBAUTO c:\windows\bmp
  62.  
  63.      Place this in your batch (or Autoexec.bat) file and execute it
  64.      before running Windows.  It is easier if WBAUTO.EXE is in the
  65.      Windows subdirectory, but it can be anywhere as long as your batch
  66.      file can locate it via the PATH statement or command line path
  67.      description.
  68.  
  69. 3.   Remember to edit the WIN.INI file as shown below to direct
  70.      WallBlaster where to find your WBLASTER.ZIP file.
  71.  
  72.                [WallBlaster]
  73.       ** --->  LibraryName=c:\windows\wall\wblaster.zip
  74.                TimerInterval=20
  75.                Bkgd=1
  76.                Quiet=1
  77.  
  78. 4.   One final thought.  In your batch file that runs Windows, if after
  79. you exit Windows you execute:
  80.  
  81.                     DEL *.BMP
  82.  
  83.      ...the current wallpaper file will be deleted.  This will save
  84. time the next time you run Windows in that time won't be wasted loading
  85. the last-used BMP file, displaying it, and then having WallBlaster
  86. remove it to load the next one.  Of course, this will remove all *.BMP
  87. files from the subdirectory, so it's wise to keep these suckers in
  88. another subdirectory and away from \WINDOWS itself!
  89.  
  90.           ───────────────────────────────────────────
  91.  
  92.      And that should do it.  If there are any problems or suggestions
  93. and you would like to contact me, write to the address below:
  94.  
  95.                          Dick Koster
  96.                        35 Guinevere Rd.
  97.                       N. Easton, MA 02356
  98.  
  99.  
  100.  ╔═══════════════════════════════════════════════════════════════╗
  101.  ║                                                               ║
  102.  ║                    LIMIT OF LIABILITY                         ║
  103.  ║                    ──────────────────                         ║
  104.  ║      The author disclaims all warranties, expressed or        ║
  105.  ║ implied and assumes no liability for damages either from its  ║
  106.  ║ direct use or as a consequence of its use.  Have you hugged   ║
  107.  ║ your backup today?                                            ║
  108.  ║                                                               ║
  109.  ╚═══════════════════════════════════════════════════════════════╝