From: Jos v.d.V. <jo...@us...> - 2006-11-29 13:23:10
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3377 Modified Files: floadcmdline.f Log Message: Jos: Made the DEX part a bit clearer. Index: floadcmdline.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/floadcmdline.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** floadcmdline.f 27 Jul 2006 07:21:10 -0000 1.5 --- floadcmdline.f 29 Nov 2006 13:22:58 -0000 1.6 *************** *** 10,29 **** \ *W <a href="http://www.monctoncomputerservice.com/revenger_inc/download.html">here.</a> ! \ *P \bHow it works:\d ! \ ** \n1.Create a menu entry for Win32Forth using CMExtEd. ! \ ** \n2.Name it Win32Forth. ! \ ** \n3.Enter FloadCmdLine on the commandline in CMExtEd. ! \ ** \n4.Use change to check it. ! \ ** \n5.Be sure that Append file is active. ! \ ** \n6.Make a copy of Win32for.exe ! \ ** \n7.Compile FloadCmdLine.f with the \bcopied\d Win32for.exe ! \ ** \n8.Replace the Win32Forth with Win32Forth from the \src directory. ! \ ** \n9.Then start the explorer and click right on a *.f file. ! \ ** \n10.Choose Win32Forth. \ *P \bNotes:\d \ ** \n1.Only testet under XP. \ ** \n2.It is also possible to add WinEd to the context menu. ! \ ** Then leave the commandline in CMExtEd empty. in-system --- 10,33 ---- \ *W <a href="http://www.monctoncomputerservice.com/revenger_inc/download.html">here.</a> ! \ *P \bHow it works when Win32Forth is in c:\win32forth :\d ! ! \ ** \n1.Start CMExtEd. ! \ ** \n2.Create a New item for Win32Forth using the Custom Command option. ! \ ** \n3.Caption: Win32Forth. ! \ ** \n4.Command: c:\win32forth\Win32for.exe ! \ ** \n5.commandline: FloadCmdLine ! \ ** \n6.Activate: Append file. ! \ ** \n7.Icon: Choose a nice Icon and Click op OK ! \ ** \n8.Use change to check it. ! \ ** \n9.Fload c:win32forth\src\FloadCmdLine.f ! \ ** \n10.Copy c:\win32forth\src\Win32for.exe to c:\win32forth\Win32for.exe ! \ ** \n11.Overwrite the orginal version. ! \ ** \n12.Then start the explorer and click right on a *.f file. ! \ ** \n13.Choose Win32Forth. \ *P \bNotes:\d \ ** \n1.Only testet under XP. \ ** \n2.It is also possible to add WinEd to the context menu. ! \ ** Then leave the commandline in CMExtEd empty and activate: Append file. in-system |