1c2c66affSColin FinckLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2c2c66affSColin Finck 3c2c66affSColin FinckSTRINGTABLE 4c2c66affSColin FinckBEGIN 5558908e7SHermès Bélusca-Maïto IDS_USAGE "Displays data page by page on the screen.\n\ 6558908e7SHermès Bélusca-Maïto\n\ 7558908e7SHermès Bélusca-MaïtoMORE [/E [options]] < [drive:][path]filename\n\ 8558908e7SHermès Bélusca-Maïtocommand | MORE [/E [options]]\n\ 9558908e7SHermès Bélusca-Maïto\n\ 10558908e7SHermès Bélusca-Maïto [drive:][path]filename A file whose contents are to be displayed.\n\ 11558908e7SHermès Bélusca-Maïto command A command whose output is to be displayed.\n\ 12558908e7SHermès Bélusca-Maïto\n\ 13558908e7SHermès Bélusca-MaïtoWhen Extended Features are enabled, the following form is supported:\n\ 14558908e7SHermès Bélusca-MaïtoMORE [/E] [options] [files]\n\ 15558908e7SHermès Bélusca-Maïto\n\ 16b552901dSKatayama Hirofumi MZOptions:\n\ 17558908e7SHermès Bélusca-Maïto /E Enable Extended Features.\n\ 18558908e7SHermès Bélusca-Maïto The default state of the Extended Features is controlled by the default\n\ 19558908e7SHermès Bélusca-Maïto registry settings for CMD.EXE. For more details on how to change these\n\ 20558908e7SHermès Bélusca-Maïto settings, see the section ""Command Extensions"" in CMD.EXE help.\n\ 21558908e7SHermès Bélusca-Maïto\n\ 22558908e7SHermès Bélusca-Maïto When Extended Features are enabled, the following options are available:\n\ 23558908e7SHermès Bélusca-Maïto /C Clear the screen before displaying a page.\n\ 24558908e7SHermès Bélusca-Maïto /P Expand Form-Feed characters.\n\ 25558908e7SHermès Bélusca-Maïto /S Shrink successive blank lines to a single line.\n\ 26b552901dSKatayama Hirofumi MZ /Tn Expand tabs to n spaces (default: 8).\n\ 27558908e7SHermès Bélusca-Maïto\n\ 28558908e7SHermès Bélusca-Maïto These options can be specified in the MORE environment variable.\n\ 29558908e7SHermès Bélusca-Maïto\n\ 30558908e7SHermès Bélusca-Maïto +n Start displaying the first file at line n.\n\ 31558908e7SHermès Bélusca-Maïto files List of files to display, separated by blanks.\n\ 32558908e7SHermès Bélusca-Maïto\n\ 33558908e7SHermès Bélusca-MaïtoWhen Extended Features are enabled, the following commands are available\n\ 34558908e7SHermès Bélusca-Maïtoat the ""-- Continue --"" prompt:\n\ 35558908e7SHermès Bélusca-Maïto\n\ 36558908e7SHermès Bélusca-Maïto P n Display the next n lines.\n\ 37558908e7SHermès Bélusca-Maïto S n Skip the next n lines.\n\ 38558908e7SHermès Bélusca-Maïto F Display the next file.\n\ 39b552901dSKatayama Hirofumi MZ Q Quit.\n\ 40558908e7SHermès Bélusca-Maïto = Show the line number.\n\ 41558908e7SHermès Bélusca-Maïto ? Show the help line.\n\ 42558908e7SHermès Bélusca-Maïto <Space> Display the next page.\n\ 43558908e7SHermès Bélusca-Maïto <Enter> Display the next line.\n" 44b552901dSKatayama Hirofumi MZ 45*2dbbfe86SHermès Bélusca-Maïto IDS_BAD_FLAG "Invalid argument - '%s'\n" 46c2c66affSColin Finck IDS_FILE_ACCESS "Cannot access the file %s.\n" 47*2dbbfe86SHermès Bélusca-Maïto IDS_CONTINUE_PROMPT "-- Continue%1%2%3 --%4" 48*2dbbfe86SHermès Bélusca-Maïto IDS_CONTINUE_PERCENT " (%d%%)" 49*2dbbfe86SHermès Bélusca-Maïto IDS_CONTINUE_LINE_AT " [Line: %d]" 50*2dbbfe86SHermès Bélusca-Maïto IDS_CONTINUE_OPTIONS " [Options: psfq=<Space><Enter>]" 51*2dbbfe86SHermès Bélusca-Maïto IDS_CONTINUE_LINES " Lines: " 52c2c66affSColin FinckEND 53