@ECHO OFF REM REM File: Reqmaster.bat REM REM Batch file to execute a reqmaster from a psexec session. REM REM This file is provided to illustrate the concepts involved REM with use of the pstools suite. No warranties are provided, REM either implied or specific. cleartool reqmaster %1 if not errorlevel 1 goto end @ECHO an error has occurred. Please investigate. :END exit