home *** CD-ROM | disk | FTP | other *** search
/ The Selectware System / IBM57.ISO / tim10000 / start.bat < prev   
DOS Batch File  |  1990-08-21  |  489b  |  24 lines

  1. echo off
  2. cls
  3. sg_mem 256
  4. if errorlevel 1 goto smallmem
  5. goto mem_ok
  6.  
  7. :smallmem
  8. sg_notes 461 581 701
  9. echo .
  10. echo Not enough memory to run the demo.
  11. echo You need at least 256K bytes free.
  12. goto done
  13.  
  14. :mem_ok
  15. echo Loading Timberline Software Demo...
  16. echo.
  17. echo (c) Copyright 1989 Timberline Software Corp.
  18. echo Portions (c) Copyright 1987 Software Garden, Inc.
  19. echo All Rights Reserved
  20. rtdemo2 menu -mem 80
  21. echo Thank you for your interest in Timberline Software
  22.  
  23. :done
  24.