9 lines
277 B
Batchfile
9 lines
277 B
Batchfile
for /f %%i in ("%0") do set curpath=%%~dpi
|
|
cd /d %curpath%
|
|
|
|
cp Code\client\src\xcf\dojo\xcf.js C:\CFMaster\Code\client\src\xcf\dojo\xcf.js
|
|
cp server\nodejs\dist\all\nxappmain\serverbuild.js C:\CFMaster\server\nodejs\dist\all\nxappmain\serverbuild.js
|
|
|
|
stop_server.bat
|
|
start.bat
|