Return to Snippet

Revision: 38149
at December 27, 2010 07:08 by organicit


Initial Code
echo off
mkdir NewProject
cd NewProject
mkdir js
mkdir css
mkdir img
copy /y NUL index.php >NUL
copy /y NUL js\app.js >NUL
copy /y NUL css\default.css >NUL

Initial URL


Initial Description


Initial Title
Create skeleton web project

Initial Tags


Initial Language
DOS Batch