Jump to content

Question - Help Please


Drew
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...