Answer the question
In order to leave comments, you need to log in
Why writes Invalid number of parameters?
There is a script, the essence of which is to copy the necessary files from one source to another
. The script itself looks like this:
chcp 65001
@echo off
set src_folder="G:\.x\Free\__World\.MG\dirfiles\dir"
set dst_folder=C:\New\
for /f "tokens=*" %%i in (File-list.txt) DO (
xcopy /S/E/y/i "%src_folder%\%%i" "%dst_folder%\%%i"
)
facedata\武侠男\胡子模型库\Textures\rw_xxxx.dds
facedata\武侠男\胡子模型库\Textures\胡子b02.DDS
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question