Jump to content

Recommended Posts

Posted

Hi,

I checked the helpfile and tried searching in the forums. I am working on a script that installs another app. I want to keep the setup file with my script so i can use it anywhere. I can't figure out how to use the @scripdir command. Can someone give me some guidance! Thanks.

Posted

Great Thanks.

Like the example you showed me. I can do the same thing with using the run command, right?

i.e.

run @scripdir + dddd.exe

Posted (edited)

Great Thanks.

Like the example you showed me. I can do the same thing with using the run command, right?

i.e.

run @scripdir + dddd.exe

It has to be:

run(@scriptdir & "dddd.exe")

JuraX

Edited by JuraX

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
×
×
  • Create New...