Help for this page

Select Code to Download


  1. or download this
    for %i in ("%path:;=" "%") do @echo %i
    
  2. or download this
    {C} > for %i in ("%path:;=" "%") do @echo %i
    "C:\usr\bin"
    ...
    "C:\Documents and Settings\Administrator\My Documents\bin"
    
    {C} >