Windows batch script that will automate the check-in all files recursively into VSS into the sam

How can i write a Windows batch script that will automate the check-in all files recursively into VSS into the same folder structure. If the file doesn't already exist, it should be created automatically.

[239 byte] By [owangecounty] at [2007-12-17]
# 1

Hello,

You will find a basic skeleton for a batch file of SourceSafe commands at:
http://msdn2.microsoft.com/en-us/library/ms181076

You will want to change the line that starts with "ss checkout" with a line using the "ss checkin" command. For a complete list of the options for the checkin command, please refer to:
http://msdn2.microsoft.com/en-us/library/tt66dycz

AlfredoMendezMSFT at 2007-9-9 > top of Msdn Tech,Visual Studio,Visual Studio Source Control and SourceSafe...

Visual Studio

Site Classified