RE: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-09 Thread Reedick, Andrew
1. dir/b M:\ endviews.bat 2. in endviews.bat , add cleartool endview at the beginning of each line 3. run endviews.bat Run help for from the command line: for /f %i in ('dir /b m:\') do @cleartool endview %i * The information transmitted is intended only for the person or

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Paul N
way to disconnect/stop all running views on a client? hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get the list of the views. I'm trying to find a scripted (or an existing command) method to automate

Re: [cciug] Automated way to disconnect/stop all running views on a client?

2006-06-08 Thread Joe Wildish
to disconnect/stop all running views on a client? hi, I believe this is a manual procedure, as it would require the user to type this command for each view, separately, once they can get the list of the views. I'm trying to find a scripted (or an existing command) method to automate the process