mikeylikesit Posted December 7, 2007 Posted December 7, 2007 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?
Valik Posted December 7, 2007 Posted December 7, 2007 (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 December 7, 2007 by Valik Homonym's are fun. Meh.
mikeylikesit Posted December 7, 2007 Author Posted December 7, 2007 hi all i just found this http://www.autoitscript.com/forum/index.ph...c=34805&hl=so i will let you know if it worked or not Hard work never killed anyone but why take the chance?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now