Page 2 of 2

Re: Tracking programming - File Management

Posted: Thu Sep 16, 2021 9:10 am
by Derek_Stewart
I have no problems with all the interrupts being shut down, if you are only wanting that programme running.

How do I load programmes from a networked QL with the QL NET connection?

Re: Tracking programming - File Management

Posted: Thu Sep 16, 2021 12:34 pm
by tofro
There's actually no reason why a job shouldn't be able to disable interrupts and do all other sorts of dirty stuff ;) (After all, CALLed programs run in the context of a job as well, it's just always their S*BASIC owner job - typically job 0). There might be some issues when you have an interrupt handler in the job which will crash the machine when you don't properly remove the handler on the end of the job (or force-remove it), but Marcel has shown a work-around somewhere in this forum, I believe.

Re: Tracking programming - File Management

Posted: Thu Sep 16, 2021 1:38 pm
by dilwyn
viewtopic.php?f=3&t=2151&p=39134&hilit=timer#p39134 (since it was my cock-up which Marcel kindly explained).