Home > Net >  Make directory and cd into it with batch file
Make directory and cd into it with batch file

Time:02-02

mkdir %1
cd            
  •  Tags:  
  • Related