Thursday, July 19, 2007

Find Existing Label Type in VOB

To detect or verify the existent of label type in VOB:

cleartool lstype -kind lbtype -short -invob /vobs/vobname grep labeltypename

If the command above return NULL or blank, this mean this label type is not existed.
If return value, the "labeltypename" will be shown and also indicate the label type is locked or not.

Thursday, July 5, 2007

How to make UNIX / LINUX command in DOS

Well I usually work in Unix environment. And now get shifted to do work in windows environment. It take me more time to change my style and make me have a lot of error messages such as:

C:\>ls
'ls' is not recognized as an internal or external command,
operable program or batch file.

Here is the solution if you want to have same command in Windows as Unix or Linux.
Just download the zip file and extracted it to C: and set your user environment.
PATH=C:\custom-path

http://channel9.msdn.com/ShowPost.aspx?PostID=51329