Charles Shattuck wrote:
> 
> I have an application where I would like to have one gforth program call
> other gforth programs.  I use a word like:
>    
>    s" gforth -m 1M ./interpret.fs -e go" system
> 
> which works fine in Linux.  In Windows 98SE I need to include the full
> path to gforth.exe, but it still works.  In Windows 2000 nothing seems
> to work.  I can't even get:
> 
>    s" dir" system   or   s" command /c dir" system
> 
> to work.  The error message is "dir: not found" or "/c: not found".

s" cmd /c dir" system

works on W2K.

s" cmd /c gforth ..." system

does funny things.  Maybe some problem coming from Gforth's terminal
handling?

- anton

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to