Posts by Eder Silva • 79 points
5 posts
-
0
votes1
answer59
viewsQ: Batch Script to Restart Anydesk Service
I need to create a batch scrpit that records the status of Anydesk in a time variable, and if it has the status 'offline' it restarts the Anydesk service. Example: @echo off for /f "delims=" %%i in…
batchasked Eder Silva 79 -
1
votes1
answer552
viewsQ: Batch Script to Select Files by Data
I would like to create a Batch script that scans inside a folder and its sub-folders, finding the XML files and placing them in a temporary folder. So that later, I can compress using 7-Zip. Below…
batchasked Eder Silva 79 -
0
votes0
answers901
viewsQ: Batch script to delete file according to a set time
I am in need of a batch that deletes specific files from a backup folder after the files are 30 days old (example). I found this code but it uses an external program: @echo off move c:\TESTE\*.*…
batchasked Eder Silva 79 -
4
votes1
answer1017
viewsQ: Create File Name with Day of the Week
I need to create a routine that does the backup with the name of day of week in order to comply with the following layout: Example: backup_01012019_second.7z The closest you could find that didn’t…
-
-2
votes3
answers262
viewsQ: Batch programming
I would like to make a batch that does the following count: Read the source file: 7895537000011 7895537000028 7895537000035 7895537000042 7895537000059 7895537000066 7895537000011 7895537000011…