Skip to content

Options List Style ‐ Process selected items in view sequence

ccfs edited this page Sep 21, 2023 · 4 revisions

Process selected items in sequence when they are specified through:

Example
run bat

echoparms.bat

@echo off
:LOOP
if {%1}=={} goto :END
echo %1
shift
goto :LOOP
:END
pause

ps

No (Default)
Not in sequence
ps-n

Yes
In sequence
ps-y

Clone this wiki locally