======set_search_path======
WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Set the search path for the telnet client
====Description====
set_search_path (
string
$pathname
)
This function sets the search path which is used when entering a command at the telnet prompt
====Parameter====
$pathname: The directory path
====Return Values====
None
====Example====
set_search_path("/my_scripts/");
?>