home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / disk / wfv / wfv.doc next >
Encoding:
Text File  |  1993-02-10  |  1.8 KB  |  53 lines

  1.  
  2.         WFV (WaitForValidation) v1.0 Copyright (C) 1993
  3.                    by Bob McDowell (1:280/13)          
  4.                       All Rights Reserved.
  5.  
  6.       Permission is hereby granted to freely redistribute
  7.  
  8.                  Docs (what there are of them)
  9.                   by Roger Walker (1:280/222)
  10.  
  11. Ever had your system crash and then hang upon the subsequent reboot
  12. because a drive (or two) didn't have time to Validate?
  13.  
  14. WFV to the rescue!
  15.  
  16. WFV is a small (8992 bytes) utility that sits in your 'C' directory.
  17. Place it in your s:startup-sequence and it waits for all VOLUMEs to be 
  18. validated before exiting (and allowing your startup-sequence to 
  19. continue).
  20.  
  21. WFV ONLY polls VOLUMES so things like weird devices/handlers, etc.
  22. won't fool it. WFV will start at one end of the list, and poll that 
  23. drive once per second until it returns Validated. It then moves onto
  24. the next Volume in the list, etc., etc., until there are no more to be 
  25. found. It then releases the CLI/Shell and allows your script file
  26. (s:Startup-sequence) to continue on its merry way.
  27.  
  28. USAGE:  WFV       (prints each volume to the CLI/Shell launched from)
  29.  
  30.    or:  WFV >NIL: (if you don't want it to open a CLI/Shell)
  31.  
  32. It is strongly recommended that you place it early in your startup-sequence,
  33. but AFTER SetPatch. On a 'standard' (no error) reboot here on my system, 
  34. it adds about 1 second of additional time to load, poll all drives, and 
  35. exit (10 Volumes, 1.2G).
  36.  
  37. Workbench v2.0 (or above) is recommended, but the author doesn't think
  38. there should be any problems under v1.3. Be FOREWARNED however, that it
  39. has NOT BEEN TESTED under Workbench v1.3.
  40.  
  41.  
  42. STANDARD DISCLAIMER:
  43.  
  44. This program works on both Bob's system and my own, and works flawlessly.
  45.  
  46. It is NOT GUARANTEED TO DO ANYTHING OTHER THAN OCCUPY SPACE ON *YOUR* HARD
  47. DRIVE. 
  48.  
  49. Written w/SAS [v6.2]
  50.  
  51. 10-Feb-93
  52. [eof]
  53.