How can you get the directory of the script that was run and use it within the .cmd file?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Raymond Chen has a few ideas: http://blogs.msdn.com/oldnewthing/archive/2005/01/28/362565.aspx Also the comments in the article are well worth scanning. Update: For the benefit of ketorin and others who didn't read the comments in the article: http://blogs.msdn.com/oldnewthing/archive/2005/01/28/362565.aspx#362741 This covers the use of %~dp0. |
|||||||||
|
|
This is equivalent to the path of the script:
Here's a webpage with more resources on this sort of thing: http://www.ss64.com/ntsyntax/parameters.html |
|||
|