home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / software / windows / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-08-22  |  216 b   |  17 lines

  1. @echo off 
  2. if dummy%temp%dummy==dummydummy goto no_var
  3. goto oke
  4.  
  5. :no_var
  6. set TEMP=c:
  7. copy installb.bat %temp%\ 
  8. %temp%\installb.bat
  9. goto end
  10.  
  11. :oke
  12. copy installb.bat %temp% 
  13. %temp%\installb.bat
  14.  
  15. :end
  16.  
  17.