Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo This program was made by Krak798 to answer this question: https://es.stackoverflow.com/questions/275556/listados-en-batch
- echo Enter the path of the folder to view properties:
- set /p foldername=
- cd %foldername%
- cls
- echo Properties:
- timeout /t 1 /nobreak >nul
- dir
- pause
- echo Tree:
- timeout /t 1 /nobreak >nul
- tree
- pause
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement