//+------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1994. // // File: jt.rc // // Contents: Main resource definition file // // History: 01-02-96 DavidMun Created // // Notes: See Notes at the start of help.cxx for instructions on // adding help for a new command. // // When adding or editing strings in the RCDATA blocks, // remember that each string must be explicitly null // terminated, and that the DisplayHelp() function in help.cxx // expects to find an empty string ("\0") at the end of the // RCDATA block. // //-------------------------------------------------------------------------- #include #include #define VER_FILETYPE VFT_APP #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Job Test" #define VER_INTERNALNAME_STR "jt\0" #define VER_ORIGINALFILENAME_STR "jt.exe" #include #include "resource.h" RC_NOTIMPL RCDATA BEGIN "This function is not yet implemented.\n\0" "\0" END RC_ABORT RCDATA BEGIN "Command:\n" "\n" " /ABJ - abort task\n" //" /ABQ - abort queue\n" "\n" "Purpose:\n" "\n" //" Invoke the Abort command on the task or queue.\n" " Invoke the Abort command on the task.\n" "\n" "Examples:\n" "\n" " /RJ /ABJ\n" " - runs a task, then aborts it\n\0" "\0" END RC_ATSIGN RCDATA BEGIN "Command:\n" "\n" " @ \n" "\n" "Purpose:\n" "\n" " Read commands from a file.\n" "\n" "Arguments:\n" "\n" " - name of file from which to read commands.\n" "\n" "Remarks:\n" "\n" " Blank lines and all characters following semicolons are ignored.\n" "\n" " Environment variables are expanded (just like batch files).\n" "\n" " Recursion is allowed.\n" "\n" "Examples:\n" "\n" " @script\n\0" "\0" END // // Resource Kit version does not contain a SAGE conversion entry point // #ifndef RES_KIT RC_CONVERTSAGE RCDATA BEGIN "Command:\n" "\n" " /CSAGE\n" "\n" "Purpose:\n" "\n" " Convert all SAGE tasks to task scheduler tasks.\n" "\n" "Remarks:\n" "\n" " This command is only available in versions of JT built for Win9x and\n" " running on Win9x.\n" "\n" " This copy of JT was built for %s.\n" "\n" "Examples:\n" "\n" " /csage\n\0" "\0" END #endif // RES_KIT not defined RC_TRIGPROPS RCDATA BEGIN " The property list has the form = ...\n" "\n" " The trigger properties and form of their values:\n" "\n" " StartDate = \n" " EndDate = \n" " StartTime =