View Single Post
  #4  
Old 12-19-2003, 08:42 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The cloak/decloak commands are pretty simple [1], and since they only take 1 argument explains why they don't work with the SourceSafe action, which provides many standard arguments for the more complex commands. Run Program steps like this should work for you:

%SSHELPER% "drive+path to db" Cloak $/project/to/cloak

%SSHELPER% "drive+path to db" Decloak $/project/to/cloak

[1] http://msdn2.microsoft.com/en-us/lib...4z(VS.80).aspx
Reply With Quote