mox Posted March 6, 2005 Posted March 6, 2005 I call my silent installs from RunOnceEx, but I can change to a different method if need be. They are all self-installers with no parameters in a folder at the root of my cd. I install everything in that folder. Is there any way to set up a file to automatically scan that folder for files or to just go through the files in that folder through alphabetical order?The reason I ask is that I get tired of changing my RunOnceEx every time I make a change to my install folder at the root of my cd.
durex Posted March 6, 2005 Posted March 6, 2005 Search around this section and Unattended Windows.. I know Ive seen a couple people post up batches or vbscripts that do just what youre looking for.
mid Posted March 7, 2005 Posted March 7, 2005 Something like this in a batch file...for %%z in ("*.exe") do echo %%z
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