sockscape/client/deploy.bat
2017-05-15 13:19:32 -05:00

7 lines
316 B
Batchfile

mkdir \\aroltd.com\aroltd\scape
mkdir \\aroltd.com\aroltd\scape\bin
copy /y /b index.html \\aroltd.com\aroltd\scape
copy /y /b error.html \\aroltd.com\aroltd\scape
copy /y /b style.css \\aroltd.com\aroltd\scape
copy /y /b bin\scape.js \\aroltd.com\aroltd\scape\bin
copy /y /b bin\lib.js \\aroltd.com\aroltd\scape\bin