myoung84 Posted January 31, 2006 Posted January 31, 2006 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
myoung84 Posted February 1, 2006 Author Posted February 1, 2006 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
Kelsenellenelvian Posted February 1, 2006 Posted February 1, 2006 Make a winrar sfx file that uses system veriables to place the file on the desktop.Then just run it.
myoung84 Posted February 1, 2006 Author Posted February 1, 2006 Make a winrar sfx file that uses system veriables to place the file on the desktop.Then just run it.I have no idea how to do that. Can you please explain. Sorry
Yungsters Posted February 1, 2006 Posted February 1, 2006 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 /YDesktop is %userprofile%\Desktop\ or %allusersprofile%\Desktop\.Program Files is %programfiles%\.Start Menu is %userprofile%\Start Menu\Programs\ or %allusersprofile%\Start Menu\Programs\.
Lost Soul Posted February 1, 2006 Posted February 1, 2006 heres a guide for you Make a winrar sfx file that uses system veriables to place the file on the desktop.http://www.msfn.org/board/index.php?s=&sho...ndpost&p=221631
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