Hey all,
been having a bit of trouble, I need to run a cmd prompt then the following (note: line four needs to use the varible: $time)
set path=C:\Program Files\Microsoft Visual Studio\VSS\win32
set ssdir=\\button\home\VSS database
SET PROJECT= $/myfiles/
ss Add C:\locks\$time
set ssdir=\\button\home\VSS database
SET PROJECT= $/myfiles/
ss Add C:\locks\$time
Have you got any ideas, ive tried a couple of cmd ways but it starts entering the first line before cmd's even loaded so it only gets the second half of the line, and I dont know how to parse the variable into this.