rline Posted October 28, 2007 Posted October 28, 2007 (edited) Ok my really bad and sad mistake, i used the wrong words just to be more especific, and i didn't saw the whole rules because i was too excited to start my unattended project.If the mods wants to banned me i will understand, in both ways this will not happen again. Again sorry for this and if you could and want help me would be greatok... i using WPI 6.2, i allready installed an app and i want to copy one file to the app path, i use the FILECOPY command but the file that i want to copy doesn't overwrite the old one.. i doing something wrong? FILECOPY "%wpipath%\Install\app\app.exe" %systemroot%\Program files\app /yany idea? Edited October 28, 2007 by rline
PC_LOAD_LETTER Posted October 28, 2007 Posted October 28, 2007 Hi everybody, this is my first post in this great site, Kelsenellenelvian WPI rocks!!! great job .ok... i using WPI 6.2, i allready installed Flashget and i want to copy the .exe cracked file to the flashget path, i use the FILECOPY command but the flashget.exe (cracked) doesn't overwrite the old one.. i doing something wrong? FILECOPY "%wpipath%\Install\Flashget\flashget.exe" %systemroot%\Program files\FlashGet /yany idea?txs in advancedReported. Moderator smackdown in 3... 2... 1...
rline Posted October 28, 2007 Author Posted October 28, 2007 (edited) Edited October 28, 2007 by rline
lawrenca Posted October 30, 2007 Posted October 30, 2007 @rline,FILECOPY "%wpipath%\Install\app\app.exe" %systemroot%\Program files\app /yDoes the folder "app" already exist on the destination - %systemroot%\Program files\app?If not, you will have to create the directory first,MAKEDIR "%systemroot%\Program files\app" then copy the file...you will also need quotes if there are spaces in your path. See this post for more info.FILECOPY "%wpipath%\Install\app\app.exe" "%systemroot%\Program files\app" /yYou could also just do a DIRCOPY...See this post for more info.
rline Posted October 30, 2007 Author Posted October 30, 2007 Hi lawrenca, txs for your help, i allready check your info but nothing changes but i solved the problem with a SFX file txs againcya
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now