home *** CD-ROM | disk | FTP | other *** search
/ Dr. Watson 2.0 / DRWATSON2.iso / UTILS / VRAMDIR.106 / MSQVRAM.ZIP / install.bat < prev    next >
DOS Batch File  |  1996-07-26  |  401b  |  8 lines

  1. copy vramdir.vxd %windir%\system\vramdir.vx_
  2. copy vramdir.cpl %windir%\system\vramdir.cp_
  3. copy vramdir.in_ %windir%\inf\vramdir.inf
  4.  
  5. echo HKLM, Software\"Virtual Software"\VRAMDIR, TEMP,, "%temp%" >> %windir%\inf\vramdir.inf
  6. echo HKLM, Software\"Virtual Software"\VRAMDIR, TMP,, "%tmp%" >> %windir%\inf\vramdir.inf
  7. RunDll setupx.dll,InstallHinfSection DefaultInstall 2 %windir%\inf\vramdir.inf
  8.