|
Parameter
|
Abbreviation
|
Use
|
|---|---|---|
|
script
|
scr
|
Manage script commands
|
|
Command
|
Parameter
|
Value
|
Description
|
||
|---|---|---|---|---|---|
|
add
|
script
|
<extension> <interpreter1> [interpreter2] ...
|
Add the specified script extension and the interpreter(s) required to execute the
script
For example, to add the script extension JSP with the interpreter file jscript.js, type:
SLCmd.exe -p <admin_password> add script jsp C:\Scripts\jscript.js
|
||
|
remove
|
script
|
<extension> [interpreter1] [interpreter2] ...
|
Remove the specified script extension and the interpreter(s) required to execute the
script
For example, to remove the script extension JSP with the interpreter file jscript.js, type:
SLCmd.exe -p <admin_password> remove script jsp C:\Scripts\jscript.js
|
||
|
show
|
script
|
Display all script rules
For example, type:
SLCmd.exe -p <admin_password> show script
|