| |
|
| Add the following entry to your Autoexec.bat: |
Add the following entry to your Autoexec.bat: |
| |
|
| SET GFORTHPATH=<your gforth source directory>:. |
SET GFORTHPATH=<your gforth source directory>;. |
| |
|
| Use / instead of \ in your gforth source directory. Another problem |
Use / instead of \ in your gforth source directory. Gforth now uses |
| is, that Gforth uses : as path separator, and DOS pathes may look like |
';' as path separator, so you won't have problems DOS pathes that may |
| D:/gforth. Sorry, there is no workaround for this now. |
contain ':', which is the default path separator in Unix. |
| |
|
| For paper documentation, print gforth.ps (a Postscript file (300dpi |
For paper documentation, print gforth.ps (a Postscript file (300dpi |
| fonts, i.e., it works, but does not produce best quality on better |
fonts, i.e., it works, but does not produce best quality on better |