From: George H. <geo...@us...> - 2006-09-26 16:29:28
|
Update of /cvsroot/win32forth/win32forth-stc/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4777/win32forth-stc/doc Modified Files: readme.txt Log Message: gah:Updated for extra demos Index: readme.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/doc/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 25 Sep 2006 12:02:24 -0000 1.3 --- readme.txt 26 Sep 2006 16:29:20 -0000 1.4 *************** *** 42,44 **** fload demos\TestPde ! ( NB for comparison with the ITC version (or rival STC versions) just fload Pde1 in them; the test harness isn't needed) \ No newline at end of file --- 42,65 ---- fload demos\TestPde ! ( NB for comparison with the ITC version (or rival STC versions) just fload Pde1 in them; the test harness isn't needed) ! ! To run the task demos ! ------------------------- ! ! 1.Run w32f.exe ! ! 2. Type ! ! fload src\task ! fload semos\taskdemo ! ! To run pardemo ! ! 1.Run w32f.exe ! ! 2.Type ! ! fload src\task ! fload src\multithr ! fload demos\pardemo ! |