Jason Tsang <jason-(E-Mail Removed)> wrote:
> See if this helps...
> http://jtsang.mvps.org/flock.html
2 cents: The above does work, sortof; Jason has done the best with the
limitations involved, as he clearly points out. Read it carefully. I did
use it for a while, but I eventually decided to use an even simpler
"solution". Open notepad and paste this line into it:
MsgBox "Don't forget to turn on F Lock at startup!", 64, "Reminder"
save the file as "reminder.vbs" somewhere, say c:\.
then make a new shortcut, and in the "Target" field type this:
C:\WINDOWS\system32\wscript.exe c:\reminder.vbs
get the filenames and drive:\path right for your system.
then put that shortcut into the start menu's Startup folder.
Now when the system boots you'll get a pop-up reminder to engage the
flock. Human engineering!
And, you've just written your first Basic program - wow! Take a Jolt from
the common-room fridge, you've earned it!
Thanks again Jason...