Questions tagged as 'ms-dos'

2
answers

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 would choose the location where to execute the command DIR . I have this done: @echo off set /p pasta=digite uma pasta: dir %pasta%>>c:\conteudo2.txt if exist %pasta% got...
asked by 22.05.2018 / 20:14
1
answer

Change Command Prompt Font

Is there any command line to change the font that is displayed in a cmd window? Only in this window? By changing the properties menu it changes in general.     
asked by 19.09.2018 / 18:10