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.

