Aonike Posted May 23, 2008 Posted May 23, 2008 (edited) Let's say I want to copy the contents of the folder "F:\something" and I want to choose which drive to copy it to. How would I do that?Thanks in advance,Robin Edited May 23, 2008 by Aonike
Aonike Posted May 23, 2008 Author Posted May 23, 2008 xcopy [source] [destination]Well, that's not really what I meant. I want to be able to choose whoch folder/drive. Like, when I start the installation, it asks me where I want to install it. I don't want any pre-defined destination.
Kelsenellenelvian Posted May 24, 2008 Posted May 24, 2008 (edited) OH it depends on the app. Most apps you cannot denote the path without using a script like auto-it. :S (Gets pretty hard there)As for the ones that can you can try /? to see the way to do it. Edited May 24, 2008 by Kelsenellenelvian
Aonike Posted May 24, 2008 Author Posted May 24, 2008 I think you misunderstood me abit again It's no installation of a program. I'm just going to copy some files, but I want the user to be able to select where he/she wants them to be copied.
Kelsenellenelvian Posted May 24, 2008 Posted May 24, 2008 Oh thats easy just put them in a winrar sfx file. When executed it will bring up dialog asking where you want the files to be extracted to.
Aonike Posted May 25, 2008 Author Posted May 25, 2008 Thank you. I'll try that. The SFX archive can be customized a little bit, so I think it'll be nice. I'll post later.
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