# # This is an example of application resource file # # # C= DOS name of the program dosname="TestApp" # C= DOS type, USR is preferred, but PRG/SEQ might be used here dostype=USR # GEOS file type, currently only APPLICATION progtype=APPLICATION # GEOS Class field class="Class" # GEOS Author field author="Maciej Witkowiak" # GEOS Note field note="This is C prog compiled with cc65 and GEOSLib." # GEOS version field version="V1.0" # GEOS screenmode - for 40/80 columns for GEOS 64/128 #screenmode=0 # if date is commented-out - current will be used #day=9 #month=3 #year=0 #hour=5 #minute=55