Lines Matching refs:script

28 …R_NO_SCRIPT             #language en-US "The command '%H%s%N' is incorrect outside of a script\r\n"
32 #string STR_GEN_INV_VAR #language en-US "The script's Indexvar '%B%s%N' is incorrect\r\n"
47 ".TH exit 0 "exits the script or shell"\r\n"
49 "Exits the UEFI Shell or the current script.\r\n"
55 " /b - Indicates that only the current UEFI shell script should be\r\n"
56 " terminated. Ignored if not used within a script.\r\n"
57 " exit-code - If exiting a UEFI shell script, the value that will be placed\r\n"
65 " script.\r\n"
72 " * To exit the current UEFI shell script:\r\n"
75 " * To exit a UEFI shell script with exit-code value returned to the caller:\r\n"
118 " that launches the script. The namespace for index variables is separate\r\n"
143 " # then the output of the sample script will be as shown below.\r\n"
182 " of %a is also a single alphabet letter, the script will be executed\r\n"
199 "Moves around the point of execution in a script.\r\n"
209 " 1. The GOTO command directs script file execution to the line in the script\r\n"
214 " done forward in the script file, from the current file position. If the\r\n"
217 " is not found, the script process terminates and an error message is\r\n"
225 " * This is a script:\r\n"
234 "Ends the block of a script controlled by an 'if' statement.\r\n"
241 ".TH if 0 "controls the execution of a block of a script"\r\n"
384 " * Sample script for "if" command usages 1 and 2:\r\n"
394 " Note: In this example, if the script file myscript.nsh exists in fs0:\,\r\n"
395 " this script will be launched with 2 arguments, myarg1 and myarg2.\r\n"
397 " value is runboth, if so, script myscript1 and myscript2 will be\r\n"
401 " * Sample script for "if" command usage 3:\r\n"
418 " Note: In this example, the script requests user input and uses the if\r\n"
425 "Shifts in-script parameter positions.\r\n"
432 " 1. The SHIFT command shifts the contents of a UEFI Shell script's positional\r\n"
435 " process script parameters from left to right.\r\n"
442 " * Following script is a sample of 'shift' command:\r\n"
451 " * To execute the script with echo on:\r\n"
459 " * To execute the script with echo off:\r\n"
488 " during a script.\r\n"