sockscape/client/deploy.bat

7 lines
316 B
Batchfile
Raw Normal View History

2017-05-15 18:19:32 +00:00
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