home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / MAKEREXX.ZIP / makeinit.cmd < prev    next >
OS/2 REXX Batch file  |  1992-10-12  |  167b  |  9 lines

  1. /* makeinit.cmd - create directories required for makerexx and
  2.           create the MAKEREXX.INI file.
  3. */
  4. '@MD CMD'
  5. '@MD XXX'
  6. '@MD REX'
  7. call 'MAKEREXX' 'INIT'
  8. exit
  9.