Jump to content

registry mechanic trouble


kalle_mod

Recommended Posts

I did it in this way.

@REG DELETE "HKCR\http\shell\open\command" /ve /f

@start /wait rminstall.exe /SILENT

@REG ADD "HKCR\http\shell\open\command" /ve /d "\"C:\Program Files\Internet Explorer\iexplore.exe\" -nohome" /f

Link to comment
Share on other sites

  • 3 weeks later...

Hi again, I'm still having trouble with the Move command :(

set PP=%systemdrive%\install\

...

MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exe

It says "the syntax of the command is incorrect."

anyone who can help me out?

btw. It works great with the silent install of registry mech :) thx!

Kalle

Link to comment
Share on other sites

Hi again, I'm still having trouble with the Move command :(

set PP=%systemdrive%\install\

...

MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exe

It says "the syntax of the command is incorrect."

Kalle

You "eat" a backslash

MOVE /Y %PP%\Applications\u*******.exe %programfiles%\u*******\u*******.exe

:)

Link to comment
Share on other sites

Hi again, I'm still having trouble with the Move command :(

set PP=%systemdrive%\install\

...

MOVE /Y %PP%Applications\u*******.exe %programfiles%\u*******\u*******.exe

It says "the syntax of the command is incorrect."

Kalle

You "eat" a backslash

MOVE /Y %PP%\Applications\u*******.exe %programfiles%\u*******\u*******.exe

:)

Funny because start /wait %PP%Applications\Firefox-Silent.exe works just fine :P

Anyway I'll try different things like move and xcopy now and be back later with the results :)

Kalle

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