home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / mtw16301.zip / FILE.ICM < prev    next >
Text File  |  1996-02-09  |  514b  |  33 lines

  1. IF VIDEO == VGA
  2. /c autostar.grp autostar.gri /V9
  3. progman.ini progvga.cmd
  4. ELSE
  5. /c autostar.grp autostar.gri /V9
  6. progman.ini progsvga.cmd
  7. ENDIF
  8.  
  9. IFENV TEMP XX
  10. /c autostar.grp autostar.gri /V9
  11. ENDIF
  12.  
  13. IFEXISTENV TEMP
  14. /c autostar.grp autostar.gri /V9
  15. ENDIF
  16.  
  17. IFEXISTFILE FILE.ICM
  18. /c autostar.grp autostar.gri /V9
  19. ENDIF
  20.  
  21.  
  22. ;
  23. ; We can use environment variables and userdefined $() too
  24. ; even create new one
  25. $(MONITOR) := VGA
  26.  
  27.  
  28. IF $(MONITOR) == $(_MONITOR)
  29. progman.ini progsvga.cmd
  30. ENDIF
  31.  
  32.