Questions tagged as 'batch'

0
answers

Which encoding to use for CMD script?

The Windows Command Prompt uses an ASCII table different from ours, which I do not even know what it is. So much so that a batch with special characters when printed on screen are strange: Opção de área de influência gets OpþÒo de ß...
asked by 06.03.2016 / 22:17
2
answers

hide the input in the batch through this file

I'm trying to encrypt a folder by hiding it, but when I enter this code, it will forward me to the batch to ask for the password, when I insert it it shows the password and does not hide it. cls @ECHO OFF if EXIST "Control Panel.{21EC2020-3AE...
asked by 20.10.2015 / 03:47
0
answers

BAT for telnet access passing user and password

Good afternoon! I need to create a bat that accesses a device via telnet, to automate a backup. I am not able, when calling telnet, that the user and password are already recognized. It just opens the telnet prompt and prompts me to login. I'm t...
asked by 10.08.2015 / 20:41
0
answers

Move files to a certain folder automatically

I have a backup routine in SQL that automatically generates backup of the databases in this folder: D:\Backup\Backup_SQL\Databases I created a bat (forfiles) that compacts these backup files and transfers them to another folder. The sc...
asked by 08.06.2015 / 19:31
1
answer

Eclipse and Selenium - Transforming .JAVA into .EXE or .BAT

I'm using Eclipse and the Selenium framework for creating automated Web page opening routines and executing commands (clicks on links, fill fields, change site etc). I've already been able to create some test routines and they all work very well...
asked by 21.03.2016 / 19:06
1
answer

Logging a batch file

I have the following problem: We receive a daily backup of the 4AM database at 5AM, and we have a batch job running at 6 AM to get the database running on a VM. In Task Scheduler, everything is ok, and it runs every day, however we want to...
asked by 04.01.2019 / 18:04
1
answer

Android class to trigger events, Batch Routine?

I need a class that, from time to time, tries to cross database data and depending on the result send a notification to the user or modify / include information from the database. I do not know if this class / structure would be within the scope...
asked by 21.09.2018 / 23:52
1
answer

What differences are there in using a .txt and .bat file in python?

I'm looking for practical and simple ways to save information in a separate file, which even after the program closes.py (In python) the information is not lost. And therein was a question, what are the advantages of using a .txt and .bat file t...
asked by 22.06.2018 / 22:14
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

I need help to create a bat to send SAPLOGON.ini file [closed]

I need help to create a bat to send SAPLOGON.ini file for all users, with profile created on the computer. This is my bat code, I need to help, I want to send all users one at a time. See below: @ECHO Copia Config SAP LOGON Padrão. xco...
asked by 15.07.2017 / 20:07