home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 July / Image.bin / FESTPLAT / VRAMDIR / VRAM109.EXE / install.bat next >
Encoding:
DOS Batch File  |  1996-12-01  |  437 b   |  9 lines

  1. md %windir%\asd
  2. copy vramdir.vxd %windir%\system\vramdir.vx_
  3. copy vramdir.cpl %windir%\system\vramdir.cp_
  4. copy vramdir.in_ %windir%\inf\vramdir.inf
  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. control vramdir.cp_
  9.