Hi,
I have a problem with spaces in the Run() command.
The tips I found in the forum didn't help...
What I'm trying is this:
Run ($pgm_path & " " & $file, $work_dir, @SW_MAXIMIZE)
If the variable $pgm_path has spaces, Run won't work...
What can I do????
Peter