PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Start_up for a spawned windx session  (Read 1264 times)

John Spencer

  • Member
  • **
  • Posts: 7
    • View Profile
Start_up for a spawned windx session
« on: June 09, 2021, 05:49:23 PM »
Can I supply a specific start_up program when using *windx.utl;spawn ?
Thank you.

Dave Fullerton

  • Silver Member
  • ***
  • Posts: 35
    • View Profile
Re: Start_up for a spawned windx session
« Reply #1 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