$popd: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (increased quality) |
||
Line 1: | Line 1: | ||
This will | This will revert the working directory to what it was before the [[$pushd]] command was issued. | ||
==Description== | ==Description== | ||
Line 6: | Line 6: | ||
==Example== | ==Example== | ||
$modelname "props/fan.mdl" | $modelname "props/fan.mdl" | ||
$cdmaterials "models/props/" | $cdmaterials "models/props/" | ||
$model "Fan" "fan.smd" | $model "Fan" "fan.smd" | ||
$pushd ".\new animations\" | $pushd ".\new animations\" | ||
$sequence "rotate" "rotate.smd" | $sequence "rotate" "rotate.smd" | ||
'''$popd''' | '''$popd''' | ||
$sequence "idle" "idle.smd" | $sequence "idle" "idle.smd" |
Revision as of 20:47, 13 October 2007
This will revert the working directory to what it was before 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"