home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 16 / AmigaOS_LeserCD16_02.bin / CD_System / ShowPPC / docs / RandomScan.readme next >
Text File  |  2001-10-30  |  805b  |  21 lines

  1. A random slideshow for Show.
  2. ============================
  3.  
  4. RandomScan generates a list of random files for Show (or another programm).
  5.  
  6. Template:
  7.     RandomScan DIR,G=GETDIR/S,P=PATTERN/K,N=NUMFILES/K/N,F=OUTPUTFILE/K,
  8.                V=VERSION/S,S=STATS/S,DB=DEBUG/S,VB=VERBOSE/S
  9.  
  10.     DIR             : The directory path of files (default is current).
  11.     G=GETDIR/S      : If ON, a file requester will appear to choose the path.
  12.     P=PATTERN/K     : The pattern for files (default '#?').
  13.     N=NUMFILES/K/N  : The number of files (default 100).
  14.     F=OUTPUFILE/K   : The output file name for the generated list (default 'T:randomscan.lst').
  15.     V=VERSION/S     : Display the version of the program.
  16.     S=STATS/S       : Display some stats.
  17.     DB=DEBUG/S      : Display some error diagnostics.
  18.     VB=VERBOSE/S    : Self-explanatory...;)
  19.  
  20.  
  21.