|
Chuck,
I have sometimes had problems getting launch to work as
I want so I now use this method which seems to work every time:
SET VAR vLaunchProg TEXT =
NULL
SET VAR vLaunchParams TEXT = NULL SET VAR vLaunch TEXT = NULL SET VAR vLaunchProg = 'c:\progra~1\irfanview\i_view32.exe' SET VAR vLaunchParams = + ('d:\MusicImages\_' + (sget( (ctxt(.vLastEdit)),3,1)) + '99\fle' + + (ctxt(.vLastEdit)) + '.snd/thumbs') SET VAR vLaunch = (.vLaunchProg & '|' & .vLaunchParams) LAUNCH .vLaunch Note the DOS format for the path and the full program
name.
I suspect that the ampersands could be replaced with
plusses in the concatenation of the two halves of the launch variable but as it
works I've haven't bothered.
Regards,
Alastair.
|
- [RBG7-L] - Launch & Excel Macros Chuck_Finley
- [RBG7-L] - Re: Launch & Excel Macros Alastair Burr
