January 31, 200620 yr 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
February 1, 200620 yr Author 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
February 1, 200620 yr Make a winrar sfx file that uses system veriables to place the file on the desktop.Then just run it.
February 1, 200620 yr Author 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
February 1, 200620 yr 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\.
February 1, 200620 yr 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
Create an account or sign in to comment