4 lines
69 B
Batchfile
4 lines
69 B
Batchfile
|
call ..\paths.bat
|
||
|
mkdir %PluginsDir%
|
||
|
copy vm\*.qvm %PluginsDir%
|
||
|
pause
|