Questions tagged as 'bat'

1
answer

edit text file in cmd [pending]

I have a test.txt file D:\Tools\fonts D:\Tools\gui D:\Tools\guitex D:\Tools\table is there any command that edits the test.txt file to be this way? command###D:\Tools\fonts command###D:\Tools\gui command###D:\Tools\guitex command###D:\Too...
asked by 19.12.2018 / 12:18
1
answer

Denial of accent with .bat

I have a .bat which when executed calls a script. My problem is that the files that are called by the script have "ç, á, ã" accents, things like that. So when it looks for the file, it does not find the right name. Nome do arquivo: "Proc...
asked by 07.12.2018 / 18:36
1
answer

Delete file with name and path in another .bat file

I need to develop a batch that has to read the data in a .txt file, and according to the path and filename I have in txt the batch has to go to the folder and delete files. The data I have in this file is the result of an sql query. To exempl...
asked by 09.11.2018 / 00:12
1
answer

How can I answer a completed cmd question?

I am automating a process through a .bat file and at a certain point cmd asks me a question, I would like to know how I can respond. I tried: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-r...
asked by 25.10.2018 / 15:00