Tag: batch-files
All the articles with the tag "batch-files".
-
Batch files substitutions
Reference for batch file FOR variable substitution modifiers like %~f, %~d, %~p to extract path components.
-
Execute PowerShell command from batch file
Shows the syntax for running a PowerShell command from a .cmd batch file, including how to escape quotes.