On the Windows 2000 command line, you can use the ampersand (&) to combine several commands into one statement. pushd d:\projects\xslfo & del *.fo & rebuild.bat & popd is an example of this technique.