subst
cmd - Is it possible to temporarily assign an available drive letter to a local path?
Using cmd on Windows, it is easy to assign a drive letter to a UNC path with pushd: C:\\Windo开发者_开发技巧ws\\> pushd \\\\server\\share\\path[详细]
2023-04-05 21:29 分类:问答Getting command line output in VBScript (without writing to files)
I\'m using VBScript, and my goal is to be able to substitute a drive letter for a path of my choosing.I need the D drive, and if it\'s not available I need to check if it\'s already mapped to the righ[详细]
2023-02-19 03:48 分类:问答TFS, subst, Visual Studio 2010, relative paths
My TFS workspace is at C:\\Users\\...\\MyProject, which I have mapped to X:\\ using Windows subst command. In my Visual Studio 2010 solutions, this works fine for most of the projects. Only 2 of them[详细]
2023-01-28 20:48 分类:问答LINQ query needs either ascending or descending in the same query
Is there anyway this code can be refactored? The only difference is the order by part. Idealy I\'d like to use a delegate/lambda expression so the code is reusable but I don\'t know how to conditiona[详细]
2022-12-24 18:50 分类:问答