home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / j / dos / j.bat < prev    next >
DOS Batch File  |  1992-10-22  |  127b  |  7 lines

  1. @echo off
  2. rem    j           Run J
  3. rem    j /s        Run J without the session manager
  4.  
  5. set DOS4G=quiet
  6. dos4gw j.le %1
  7.