newlisp arguments and interactive mode

Started by Dmi, November 28, 2005, 12:21:30 AM

Previous topic - Next topic

Dmi

Suppose the file test.lsp is:
(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