Jump to content

Recommended Posts

Posted

Nologic, please stay. We all need you here. Don't be bothered by m0r0ñ$ who think they know everying. :lol:

ask your wife to translate this for you.

Pare tama na ang Drama, Autoit na tayo ulit!

Is your wife a Filipina??


Posted

I'll be here for a while yet, just kind of have a sour taste in my mouth over the last bit.

Heh and yes she is, very last bit of her. :)

She's a real charmer and easy on the eyes. :D

  • 1 month later...
Posted

i use this and it works , i hope that helps you..

ver 2.7.5.1

start /wait %systemdrive%\install\Applications\clonedvd\SetupCloneDVD2Slysoft.exe /S /noreboot

taskkill /IM SetupCloneDVD2.exe /F

REGEDIT /S "%systemdrive%\install\Applications\clonedvd\registretion\Key.CloneDvd

Posted
i use this and it works , i hope that helps you..

ver 2.7.5.1

start /wait %systemdrive%\install\Applications\clonedvd\SetupCloneDVD2Slysoft.exe /S /noreboot

taskkill /IM SetupCloneDVD2.exe /F

REGEDIT /S "%systemdrive%\install\Applications\clonedvd\registretion\Key.CloneDvd

This does not work - the reboot box still appears and because of the Start /wait command it never moves on to the taskkill command as the reboot box pauses SetupCloneDVD2.exe to wait for an answer.

Posted
set tagfile=\WIN51

for %%i 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 "%%i:%tagfile%" set CDROM=%%i:

start %cdrom%\xpcd\software\clonedvd\clonedvd.exe /S

start /wait %cdrom%\xpcd\software\clonedvd\sleep.exe 240

start /wait taskkill /F /IM "cloneDVD.exe"

start %cdrom%\xpcd\software\clonedvd\key.clonedvd

start /wait %cdrom%\xpcd\software\clonedvd\sleep.exe 10

start /wait taskkill /F /IM "RegCloneDVD.exe"

EXIT

This works in a batch-file. Sleep.exe is a program of the Microsoft "Resource Tool Kit" which you can find on a Win2k3 CD or you can download it from the Microsoft homepage. It simply let your PC wait for a defined amount of seconds, before proceding with the next command. So the installation can finish and the taskkill can close the Window.

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