Jump to content

Would anyone like a script that....


Would anyone like to see a script which slipstreamed SP1, created the winnt.sif and created all need files for a unatteneded CD.  

71 members have voted

  1. 1. Would anyone like to see a script which slipstreamed SP1, created the winnt.sif and created all need files for a unatteneded CD.

    • Yes
      51
    • No
      4


Recommended Posts

Hey Guys i am bored so i thought i might create a script that copied your windows xp disk to your HDD,then slipstream SP1 or SP2 to your XPCD and add all your files and did all setup information for you and all you need to do is edit the winnt.sif when its done to add your cd-key etc... and put all needed files in a folder called xpsetup (e.g. DirectX9b, WMP9, MM2 etc...)

to save time for you people. :)

Link to comment
Share on other sites


Wow finally someone has answered my prayers, i love it when someone else does the work cant wait 4 u to finish, BTW what apps will u be doing?

Does Anyone know a 'working' link to a list of all the fixes in order after winXP SP1a

Also can someone help me with the Intel App Accel and Intel Chipset Drivers in and unattended install along with the Nvidia drivers

Thanks

Link to comment
Share on other sites

you mean create a folder somethere (anydrive) place the script in that folder then copy your xpcd to the folder called xpsetup and then in the same folder crate folders called DirectX9b MSN6 etc and then it would make the unattended CD and also make it bootable and ready to burn cd

Link to comment
Share on other sites

@dave xp

SET CDROM=

IF EXIST D:\win51p* SET CDROM=D:

IF EXIST E:\win51p* SET CDROM=E:

IF EXIST F:\win51p* SET CDROM=F:

IF EXIST G:\win51p* SET CDROM=G:

IF EXIST H:\win51p* SET CDROM=H:

IF EXIST I:\win51p* SET CDROM=I:

IF EXIST J:\win51p* SET CDROM=J:

IF EXIST K:\win51p* SET CDROM=K:

etc... etc....

P.S I hope your not pinching my idea...lol... :newbie: :ow:

Link to comment
Share on other sites

@dave xp

SET CDROM=

IF EXIST D:\win51p* SET CDROM=D:

IF EXIST E:\win51p* SET CDROM=E:

IF EXIST F:\win51p* SET CDROM=F:

IF EXIST G:\win51p* SET CDROM=G:

IF EXIST H:\win51p* SET CDROM=H:

IF EXIST I:\win51p* SET CDROM=I:

IF EXIST J:\win51p* SET CDROM=J:

IF EXIST K:\win51p* SET CDROM=K:

etc... etc....

P.S I hope your not pinching my idea...lol...  :newbie:  :ow:

that what i thought fisrt time but i get "cannt perform cyclo" copy or something like that.?

:)

Link to comment
Share on other sites

@DAVEXP

Here you go this works i have tried it

CLS
@ECHO OFF
:START
ECHO ESTABLISHING CD-ROM DRIVE

SET CDROM=A
IF EXIST D:\I386\WINNT.exe SET CDROM=D:
IF EXIST E:\I386\WINNT.exe SET CDROM=E:
IF EXIST F:\I386\WINNT.exe SET CDROM=F:
IF EXIST G:\I386\WINNT.exe SET CDROM=G:
IF EXIST H:\I386\WINNT.exe SET CDROM=H:
IF EXIST I:\I386\WINNT.exe SET CDROM=I:
IF EXIST J:\I386\WINNT.exe SET CDROM=J:
IF EXIST K:\I386\WINNT.exe SET CDROM=K:

if %CDROM%==A GOTO :CD_ERR
ECHO YOUR CD-ROM DRIVE IS %CDROM%
XCOPY %CDROM% D:\tmp /Q /E /H

ECHO PERFORMING THE REST OF THE SCRIPT

:END
:: <---TAKE THE PAUSE OUT ONCE YOU HAVE ESTABLISHED THE CODE WORKS
PAUSE
EXIT

:CD_ERR
ECHO NO_CDROM
GOTO :END

hope this helps dave

and remember send me the code/script before you post it on here, cheers mate

Lee

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...