PxPlus User Forum

Main Board => Discussions => Thin Client/WindX => Topic started by: John Spencer on June 09, 2021, 05:49:23 PM

Title: Start_up for a spawned windx session
Post by: John Spencer on June 09, 2021, 05:49:23 PM
Can I supply a specific start_up program when using *windx.utl;spawn ?
Thank you.
Title: Re: Start_up for a spawned windx session
Post by: Dave Fullerton on June 09, 2021, 06:04:35 PM
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