Al,
I have a list of files all with the same name but different extensions.
Application.vbp
Application.vbw
Application.exe
Application.cbb
Application.lvw
Application.csi
You may reconize the first three as the normal project files for VB6, the last three are information files for addins that I use. When I check-out the Applicaiton.vbp file I would like to have Source Safe automaticaly check-out the Other files on that list if they exist.
When your using VSS through VB6 this automatical happens for the vbw files when you check-out the vbp file, and for frx files when you check-out frm files, and for ctx files when you checkout ctl files.
I was wondering if anyone knew a way I could setup my own associations along these same lines.
-Sean