command-line args osx
Hi, I am just wondering, whether it is possible to process command line args given to a non-GUI standalone on OSX. If I deliver the function "main" what should it look like?? Thanx, Peter
Hi, I am just wondering, whether it is possible to process command line args given to a non-GUI standalone on OSX. If I deliver the function "main" what should it look like?? Thanx, Peter
On Sat, 17 Apr 2004 10:34:02 +0200, mod13@onlinehome.de wrote: > I am just wondering, whether it is possible to process command line > args given to a non-GUI standalone on OSX. > > If I deliver the function "main" what should it look like?? Try the variable SYS:*LINE-ARGUMENTS-LIST*. HTH, Edi.