home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mfil130a.zip / maxfile.bat < prev    next >
DOS Batch File  |  1995-06-05  |  719b  |  18 lines

  1. @echo off
  2. rem  This file will give you a quick start to MaxFile/2.  If you move
  3. rem  files emx.exe and or rsx.exe to another path, then change the
  4. rem  environment variables below.  Also, the line rsxotp=... should be
  5. rem  modifed for your setup.  It is presently set for 2mb (2048k of
  6. rem  EMS memory.  If you have more than that amount, change that
  7. rem  portion of the environment variable.
  8. rem  If you are using emx rather than rsx (XMS rather than EMS
  9. rem  memory), make sure that the path for emxtmp exists as EMX will
  10. rem  use this path to create (and delete) a swap file if it runs out
  11. rem  of memory.
  12.  
  13. set emxtmp=c:\tmp
  14. set emx=.\emx.exe
  15. set rsx=.\rsx.exe
  16. set rsxopt=-am -Rm2048 -p
  17. maxfile.exe
  18.