Re: command_line() help
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 15, 2001
- 424 views
Karl Bochert writes: > Is it possible to get the actual line that invoked my Euphoria program? There's a C routine in the WIN32 API: LPTSTR GetCommandLine(VOID) It returns a pointer to a 0-terminated command-line string. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com