; This BIGBRO.TSK patch contains two parts: ; ; 1. Change the number of the 1st job to regulate. For example, at ; Erskine, this job is job #6 so that BIGBRO leaves the 1st five ; jobs at their system-startup priority. ; ; 2. Change the [p,pn] where BIGBRO will look for the file "FILES2.OPN", ; the file that contains the list of "files to open". This patch ; only works for three character PPNs. (If three characters are too ; few for your PPN, edit BIGBRO.MAC changing the data stored at the ; address "FILNAM:" (at the bottom) to whatever filespec you need. ; Then compile and task build). RUN $ONLPAT Command file name? File to patch? BIGBRO.TSK File found in account [1,28] Base address? 0 Offset address? 3110 Base Offset Old New? 000000 003110 000006 ? 8. ; New 1st job to regulate (Include ".") 000000 003112 010003 ? ^Z ; CTRL/Z for new offset Offset address? 5323 Base Offset Old New? 000000 005323 133 ? \' ;Display characters (Backslash, single quote) 000000 005323 '[ ? 000000 005324 '1 ? '2 ;(Single quote, 2), etc. 000000 005325 ', ? '5 000000 005326 '2 ? ', ;Changed PPN from [1,28] to [25,7] 000000 005327 '8 ? '7 000000 005330 '] ? ^C ;Uparrow "C" to install the patch. Patch complete 1 patch installed Command file name? ^Z ;CTRL/Z if done.