Jump to content

Recommended Posts

Posted

DirCreate ("c:\WINDOWS\options\cabs")

If FileExists("c:\WINDOWS\options\cabs") Then

FileInstall ("C:\Documents and Settings\myname\Desktop\New Folder\cabs" , "c:\WINDOWS\options\cabs")

EndIf

im trying to make a script that will copy a bunch of drivers over right from the start before i start installing other programs it works when i run the script but for some reason it will not compile into and exe. any clue on how to do this?

thanks in advance -mike

Hard work never killed anyone but why take the chance?

Posted (edited)

You can't do this yet. There is no ETA on when FileInstall will support directories. You'll need to zip up the files you want and FileInstall the zip file, or add a FileInstall line for every single file you want.

Edited by Valik
Homonym's are fun. Meh.

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