home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / FREESTUF / Winx3217 / INSTALL.BAT < prev    next >
DOS Batch File  |  1998-04-01  |  183b  |  7 lines

  1. @echo off
  2. rem winbootdir should be set, but just to be safe, we default it
  3. if "%winbootdir% == "" then set winbootdir=c:\windows
  4. copy winx32.exe %winbootdir%
  5. regedit /s wx.reg
  6.  
  7.