Posts by mira_sity • 11 points
1 post
-
-1
votes3
answers267
viewsQ: Create a Bath file that performs the DIR of a folder or sets of folders that the user chooses
I wanted to create a file in bath where the user chose the place where to perform the command DIR. I’ve got it done: @echo off set /p pasta=digite uma pasta: dir %pasta%>>c:\conteudo2.txt if…