prathapml Posted August 12, 2004 Posted August 12, 2004 LOL, yeah he did, but the joy of it seems to have led you to double-post, maybe?
xb00t Posted August 12, 2004 Posted August 12, 2004 I just have to ask... again. If I put C:\WIN51IP won't the script look for the dir? Wouldn't it be better to put C:\boot.bin instead?
prathapml Posted August 12, 2004 Posted August 12, 2004 No, it won't necessarily look for the directory.And yes, it'd be a better option to look for "C:\WIN51IP.SP2" than any other.
raduking Posted August 13, 2004 Posted August 13, 2004 any idea how can I bundle this into the install CD ?C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Wallpaper1.bmpit's the converted current wallpaper
prathapml Posted August 14, 2004 Posted August 14, 2004 A search for the subject threw up this result - pre-set backgroundEnjoy!
clair Posted August 16, 2004 Posted August 16, 2004 can somebody have look on my batch please to make shure i did right...please
clair Posted August 16, 2004 Posted August 16, 2004 can somebody have look on my batch file just to make shure that i did right PLEASE!!!!!ANYBODYbatch.txt
prathapml Posted August 16, 2004 Posted August 16, 2004 Please don't just add in posts to an existing thread......Only replies to a previous post are normally posted in a running topic (such as this).You can start a new topic and post your batch-file - that way lots more people will see it, otherwise, most will simply skip reading a thread that they've already seen.
meagain35 Posted August 18, 2004 Posted August 18, 2004 Nice work.. To save some typing you might change your batch to something like this loop for finding your source. FOR %%I IN (D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z) DO ( IF EXIST %%I:\WIN51IP.SP1 SET CDROM=%%I:)Same for:FOR %%I IN(.blt,.cue,.diz,.eml,.iss,ETC,ETC...) DO ( ASSOC %%I=txtfile)
Reino Posted September 17, 2004 Posted September 17, 2004 sorry to bump into this rather already old topic, but I'd like to ask gosh something about Trick #3: Associate file types...REM ftype will also show all registered typesassoc .blt=txtfileassoc .cue=txtfileassoc .diz=txtfileassoc .eml=txtfileassoc .iss=txtfileassoc .log=txtfileassoc .md5=txtfileassoc .m3u=txtfileassoc .nbi=txtfileassoc .nfo=txtfileassoc .nt=txtfileassoc .pif=txtfileassoc .sam=txtfileassoc .sif=txtfileassoc .sfv=txtfileassoc *=txtfileWhat do you exactly mean by...REM ftype will also show all registered types...?and the last one: assoc *=txtfile...doens't this mean all other files will be associated to a txtfile? then...if I put your assoc commands in "filetype.cmd" for instance and I link that in "RunOnceEx.cmd" like this:ECHO.ECHO Associating File Typesstart /wait %systemdrive%\Install\filetype.cmdWhould that work?
r0sWell Posted September 17, 2004 Posted September 17, 2004 (edited) i wanted to use the 'association file types' method too, for my Unattended XP CD.in fact it simply doesn't work at all, for me here is what i use :assoc.bat is launched at the begining of my RunOnceEx.cmd :CLS@echo offREM ftype will also show all registered typesassoc .log=txtfileassoc .nfo=txtfileassoc .sfv=txtfileassoc .sif=txtfileassoc .srt=txtfileassoc .sub=txtfileassoc *=txtfileEXITpart from runonceex.cmd :REG ADD %KEY%\001 /V 2 /D "%systemdrive%\Install\assoc.bat" /fi suppose the method can work, my knowlegde in unattended cd creation is not enough advanced, but in my case it has no effect. Edited September 17, 2004 by r0sWell
r0sWell Posted September 17, 2004 Posted September 17, 2004 Rename your batch file to assoc.batoh, i made a type error, i edit my previous post.of course, it's assoc.bat and not assoc.cmd which is called in runonceex.cmdsorry
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now