Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
4k views

Programatically checking files into TFS getting more than expected

So I have a .NET app which goes thru and generates a series of files, outputs them to a local directory and then determines if it needs to update an existing file or add a new file into a TFS (Team ...
0
votes
1answer
454 views

Set the working folder for a remote process using WMI

I'm using this article to start a process on a remote machine using WMI. How can I control the working directory that process will start in? (No need to redirect me to psexec, I'm getting an error ...