################################################ # 2021/02/24 - PsychDOS 0.0.1 - Timer_PsychDOS # ################################################ For a while now, PsychDOS has been using a Timer to look at the Active File ("CONFIG\ACTVFILE.CFG") and have Lables print-out what the default viewer and editor will be used if the appropriate buttons were clicked on the Workbench. However, I felt that it was doing too much every second and so I moved the code over to Ffile's Btn_Ok and Fmain's LOAD. Ffile and Fmain are VBDOS forms. The size of PSYCHDOS.EXE went up about 20KB, but it should run better on older hardware.