Jump to content

Install a directory of files, including subdirs


Recommended Posts

  • Developers

Or is there a better method of installing multiple files, directories and subdirectories?

Thanks

When you have a lot of files you could put them in an self extracting exe and FileInstall() that after which yu run it.

:lmao:

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

The way I do it is by cheating a little bit.

1) I create a self extract zip file using 7 zip

2) FileInstall() to include the self extract .exe with my script

3) RunWait function to start the self extract .exe

I hope this help you or give an idea....

Edit JdeB type faster than me :lmao:

Edited by Danny35d
AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
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...