home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BBSDOOR2.ARJ / PIKV2_1.ZIP / PICK.DOC < prev    next >
Text File  |  1994-12-17  |  4KB  |  80 lines

  1.  
  2.  
  3.                             P I C K - O N E
  4.                                 v2.01
  5.                  Written by JL Enterprizing Software (c) 1994
  6.                       This program is public domain
  7.                         no fee or payment for use.
  8.  
  9.            This program is presented AS IS!! No guarantee or 
  10.            warranty of any kind except to take up disk space. 
  11.          
  12.           This program will take a list of screens and select 
  13.             a screen at random for the list.  Then copy and 
  14.             rename the selected file to any other directory 
  15.                                 and file name.
  16.  
  17.                 Use this to generate randomly selected screens
  18.                 for your welcome screens or to randomly select
  19.                 a screen for your bluewave reader :)
  20.  
  21.          You can use this program with different configuration files
  22.          for different applications.
  23.  
  24.          Limits are: no more than 500 screens in the random selections
  25.          
  26.          Pick-One will also check for the existance of ASC and AVT
  27.          screens that may exist in the same directory as the selected
  28.          screen with the same name. If one or both are present then
  29.          they too will be copied and named <outputfile>.ASC and/or
  30.          <outputfile>.AVT. Confused? All this means is that the AVT
  31.          and ASC screens will also be copied and moved IF they are
  32.          there.
  33.  
  34.          You must have a configuration file to run Pick-One.  The
  35.          configuration file structure is as follows:
  36.  
  37.          First Line: Path and name of the output file
  38.  
  39.          Next Lines up to 500:Path and names of files that you want
  40.                               to use for selections.  Pick-One will
  41.                               use this list of file names to randomly
  42.                               select one to be copyied and renamed to
  43.                               the output file.
  44.  
  45.          A sample configuration file is included with this pack that
  46.          you can edit and use.
  47.  
  48.          Thats it!! Just call Pick-One from your BBS batch file when
  49.          ever you want a new screen selected.
  50.  
  51.               Address your comments to:      John Lewis
  52.                                              Back Woods BBS
  53.                                              Fido 1:170/702
  54.                                                   1:170/1
  55.                                              (918) 757-4162
  56.  
  57.         v1.04   First release, tried to make it simple and quick.
  58.  
  59.         v1.05   Added larger buffers to speed up copy and move routines.
  60.                 Fixed bug that in error routine that would wait for a
  61.                 key press before continueing, real annoying when running
  62.                 from a batch file, kinda hangs up the board all day. :)
  63.  
  64.         v1.06   Fixed bug in *.AVT screens.  For some reason avitar
  65.                 screens will not copy correctly when using sequential
  66.                 access files.  Rewrote file copying and renaming routines
  67.                 to binary file access, also added routine to change output
  68.                 file date and time stamp to that of the orginal.
  69.  
  70.         v2.01   Added routines to clean out the old screens before
  71.                 copying.  Seems that if there were mixed sceens to choose
  72.                 from (some with Avatar and Ascii and some with only Ansi)
  73.                 the old Avatar and Ascii screens were remaining if the 
  74.                 newly selected screen was only Ansi.  Also fixed problem
  75.                 if target file didnot exist, like at startup.
  76.                 
  77.  
  78.                  **    Pick-1 was written using PDS v7.1   **
  79.  
  80.