7 lines
316 B
Batchfile
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
|