Jump to content

Can someone?


duhu

Recommended Posts

k, ive downloaded cd-switch but i cant get it to work. Heres what i want:

-after the setup, the guirunonece starts up the start.cmd batch wich install some apps and some tweaks, and i want to ask me to insert the second cd, on wich i have the WPI apps wizard, but i dont know the codeline to write, so plss help!!

The first cd has the XPCD1 label

The second cd Has the WPICD2 labe

I have more than one optical unit

I have copied cdswitch.exe in my $OEM$\$$\System32\

I want that when the second cd is insered the autorun to start

thx

Link to comment
Share on other sites


Try:

cdswitch WPICD2 /g:XPCD1 /d /r:*DRIVE*\autorun.exe /rw

WPICD2 = disc to be inserted

/g:XPCD1 = detect drive holding this disc and use it

/d = suppress autorun

/r... = launch a program. *DRIVE* refers to the disc you just inserted. So if you want to launch "D:\autorun.exe" use this. You have to manually launch the AutoRun-stuff.

/rw = will make CDswitch wait for the launched program to exit. This way GUIRunOnce won't continue.

Edited by Nanaki
Link to comment
Share on other sites

I used the CDswitch generator and it gives me this code line :

cdswitch XPCD2 /g:XPCD1

Where do i put this? should i put this line here

ECHO.

ECHO. Importing Reg Tweaks

REGEDIT /S %systemdrive%\install\regtw.reg

ECHO.

ECHO. Importing WinRar registration

REGEDIT /S %systemdrive%\install\rarreg.reg

ECHO.

ECHO. Importing Services tweak

REGEDIT /S %systemdrive%\install\serv.reg

ECHO.

ECHO. Importing Cosmetics tweak

REGEDIT /S %systemdrive%\install\cosm.reg

ECHO.

ECHO. Disabling Win File Protection

REGEDIT /S %systemdrive%\install\dwfp.reg

ECHO.

ECHO. Changing logon screen

REGEDIT /S %systemdrive%\install\log.reg

ECHO.

ECHO Aplic crack-ul - Nu trebuie sa faci nimic.Se va aplica si inchide

ECHO singur

start /wait wpa.exe

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\install

ECHO.

ECHO. Introdu CD-ul 2

cdswitch XPCD2 /g:XPCD1 ------here

EXIT

?

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...