Jump to content

bucketbuster

Member
  • Posts

    651
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by bucketbuster

  1. I want to create shortcuts for calc.exe, mspaint.exe and notepad.exe in the Start Menu..

    (Start->Programs->Accessories->shortcut to calc.exe, mspaint.exe and notepad.exe).

    They are located in C:\WINDOWS\system32\

    How can I do that with a batchfile or another way?

  2. ENU_Q832483_MDAC_x86.EXE

    MDAC patch didn't get installed....

    What did I do wrong?

    This is what I did:

    I made an mdac.cmd and put it in the \i386\update folder.

    I also added a single line that says mdac.cmd under [setupHotfixesToRun] in svcpack.inf.

    I renamed ENU_Q832483_MDAC_x86.EXE to MDAC_TYP.exe and put it in $OEM$\$1\Install\hotfixes folder.

    This is what my mdac.cmd looks like:

    start /wait %systemdrive%\install\hotfixes\MDAC_TYP.exe /C:"dahotfix.exe /q /n" /q

    EXIT

  3. Sun Java 14203 didn't get installed...here's my entry in main_batch.cmd:

    ECHO.

    ECHO Installing Sun Java VM 1.4.2.03

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\SunJava\Java14203.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" REBOOT=Suppress

    btw. I renamed the downloaded javapackage to Java14203.exe and put it in C:\XPCD\$OEM$\$1\Install\Applications\SunJava\

×
×
  • Create New...