spec/fixtures/echo-args.cmd (
4
lines of code) (
raw
):
@echo off for %%x in (%*) do ( echo %%~x )