aerain Posted October 15, 2004 Posted October 15, 2004 Hello, All!I am new to this issue and I can't think of a better way to spend my time! I am experimenting at this time and I have a question: What is the command-line code to move a folder from one location to another? Example: During the last phase of my unattended installation, I have a folder named SpecialDrivers. I want to move that to the root of C: so it will be going from D:\SpecialDrivers to C:\SpecialDrivers.Thanks!
jrf2027 Posted October 15, 2004 Posted October 15, 2004 You could just xcopy the folder.This command works for me:xcopy /E /Y /Q "D:\SpecialDrivers\*.*" "C:\SpecialDrivers\*.*"
tjhart85 Posted October 15, 2004 Posted October 15, 2004 If 'D' refers to the CDROM drive, you could also have placed SPECIALDRIVERS into the $1 directory on the Unattended disc, then it would be copied during installation.
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