home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / j / j.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-22  |  127 b   |  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.