Windows Scripting

From Andreida
Revision as of 11:54, 16 February 2016 by Andreas (talk | contribs) (Created page with "change to the directory of the executed script: chdir /D %~dp0 The /D allows to change drives too.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

change to the directory of the executed script:

chdir /D %~dp0

The /D allows to change drives too.