Questions tagged as 'batch'

1
answer

Make the user enter information

I'd like to know how to make the Batch script screen appear:    "Please enter your name" Thanks, any help is welcome     
asked by 09.09.2016 / 01:49
2
answers

Batch file anchored

How do I get a batch to be docked in a folder for a backup operation on a thumb drive where the drive letter always changes example: @echo off mkdir ..\subs move /y .\*.srt ..\subs pause exit     
asked by 23.09.2016 / 01:39
0
answers

Automate IE configuration process for NF-e issue

To issue nf-e within my system I need some Internet Explorer parameters properly configured as follows: • Check SSL options • Uncheck the TLS options • Uncheck Verify server certificate revocation * • Check Check for signatures on...
asked by 17.02.2016 / 14:22
0
answers

Print all photos in a folder with batch

Hello, I'm trying to make a batch that prints all the files in a folder, but in the print queue "local level document" appears and the status appears "Error - printing" What could it be? Here's my code: @echo OFF net use LPT2: /delete /yes ne...
asked by 15.11.2015 / 22:47
2
answers

Batch Programming

I would like to make a batch that does the following count: Source file: 7895537000011 7895537000028 7895537000035 7895537000042 7895537000059 7895537000066 7895537000011 7895537000011 7895537000028 7895537000028 7895537000028 789...
asked by 12.07.2018 / 12:37
1
answer

How to create "drawings" in files written in Batch

My question is: How do I add "drawings" in my .bat code like the ones that appear in the Linux Terminal? Itriedtoinsertthe"drawing" using the FIGlet Generator tool. But when I run the file (source code) to open in Windows Command Prompt i...
asked by 27.11.2017 / 20:37
2
answers

Problem with comma cmd

C:\Windows\system32>wmic /node:"BR1102013" /user:"vedadmin" /password:"i@M}r43/3g%s,L;" product get name , - Alias not found. Can someone tell me why I can not use the comma and how to solve it?     
asked by 03.08.2017 / 18:32
1
answer

Create batch operating system (.bat)

Is it possible to create a real operating system in batch ( .bat )? Well I saw some YouTube videos where the title was something "OS in batch."     
asked by 14.09.2017 / 18:34
1
answer

Interrupt script without ending bat

A PHP script generates a .bat file and then executes it, the problem is that I do not want my PHP script to wait until .bat finishes running. I just want it to run, create and run the bat and then shut down without waiting for the...
asked by 09.04.2017 / 02:06
2
answers

Find directory name of a .bat file

I have a .bat file that does some iterations via cmd across multiple directories. My problem is this: I need to be able to get the directory of the .bat file itself to keep coming back to it for other iterations. An example would be: :e...
asked by 29.08.2018 / 14:25