home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / r / rxprio.zip / REXXPRIO.CMD < prev    next >
OS/2 REXX Batch file  |  1992-11-02  |  152b  |  6 lines

  1. /******/
  2. call rxfuncadd syssetpriority, rexxprio, syssetpriority
  3. rc = syssetpriority(2, 23)
  4. if rc = 0 then
  5.    say 'Priority successfully changed'
  6.