home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nosac106.zip / readme.cmd < prev   
OS/2 REXX Batch file  |  1999-11-11  |  261b  |  11 lines

  1. /**/
  2.  PARSE SOURCE . . CallName;
  3.  SlashPos = LASTPOS( '\', CallName);
  4.  InfName = LEFT( CallName, SlashPos)'nosac.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.