This might be a good place to start: http://www.jsoftware.com/jwiki/Guides/Standalone_Applications .
On 11/27/07, efittery <[EMAIL PROTECTED]> wrote: > > > I am looking for informtion on how to make a j executable that will > process > command line arguments. > > As an example the file test is: > > ----------------------------- > #!/home/efittery/bin/jconsole > testValue =: 'doing test' > echo testValue > > exit '' > > ----------------------------- > > to execute the file test, you just type ./test (in unix that is ). > > this will display: > > doing test > > ----------------------------- > > How can you pass an argument in to ./test to initialize testValue for > display? > -- > View this message in context: > http://www.nabble.com/command-line-parsing%2C-posix-style-tf4092894s24193.html#a13975345 > Sent from the J Programming mailing list archive at Nabble.com. > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
