home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / nosaa107.zip / readme.cmd < prev   
OS/2 REXX Batch file  |  1999-11-11  |  263b  |  11 lines

  1. /**/
  2.  PARSE SOURCE . . CallName;
  3.  SlashPos = LASTPOS( '\', CallName);
  4.  InfName = LEFT( CallName, SlashPos)'nosaadm.inf';
  5.  
  6.  PARSE ARG Section;
  7.  IF (STRIP(Section) = '') THEN
  8.     Section = 'OS/2 Netlabs Open Source'
  9.  
  10.  '@START VIEW' InfName '"'Section'"';
  11.