Cited URL
xcopy file, rename, suppress “Does xxx specify a file name…” message
SOLUTION1.(from stackoverflow)
There is some sort of undocumented feature in XCOPY. you can use:
xcopy "bin\development\whee.config.example" "c:\mybackup\TestConnectionExternal\bin\Debug\whee.config*"
SOLUTION2.(anthor way)
sFullPath= "D:\mVS2013\mVS2013Project\_mTest\_bin\data\texture\map\1.png"dFullPath= "E:\mNonExistence\CreateMeFirst\1.png"
XCOPY D:\cvx\engine_dev\Samples\MSNZS\client_mobile\AppMain\bin-debug\uiimg\chapter\1.png E:\_mTest\ResCom\uiimage\chapter\* /i
No comments:
Post a Comment