Jump to content

Best way to install files remotely


Recommended Posts

I have a list of about 20+ scripts that I need to run in succession, one after the other, as well as allow the user to select which script to run. I figure the best way to do this is to first install all the files remotely, then invoke a master script that will call all of them in succession ( I would use PSTools to call it remotely).

My question is, what would be the best way to install this 20+ exe's to the remote machine?

Thanks!

Link to comment
Share on other sites

I have a list of about 20+ scripts that I need to run in succession, one after the other, as well as allow the user to select which script to run. I figure the best way to do this is to first install all the files remotely, then invoke a master script that will call all of them in succession ( I would use PSTools to call it remotely).

My question is, what would be the best way to install this 20+ exe's to the remote machine?

Thanks!

You can include the files in the copiled executable, and it will be extracted and installed at runtime, providing that does not violate licensing. Or just invoke/call them from a network share, etc.

My personal preference would be to recode the 20+ scripts as #include files containing functions, then include and call them in the master script. Takes some effort to resolve Local/Global variable naming, etc., but much more easily maintained thereafter.

Hope that helps. :)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...