home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / inves33a.zip / FUND.OVR / INSTALL2.BAT < prev   
DOS Batch File  |  1993-01-15  |  496b  |  33 lines

  1. echo off
  2. shift
  3. cls
  4. if "%3" == "2" goto deletes
  5. if "%3" == "3" goto deletes
  6. if "%3" == "5" goto deletes
  7.  %0
  8.  cd \
  9.  md %1
  10.  cd %1
  11.  copy %4
  12.  fund1
  13.  goto ends
  14. :deletes
  15.  %2
  16.  cd %6
  17.  ren fund.exe fund.ovr
  18.  del fund1.exe
  19.  del fstart.exe
  20.  %0
  21.  cd %1
  22.  del fund.exe
  23.  del fund1.exe
  24.  del install.exe
  25.  del fstart.exe
  26.  if "%3" == "2" funds %7 %8 %9
  27.  if "%3" == "5" funds %7 %8 %9
  28.  if "%3" == "5" %2
  29.  if "%3" == "5" cd %6
  30.  if "%3" == "5" del funds.cfg
  31.  if "%3" == "5" copy %5
  32. :ends
  33.