Re: .exe write location?; middle mouse button?

From: Rick VanNorman <rvn_at_forth.com>
Date: Tue, 28 Sep 1999 13:22:57 -0700

>From: shaping_at_bigfoot.com
>
>How do I determine where an .exe file is placed? They don't seem to be
>written to the directory containing the source.

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

Rick

.
Received on Tue Sep 28 1999 - 13:22:57 PDT


Subscribe to our e-mail list service. It's free for all SwiftForth and SwiftX users!

This archive was generated 09-Feb-2012. Archive updated nightly.