1. Re: parameters problem
- Posted by Jeffrey Fielding <JJProg at CYBERBURY.NET> Oct 01, 1998
- 716 views
Your code should work fine - all you have to do is run it with the filename
in double quotes. For example:
ex program "c:\windows\straw mat.bmp"
This will put the filename (without the quotes) in one element of
command_line(), so command line will look like this:
{"ex","program","c:\\windows\\straw mat.bmp"
Jeffrey Fielding
JJProg at cyberbury.net

