home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / file / randomcopy0_91.lha / RandomCopy / Randomcopy.readme < prev    next >
Encoding:
Text File  |  1994-11-21  |  1.1 KB  |  38 lines

  1. Short: Rnd copy from pattern(#?) to dest file. OS2.0
  2. Type: util/cli
  3. Uploader: crandall@garnet.msen.com
  4. Author: crandall@garnet.msen.com
  5.  
  6. Now version .91
  7.  
  8. Given a pattern, will select one random file and copy it to the specified
  9. file.
  10.  
  11. Originally  written  with  random  wbpatterns in mind.  Could be other
  12. uses, such as fortune cookies or quotes.  Maybe a slideshow?
  13.  
  14. Suggested usage would be go like this:
  15.  
  16. randomcopy FROM prefs:presets/patterns/~(#?.info) TO env:sys/wbpattern.prefs
  17.  
  18.  When  executed  in  your  startup-sequence, a random pattern would be
  19. selected for the workbench.  This could also be a palette, pointer, or
  20. set of fonts.
  21.  
  22. Update includes support for
  23.  
  24.    CLONE  Copies comment, date, and protection bits.
  25.    BUFFER Sets size of copy buffer.
  26.   MINWAIT \
  27.   MAXWAIT  Ability to wait definable times between copies.
  28. LONGBREAK  /
  29.  USETICKS /
  30.  
  31. Also, ReadArgs has been utilized for more reliable argument parsing.
  32.  
  33.  
  34. A  minor  update to fix a random seed problem.  A seed can be saved to
  35. the  S:   directory  by  specifing  a "RNDFILE" keyword on the command
  36. line.   This  is  to  get  a  better  random-ness  to users without an
  37. internal clock.
  38.