Jump to content

Copying a file after installing one.


Recommended Posts

Hello.

After browsing around a bit in these forums and on WPI's site, I didn't find any relevant information regarding a command for a straight copy of a file that could be placed in your config.js.

I'm wanting to do this for my installation of Opera 7.54, as my registration information is saved in a file in the program directory, and not in the registry.

Is there any way to do this aside from SFX-ing it and installing it like that?

Link to comment
Share on other sites


  • 4 months later...

xcopy works !!!!

cmd1[pn]=['%windir%\\system32\\xcopy /E /V /Q /Y "%cdrom%\\install\\$Progs\\$1\\*.*" "c:\\program files\\*.*"']

cmd2[pn]=['%windir%\\system32\\xcopy /E /V /Q /Y "%cdrom%\\install\\$Progs\\$11\\*.*" "c:\\windows\\*.*"']

cmd3[pn]=['%windir%\\system32\\xcopy /E /V /Q /Y "%cdrom%\\install\\$Progs\\$12\\*.*" "c:\\*.*"']

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