Start_up for a spawned windx session

Started by John Spencer, June 09, 2021, 05:49:23 PM

Previous topic - Next topic

John Spencer

Can I supply a specific start_up program when using *windx.utl;spawn ?
Thank you.
John Spencer

Dave Fullerton

Hi John:

We use this in our menu to spawn new sessions

4145 call "*windx.utl;spawn",quo+local_dir$+"parms"+fid(0)+".txt"+quo,"",fid(0)

The txt file is treated as a program.

Hope this helps.

Regards

Dave Fullerton