Jump to content

Copy folder to Desktop


Recommended Posts

At my WPI screen, i would like to be able to check a box and copy a single folder or file to the desktop of the default user. Is this possible and how would i incorporate it into my config file. I use this disc on multiple computers and want to be able to copy different folders from the dvd to a desktop folder, and also the same with serials in txt files.

Thanks

Link to comment
Share on other sites


Nobody?

I think what I really need is a cmd file that I can execute from my WPI Install screen that would copy a folder from my XPDVD, to a folder like Porgram files or desktop. I would also like to copy a shortcut to that program in the start menu and or desktop. Is any of this possible with a simple .cmd file? Any help is appreciated, I have read alot but am still a noob!

Thanks in advance

Link to comment
Share on other sites

Here, try placing this in a file.cmd.

MD "Folder\To\Copy\Files\To"

XCOPY "Files\Are\In\This\Folder\*" "Folder\To\Copy\Files\To\" /E /Y

Desktop is %userprofile%\Desktop\ or %allusersprofile%\Desktop\.

Program Files is %programfiles%\.

Start Menu is %userprofile%\Start Menu\Programs\ or %allusersprofile%\Start Menu\Programs\.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...