Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Source Safe Command Lines
Name: SunScreen Date: September 28, 2008 at 13:01:28 Pacific OS: XP/Vista CPU/Ram: core duo 2, 2GB Product: Sony, Vaio
Comment:
Hi all,
Is there return values from Source Safe Command Lines?
Because I need to create a batch file to update the database with local files. Though "ss Diff" just displays the output to the screen.
Name: Razor2.3 Date: September 29, 2008 at 17:21:02 Pacific
Reply:
You'll have to resort to text parsing logic.
0
Response Number 2
Name: SunScreen Date: September 30, 2008 at 10:01:15 Pacific
Reply:
Actually I revised my logic just checking out in different folder, copying the local file and checking in.
Though, I am still in testing mode and I am not sure, regargiding the time, computing and memory effort, how the batch will react as the Source Safe has ~10,000 files.
Summary: Ok I see the problem. Is it possible to convert shell scripts to DOS format that could run in this command prompt? Or alternatively maybe I could use Unix which is emulated on my workstation in a prog...
Summary: for command line argument: int main(int argc, char *argv[]) { ... } ---- 1) Why char *argv[] MUST be a pointer array? 2) Can I change it to char argv[] if I have only one arguemnt? ------------...
Summary: Hello everyone! :D OK, a while ago I asked how to use the Terminal font in the Visual Studio IDE, but nobody really answered my question... :S Now, I need the same thing but in command line. I want th...