From: George H. <geo...@us...> - 2013-03-07 16:41:39
|
Update of /cvsroot/win32forth/win32forth/src/Compat In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22853/src/Compat Modified Files: Evolve.f Log Message: Newest setup.exe plus updated evolve.f for ((createprocess)) Index: Evolve.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Compat/Evolve.f,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Evolve.f 16 Nov 2009 23:14:30 -0000 1.11 --- Evolve.f 7 Mar 2013 16:41:36 -0000 1.12 *************** *** 127,131 **** : zEXEC \ replace by zEXEC-CMD or zEXEC-CMD-WAIT depending on your needs ( a1 -- f1 ) \ execute a command line ! count [CreateProcess] ; deprecated \ since a long time : ` \ replace by SHELL --- 127,131 ---- : zEXEC \ replace by zEXEC-CMD or zEXEC-CMD-WAIT depending on your needs ( a1 -- f1 ) \ execute a command line ! count ((CreateProcess)) ; deprecated \ since a long time : ` \ replace by SHELL |