August 12, 200422 yr LOL, yeah he did, but the joy of it seems to have led you to double-post, maybe?
August 12, 200422 yr 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?
August 12, 200422 yr 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.
August 13, 200422 yr 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
August 16, 200422 yr can somebody have look on my batch file just to make shure that i did right PLEASE!!!!!ANYBODYbatch.txt
August 16, 200422 yr 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.
August 18, 200422 yr 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)
September 17, 200421 yr 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?
September 17, 200421 yr 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, 200421 yr by r0sWell
September 17, 200421 yr 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
Create an account or sign in to comment