home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / IVUPDAT2.ZIP / IVP17.ZIP / INSTALL.BAT next >
DOS Batch File  |  1993-01-29  |  1KB  |  40 lines

  1. @ECHO OFF
  2. cls
  3. echo  
  4. echo ■-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-■
  5. echo  Installation Program For The Instant Virus Production Kit 
  6. echo  (c) Admiral Bailey - Younsters Against McAfee 1993        
  7. echo  Installing from this directory to C:\IVP                  
  8. echo  If you got a problem with that then hit CTRL-BREAK and    
  9. echo  modify this batch file to work for you.                   
  10. echo ■-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-■
  11. echo  
  12. echo Mods by Night Crawler - PHALCON/SKISM '93
  13. echo  
  14. echo Mainly because ZIP bites!
  15. echo  
  16. pause
  17. echo  
  18. echo Now Making Directories ...
  19. md c:\ivp
  20. md c:\ivp\routines
  21. md c:\ivp\examples
  22. md c:\ivp\docs
  23. echo  
  24. echo Now UnLZHing Files ...
  25. echo  
  26. lha e ivp.lzh c:\ivp\
  27. lha e c:\ivp\routines.lzh c:\ivp\routines\
  28. lha e c:\ivp\examples.lzh c:\ivp\examples\
  29. lha e c:\ivp\docs.lzh c:\ivp\docs\
  30. echo Now Erasing UnWanted Files ...
  31. del c:\ivp\routines.lzh
  32. del c:\ivp\examples.lzh
  33. del c:\ivp\docs.lzh
  34. cls
  35. echo Enjoy ...
  36. echo  
  37. echo                            Admiral Bailey [YAM]
  38. echo  
  39. pause
  40.