Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/8faf53cde280fa01515bb1882b73f086 to your computer and use it in GitHub Desktop.
Save ezhov-da/8faf53cde280fa01515bb1882b73f086 to your computer and use it in GitHub Desktop.
перенаправление аргументов командной строки в другой bat файл
rem ==> https://stackoverflow.com/questions/16144716/what-does-mean-in-a-batch-file
REM mybatchfile.cmd
echo You called this with arguments: %*
echo I will now forward these to the DIR command.
dir %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment