Win32Forth
Experimental shell integration for Win32Forth
FloadCmdLine allows compiling from the context menu.
Use CMenuExtender v1.2.1.2 to create a new context entry.
The CMenuExtender can be downloaded from:
here.
How it works when Win32Forth is in c:\win32forth :
1.Start CMExtEd.
2.Create a New item for Win32Forth using the Custom Command option.
3.Caption: Win32Forth.
4.Command: c:\win32forth\Win32for.exe
5.commandline: FloadCmdLine
6.Activate: Append file.
7.Icon: Choose a nice Icon and Click op OK
8.Use change to check it.
9.Fload c:win32forth\src\FloadCmdLine.f
10.Copy c:\win32forth\src\Win32for.exe to c:\win32forth\Win32for.exe
11.Overwrite the orginal version.
12.Then start the explorer and click right on a *.f file.
13.Choose Win32Forth.
Notes:
1.Only testet under XP.
2.It is also possible to add WinEd to the context menu.
Then leave the commandline in CMExtEd empty and activate: Append file.
: FloadCmdLine ( - )
Compiles the file in the command line.
Document $Id: FloadCmdLine.htm,v 1.8 2007/05/26 10:24:11 dbu_de Exp $