12-17-2022, 12:37 AM
This code didn't work either:
Code: (Select All)
f$ = "scrnsave.scr"
g$ = _CWD$
h$ = g$ + "\" + f$
If _FileExists(h$) Then
Print h$
Shell _Hide h$
End If
End