Dumb A** question,
but I am assuming that the guide will work exactly the same for a win2000 installation with changes (xp/win2k) as appropriate, obviously?
Posted 28 June 2005 - 03:34 AM
Posted 28 June 2005 - 09:57 AM
This post has been edited by DLF: 28 June 2005 - 01:24 PM
Posted 29 June 2005 - 01:25 AM
Posted 29 June 2005 - 08:52 AM
Quote
Posted 29 June 2005 - 04:23 PM
@echo off TITLE Creating ISO Image of Windows XP Professional ECHO. ECHO Removing any possible attributes set on D:\MS_OS\XPCDPROSP2 and its subfolders... attrib -R -H D:\MS_OS\XPCDPROSP2 /S /D ECHO. ECHO Creating ISO... CDIMAGE.EXE -lWXPFPP_EN -t12/31/2002,12:00:00 -h -j1 -m -bxpboot.img D:\MS_OS\XPCDPROSP2 D:\sp2WXPFPP_EN.ISO ECHO. PAUSE EXIT