January 3, 200521 yr Author yesterday i got the same idea... but i only used the command line... ...i will have a try laterimport cmd and run... okay
January 3, 200521 yr Author wtf?äh... whats the differenz between 64kb or 144kb64 = Ie144 = qbfcalways...i found something interessting:*EDIT*...Programm is buggy.. under my system it doesn't work very good.. i converted it in virtual maschine and than it works... wtf? **** it...
January 4, 200521 yr Author I dont understand that crap...in windows the exe works fine... while installtion nothing happen... ****
January 4, 200521 yr I dont understand that crap...in windows the exe works fine... while installtion nothing happen... ****What are you referring to? Batch compiled to an exe using QBFC?
January 4, 200521 yr Author yes... the batches are working... (everytime)the compiled exe of the batch files (if they work) - WORK! gg (after a 2. or 3. try of compiling)the EXE work in WINdows... NOT while installtionso in commandlines setupparms etc. the exe doesn't work... *?* !
January 4, 200521 yr why dont u post your bat file so we can take a look at it.something tells me there is something wrong with your coding.
January 4, 200521 yr Quick Batch File Compiler is not working all the time. Sometimes your compilation works, sometimes it doesn't. I don't write the code directly in Quick Batch File Compiler. I write my code on notepad and save it as .bat, and open it with Quick Batch File Compiler, and compile it. I don't know why, but writing the code directly gives me problem most of the time. It is a bug, I think.
January 4, 200521 yr Author you want batches...okay1. Batch (T-12)CMDOW @ /HID@ECHO OFFSTART /WAIT BOOTCFG /RAW "/bootlogo /noguiboot" /A /ID 1START /WAIT LABEL SYSTEMSTART /WAIT SUBST H: "%USERPROFILE%\EIGENE DATEIEN"EXIT2. Batch (RunOnce @ T-9)CMDOW @ /HID@ECHO OFFFOR %%C IN (C: 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 %%C\WIN51 SET CDROM=%%CFOR %%M IN (%SYSTEMROOT%\EHOME\) DO IF EXIST %%M\EHSHELL.EXE SET REGMCE=REGSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installation der letzten Komponenten - %DATE%" /F%REGMCE% ADD %KEY%\010 /VE /D "WXP HOTFIX - KB885523" /F%REGMCE% ADD %KEY%\010 /V 1 /D "%CDROM%\$OEM$\PROGS\EXE\KB885523.EXE /Q /N /Z" /F%REGMCE% ADD %KEY%\015 /VE /D "MCE HOTFIX - KB888316" /F%REGMCE% ADD %KEY%\015 /V 1 /D "%CDROM%\I386\SVCPACK\KB888316.EXE /Q /N /Z" /F%REGMCE% ADD %KEY%\020 /VE /D "UPDATEROLLUP 1 - KB873369" /F%REGMCE% ADD %KEY%\020 /V 1 /D "%CDROM%\I386\SVCPACK\MC05UPD1.EXE /Q /N /Z" /FREG ADD %KEY%\022 /VE /D "Autologin - KNARZ" /FREG ADD %KEY%\022 /V 1 /D "REGEDIT /S %CDROM%\$OEM$\$$\TEMP\LOGIN.REG" /FREG ADD %KEY%\025 /VE /D "TuneUp Utilities 2004" /FREG ADD %KEY%\025 /V 1 /D "%CDROM%\$oem$\progs\msi\tuneup.msi ALLUSERS=1 INSTALLDIR=%ProgramFiles%\System\TuneUp /passive" /FREG ADD %KEY%\030 /VE /D "Microsoft Office 2003 Professional" /FREG ADD %KEY%\030 /V 1 /D "%CDROM%\$OEM$\OFFICE11\SETUP.EXE TRANSFORMS=KNARZ.MST /QB-" /FREG ADD %KEY%\035 /VE /D "Temp-Ordner leeren" /FREG ADD %KEY%\035 /V 1 /D "%CDROM%\$OEM$\$$\TEMP\TUNEUP.VBS" /FREG ADD %KEY%\036 /V 1 /D "%CDROM%\$OEM$\$$\TEMP\CLEAN.CMD" /FEXIT____________________________3. BATCH (T-9 Secound Xlpode install)CMDOW @ /HID@ECHO OFFFOR %%C IN (C: 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 %%C\WIN51 SET CDROM=%%C%CDROM%\$OEM$\PROGS\XPLODE\XPLODE.EXE /XML:"#XPLODE#\XPLODE2.XML"EXIT____________________________4. Batch (Cleanup under Runonce)CMDOW @ /HID@ECHO OFFRD /S /Q "%PROGRAMFILES%\COMPLUS APPLICATIONS"RD /S /Q "%PROGRAMFILES%\MICROSOFT FRONTPAGE"RD /S /Q "%PROGRAMFILES%\MEDIA PLAYER CLASSIC"RD /S /Q "%PROGRAMFILES%\MOVIE MAKER"RD /S /Q "%PROGRAMFILES%\MSN GAMING ZONE"RD /S /Q "%PROGRAMFILES%\NETMEETING"RD /S /Q "%PROGRAMFILES%\ONLINE-DIENSTE"RD /S /Q "%PROGRAMFILES%\XEROX"START /WAIT RD %TEMP% /S /QSTART /WAIT MD %TEMP% /S /QEXIT__________________________FOR QBFC:i only use the content... without the following commands...CMDOW @ /HID@ECHO OFFEXITif echo or not...makes no difference...---------------using: qbfc;load cmd -> delete lines -> compile...copy cmd lines -> paste in qbfc -> compile...write in qbvd -> compile...nothing worked during installtion...best way would be to let the cmds, cmds... with cmds all works fine.. but i hate this popup window... grrrr...
January 4, 200521 yr Why do you still add this?CMDOW @ /HIDYou don't need that if you are using the "Ghost" feature. Also, I don't add the "EXIT" command at the end of my batch file if I compile it on QBFC.
January 4, 200521 yr Author FOR QBFC:i only use the content... without the following commands...CMDOW @ /HID@ECHO OFFEXIT
January 4, 200521 yr haha!! sorry i wasn't reading. Try adding echo in between lines. Or maybe spaces.
Create an account or sign in to comment