home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / vcdrom10.zip / REGISTER.BAT < prev    next >
DOS Batch File  |  1997-02-16  |  785b  |  44 lines

  1. @echo off
  2. rem Fichier créé par Mister WIL le 16/02/97
  3. rem Enregistre le logiciel Virtual CD-Rom 1.0
  4. cls
  5.  
  6. if not exist win.ini goto error
  7. if exist 2CD259.cfg del 2CD259.cfg
  8. if exist V22C69.drv del V22C69.drv
  9. if exist C2D65f.sys del C2D65f.sys
  10. vcdrom10.exe -o >NUL
  11. del vcdrom10.exe
  12. echo.
  13. echo The registration has been succesfully installed.
  14. echo.
  15. echo Don't forget to replace the section [VCDROM] in your WIN.INI
  16. echo.
  17. echo.
  18. echo Have a cool WORK !!!
  19. echo.
  20. echo.
  21. echo                                        Mister WIL
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo.
  28. echo.
  29. echo.
  30. echo.
  31. echo.
  32. pause
  33. del register.pif
  34. del register.bat
  35. goto fin
  36.  
  37. :error
  38. echo An error has occured.
  39. echo Please launch this batch file only in the Windows directory.
  40.  
  41. :fin
  42. echo.
  43. pause
  44.