From: Jos v.d.V. <jo...@us...> - 2006-11-29 13:23:38
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3771 Modified Files: FloadCmdLine.htm Log Message: Jos: Made the DEX part a bit clearer. Index: FloadCmdLine.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/FloadCmdLine.htm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FloadCmdLine.htm 29 Aug 2006 10:31:46 -0000 1.6 --- FloadCmdLine.htm 29 Nov 2006 13:23:34 -0000 1.7 *************** *** 1,19 **** ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> ! <title> ! </title><style><!-- ! h1 { font-family: Tahoma; font-size: 24pt; font-weight: bold } ! h2 { font-family: Tahoma; font-size: 18pt; font-weight: bold } --> </style> </head> ! <body><h1 align="center"> ! <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> ! <img border="0" src="TELLUS.gif" align="left" width="32" height="32"></a> ! <img border="0" src="FORTHPRO.gif" ! width="32" height="32"> Win32Forth</h1> <hr /><h1>Experimental shell integration for Win32Forth </h1><hr /><br />FloadCmdLine allows compiling from the context menu. --- 1,15 ---- ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" /> ! <meta name="GENERATOR" content="DexH v03" /> ! <style type="text/css"> </style> + <title> + </title> </head> ! <body> <hr /><h1>Experimental shell integration for Win32Forth </h1><hr /><br />FloadCmdLine allows compiling from the context menu. *************** *** 21,41 **** <br />The CMenuExtender can be downloaded from: <a href="http://www.monctoncomputerservice.com/revenger_inc/download.html">here.</a> ! <p><b>How it works:</b> ! <br />1.Create a menu entry for Win32Forth using CMExtEd. ! <br />2.Name it Win32Forth. ! <br />3.Enter FloadCmdLine on the commandline in CMExtEd. ! <br />4.Use change to check it. ! <br />5.Be sure that Append file is active. ! <br />6.Make a copy of Win32for.exe ! <br />7.Compile FloadCmdLine.f with the <b>copied</b> Win32for.exe ! <br />8.Replace the Win32Forth with Win32Forth from the \src directory. ! <br />9.Then start the explorer and click right on a *.f file. ! <br />10.Choose Win32Forth. ! </p><p><b>Notes:</b> <br />1.Only testet under XP. <br />2.It is also possible to add WinEd to the context menu. ! Then leave the commandline in CMExtEd empty. </p><pre><b><a name="0">: FloadCmdLine ( - ) </a></b></pre><p> Compiles the file in the command line. ! </p><hr><p>Document $Id$</p> </body></html> --- 17,40 ---- <br />The CMenuExtender can be downloaded from: <a href="http://www.monctoncomputerservice.com/revenger_inc/download.html">here.</a> ! <p><b>How it works when Win32Forth is in c:\win32forth :</b> ! </p><br />1.Start CMExtEd. ! <br />2.Create a New item for Win32Forth using the Custom Command option. ! <br />3.Caption: Win32Forth. ! <br />4.Command: c:\win32forth\Win32for.exe ! <br />5.commandline: FloadCmdLine ! <br />6.Activate: Append file. ! <br />7.Icon: Choose a nice Icon and Click op OK ! <br />8.Use change to check it. ! <br />9.Fload c:win32forth\src\FloadCmdLine.f ! <br />10.Copy c:\win32forth\src\Win32for.exe to c:\win32forth\Win32for.exe ! <br />11.Overwrite the orginal version. ! <br />12.Then start the explorer and click right on a *.f file. ! <br />13.Choose Win32Forth. ! <p><b>Notes:</b> <br />1.Only testet under XP. <br />2.It is also possible to add WinEd to the context menu. ! Then leave the commandline in CMExtEd empty and activate: Append file. </p><pre><b><a name="0">: FloadCmdLine ( - ) </a></b></pre><p> Compiles the file in the command line. ! </p><hr /> </body></html> |