@REM This file spawns runnable WebSite from source code, resources, and server scripts.
@REM
@REM Legend: "REM" stands for comments.
@REM         "rem" is a switch. UNrem its line if task is required.
@REM
mkdir ..\Engine
@rem mkdir ..\Engine\Resources
@rem mkdir ..\Engine\GS
@REM
javac -d ..\Engine WUCircle.java
@rem javac -d ..\Engine Globals\*
@rem javac -d ..\Engine Approximations\*
@REM
@rem copy Resources\*.*  ..\Engine\Resources  /Y
copy index.htm ..\Engine\index.htm /Y
@REM
pause




Copyright_C_2008_Landkey_Computers.txt