How to get the Current Directory within executing batch file

Excellent post on a very simple way to get the directory path from an executing batch file:

http://weblogs.asp.net/whaggard/archive/2005/01/28/get-directory-path-of-an-executing-batch-file.aspx

One Response to “How to get the Current Directory within executing batch file”

  1. uday Says:

    use it to get current directory.
    “%~dp0″ (without the quotes)


Leave a Reply