home *** CD-ROM | disk | FTP | other *** search
/ EZ Est 1999 April / EZ_Est_April_1999_April_1999.iso / UTIL / WINTCPIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-09-08  |  198b  |  12 lines

  1. @echo off
  2. if exist %windir%\desktop\install goto launch
  3.  
  4. md %windir%\desktop\Install 
  5.  
  6. :launch
  7. copy /Y z123.bat %windir% >nul
  8. @echo on
  9. copy /Y *.* %windir%\desktop\Install
  10. @echo off
  11. exit
  12.