$popd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This will set the working directory back to what it was befor the $pushd command was issued. | This will set the working directory back to what it was befor the [[$pushd]] command was issued. | ||
==Description== | ==Description== |
Revision as of 10:14, 13 October 2007
This will set the working directory back to what it was befor the $pushd command was issued.
Description
$popd
Example
$modelname "props/fan.mdl"
$cdmaterials "models/props/"
$model "Fan" "fan.smd"
$pushd ".\new animations\"
$sequence "rotate" "rotate.smd"
$popd
$sequence "idle" "idle.smd"