----- Original Message -----
From: SF Talk <sftalk_at_forth.com>
To: SF Talk <sftalk_at_forth.com>
Sent: Tuesday, September 28, 1999 3:42 PM
Subject: Re: [sftalk] .exe write location?; middle mouse button?
> The exe is written in the current working directory when the PROGRAM
> command is executed. You may determine what this is by the command PWD
> which prints the working directory.
>
> You may also control where the exe is placed by specifying a path
> in the program statement, for example
>
> PROGRAM \MYPATH\FOO\DEEPER\BAR.EXE
>
> however, the path name may not contain spaces, since swiftforth is
> forth and uses blanks for parsing. If you really want a path with
> blanks, you may use
>
> TURNKEY-TOOLS +ORDER
>
> S" C:\MY LONG PATHNAME WITH BLANKS\SUBDIR\APP.EXE" (PROGRAM)
>
> but I find the syntax ugly
Yes, it is.
Thanks for that.
What about detecting the middle mouse button? Logitech's driver-config
program in Control Panel seems to intercept this message and convert it to
another.
Shaping
.
Received on Tue Sep 28 1999 - 19:50:33 PDT
Subscribe to our e-mail list service. It's free for all SwiftForth and SwiftX users!
This archive was generated 08-Feb-2012. Archive updated nightly.