home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 298.lha / Check4Mem / Check4Mem.doc < prev    next >
Text File  |  1980-12-01  |  777b  |  33 lines

  1. Check4Mem v2 (c) Copyright 1989 by Jonathan Potter
  2.  
  3. USAGE : Check4Mem <size> [-f|-c] [-s]
  4.  
  5.         <size>   Size of memory to check for in kilobytes
  6.         -f       Check for FAST memory
  7.         -c       Check for CHIP memory
  8.         -s       Check for segment memory
  9.  
  10.  
  11. Check4Mem allows you to check for a specified amount of memory with certain
  12. attributes from a batch file. If the requirements are not met, a returncode
  13. of 5 (WARN) is generated.
  14.  
  15. Example :
  16.  
  17.           Check4Mem 880 -s
  18.           If WARN
  19.             Echo "Not enough memory for RAD!"
  20.           Else
  21.             Echo "Mounting RAD.."
  22.             Mount RAD:
  23.             DiskCopy FROM DF0: TO RAD: NAME "Rad_Bench"
  24.           EndIf
  25.  
  26.  
  27. Jonathan Potter
  28. 3 William Street
  29. Clarence Park
  30. SA 5034
  31. Australia
  32. (08) 293 2788
  33.