home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / contac40.zip / CONT.BAT next >
DOS Batch File  |  1987-12-11  |  161b  |  6 lines

  1. echo off
  2. rem Set up PLOG to the file where phone logging will go.
  3. set PLOG=phone.log
  4. rem Call up the contact program, optional file system in %1
  5. contact %1
  6.