| View previous topic :: View next topic |
| Author |
Message |
QTPie Guest
|
Posted: Sat May 31, 2008 12:00 am Post subject: how to run a program with script (install program) |
|
|
I`m trying to install a dvd program.
I can't seem to get this to execute?!
tried several ways but it will not let me.
every thing after the first line works great!
I just can't get the first line to work.
| Code: |
runwait, %A_ScriptDir%\DVDFabPlatinum.exe ; program to be installed
MsgBox Program installed ! Now for the Crack!
FileCopy, %A_ScriptDir%\Crack, C:\Program Files\DVDFab Platinum 4\*.* ,1 ; over write all files
runwait C:\Program Files\DVDFab Platinum 4\dvdfab.reg ; works
MsgBox Program has been cracked! Double Click on "DVDFab Platinum 4" on your desktop!
Exit
|
I must be doing something silly
I want the script to run the installer program and then continue after it is completed
Thanks for the help. |
|
| Back to top |
|
 |
PurloinedHeart
Joined: 04 Apr 2008 Posts: 209 Location: Canada
|
Posted: Sat May 31, 2008 12:02 am Post subject: |
|
|
| Quote: |
MsgBox Program installed ! Now for the Crack!
|
 |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1145 Location: The Interwebs
|
Posted: Sat May 31, 2008 7:02 am Post subject: |
|
|
What exactly is the problem? Is the program not executing? Is the script continuing before it's done? Is the script not continuing at all?
Details, please!  |
|
| Back to top |
|
 |
pt80chip
Joined: 27 Feb 2008 Posts: 20
|
Posted: Sat May 31, 2008 8:59 am Post subject: |
|
|
Oh this is great. Why don't you announce to everyone in the open source community that you are using pirated software! You either have a unique sense of humor or very little foresight. I'm surprised you got an answer at all (' ')
Laughing |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sat May 31, 2008 4:34 pm Post subject: |
|
|
| Sorry, but in some countries (like mine) it is illegal to assist in any copyright violation. So donīt expect much help. |
|
| Back to top |
|
 |
|