Jump to content

Recommended Posts

Posted

What I need to do , is FileInstall multiple files into the script. Quite a few. Well , all but 2 end in .dll as their name.

Is there a way to do something like this: FileInstall( @DeskTopCommonDir& "\D2War_Files\*.dll", ........... etc.)

Making it FileInstall everything in folder -> D2War_Files that end in .dll?

I've looked in the helpfile and tried a few things , none putting forth much but errors.

If this is possible , please help.

Posted (edited)

I knew that :D , I typed my example in haste; thanks for the reply none-the-less.

But aside from that... Is there a way of going about this without having to do an individual FileInstall Line for every .dll file?

Theres quite a few.

Edited by Drew
Posted

Just a thought.. But what if you used FileInstall with say, rar.exe, and a files.rar. Then your script extracts both of them when it's run, and Run()'s the rar.exe. That way you could have all the files extract where they are needed.

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