Window.SetHelp(path_to_help_file):
Execute your file when the user pressed the F1 key.
//JScript var path_to_help_file = "C:\\1.hlp"; Window.SetHelp(path_to_help_file); 'VBScript path_to_help_file = "C:\1.hlp" Window.SetHelp(path_to_help_file)
//JScript var path_to_help_file = "C:\\1.hlp"; Window.SetHelp(path_to_help_file);
'VBScript path_to_help_file = "C:\1.hlp" Window.SetHelp(path_to_help_file)