May 23, 200818 yr 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, 200818 yr by Aonike
May 23, 200818 yr Author 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.
May 24, 200818 yr 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, 200818 yr by Kelsenellenelvian
May 24, 200818 yr Author 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.
May 24, 200818 yr 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.
May 25, 200818 yr Author 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.
Create an account or sign in to comment