From: Jos v.d.V. <jo...@us...> - 2008-09-16 04:18:46
|
Update of /cvsroot/win32forth/win32forth/apps/Internet/WebServer In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16946 Modified Files: WebServer.F Log Message: Jos: Updated to the current state of Win32Forth Index: WebServer.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Internet/WebServer/WebServer.F,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** WebServer.F 16 Aug 2008 13:31:35 -0000 1.5 --- WebServer.F 16 Sep 2008 11:18:40 -0000 1.6 *************** *** 80,88 **** create-turnkey? [IF] - in-console - \ and create the application &forthdir count &appdir place \ in the Forth-directory ! 0 0 ' www-server APPLICATION WebServer.exe 1 pause-seconds bye --- 80,86 ---- create-turnkey? [IF] \ and create the application &forthdir count &appdir place \ in the Forth-directory ! ' www-server SAVE WebServer.exe 1 pause-seconds bye |