Page 1 of 1
How to use JOBS
Posted: Wed Feb 19, 2014 11:01 am
by radastan
Hi all,
I am learning how to use JOBS from SuperBasic. I know JOBS command, but I can not find any reference of how to use RJOB and if there is any more command relative to manage jobs from SuperBasic.
Re: How to use JOBS
Posted: Wed Feb 19, 2014 11:29 am
by tofro
Oh, there's a whole bunch of commands around JOBS, being basically the core element of QDOS:
AJOB, RJOB, SJOB,....
You would want to read through the TK2 docs here
http://www.dilwyn.me.uk/pe/tk2.zip
Regards,
Tobias
Re: How to use JOBS
Posted: Wed Feb 19, 2014 1:04 pm
by radastan
¡Thanks!

Re: How to use JOBS
Posted: Wed Feb 19, 2014 5:06 pm
by radastan
Another question: ¿How can I launch a SuperBasic program as another job? ¿Is possible?
Re: How to use JOBS
Posted: Wed Feb 19, 2014 5:53 pm
by Mr_Navigator
I believe only with a Minerva ROM or SMSQ/e based system such as QPC2. Its in the manual(s)
Re: How to use JOBS
Posted: Wed Feb 19, 2014 6:25 pm
by dex
ECEX PIPEP under Minerva opens a new empty Basic process.
EXEC or EX of a SBasic program under SMSQ/E opens the program as a new job (opposite, LOAD opens program in the same job).
SBASIC opens new empty SBasic process under SMSQ/E.
Re: How to use JOBS
Posted: Wed Feb 19, 2014 6:53 pm
by tofro
For "plain old QL" users, there's a program called "MultiBasic" in the DIY Toolkit area ("Toolkits") on Dylwin's page. This does not allow concurrent running of S*Basic jobs, but allows to "freeze" a SuperBASIC program to a job, LRUN another one and come back to the first one with an "unfreeze" command.
(Nearly Multi-Tasking, just with slow task changes...

)
On the other hand, you can always compile your SuperBASIC programs using Turbo (free) or Q-Liberator (not free) and make them happily multi-task even on the most basic QL.
Tobias
Re: How to use JOBS
Posted: Wed Feb 19, 2014 9:59 pm
by radastan
Thanks to all.
It's very funny search for QL hints & tips and test it.
