home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / myboyhos.zip / COMM.BAT next >
DOS Batch File  |  1989-11-29  |  967b  |  19 lines

  1. echo off
  2. dir PATH1\*.msg >PATH2\msg.lst
  3. dir PATH3\*.* >PATH4\file.lst
  4. dir PATH5\*.* >PATH6\free.lst
  5. boyan
  6.  
  7. NOTE:  Path1=path to where you keep your messages.  Path2=path to where
  8.        you want the list of messages kept.  Path3=path to files you have
  9.        available for download.  Path4=path to where list of files for
  10.        d/l is kept.  Path5=your upload path  Path6=path to where you
  11.        have the file free.lst.  I recommend Paths 2,4, and 6 all be the
  12.        same and to be the same directory where host.bsc resides, ex:
  13.        C:\Boyan or C:\Comm or whatever your setup is.  You can make your
  14.        upload, download, and message directories subs off your main
  15.        boyan directory if you want, but it isn't necessary.  Just be
  16.        sure paths to the different file names match here and in
  17.        host.bsc. After substituting the correct path names in, DELETE
  18.        all these comments from NOTE down before running this batch file.
  19.