newlisp arguments and interactive mode

For the Compleat Fan
Locked
Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

newlisp arguments and interactive mode

Post by Dmi »

Suppose the file test.lsp is:

Code: Select all

(set 's (parse (read-file (main-args 2))))
When I run

c:\> newlisp test.lsp somefile.txt

newlisp executes test.lsp, then trying to execute somefile.txt and gots an error.

Is there a way to tell in test.lsp that interacrive mode should be invoked w/o interpreting next cmdline arguments?
WBR, Dmi

Locked