Help for this page

Select Code to Download


  1. or download this
    [17:31:36.94] P:\test\tmp>dir /b
    bill
    ...
    [17:31:39.70] P:\test\tmp>del fred bill joe.*
    
    [17:31:53.30] P:\test\tmp>dir /b
    
  2. or download this
    subst x: projects/foowebapp/ & copy *.pl x: & copy *.pm x: & copy *.ht
    +ml x: & subst x: /d
    
    # Or
     
    for %i in (*.pl *.pm *.html) do @copy %i projects/fooweebapp/