From: Jos v.d.V. <jo...@us...> - 2006-02-03 19:02:06
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19346/doc Added Files: FloadCmdLine.htm Log Message: Dexfile for FloadCmdLine.f --- NEW FILE: FloadCmdLine.htm --- <?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. <br />Use CMenuExtender v1.2.1.2 to create a new context entry. <br />The CMenuExtender can be downloaded from: <br />http://www.monctoncomputerservice.com/revenger_inc/download.html <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.Compile FloadCmdLine.f with Win32Forth. <br />7.Save Win32Forth in a tempory directory and leave Win32Forth. <br />8.Replace the Win32Forth in your Win32Forth 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> |