I am trying to schedule a job to run a batch file with Windows 10 Task Scheduler, but it results in return code 2147942401. The batch file is on remote locatio
Hi I am totally new to WinSCP and Batch. I have figured out a script to transfer a folder from an SFTP site to my computer but would like to only grab the late
for %a in (*.txt) do ren "%~a" "%~na version 1%~xa" This command line script can rename files in a directory by adding text ( version 1) to th
I am making a batch file where I want to say "welcome <username>" but the username could be, for example, like "HiThere" and I want to p
I'm new to bat file and started to implementing it. I have a list of linux application commands which starts my application. I have a windows system to deploy,
So I wrote a short bat file which creates user and some more: @echo off net user egzamin /add net user egzaming /expires:17/07/17 net user egzamin /logonpasswo
Did I miss a change of the Windows internal "timeout" command? I have a batch file for a long time now that shows me the version number of a program. I added t
Did I miss a change of the Windows internal "timeout" command? I have a batch file for a long time now that shows me the version number of a program. I added t
I'm using code from How do you execute command line tools without using batch file in Inno Setup response to execute all my batch files on installation (before,
I have a directory with a bunch of files with a mix of extension. I only want to work with files with extension *.abc. Each *.abc file should then be handed ove
I want to delete all the contents of a folder (Google) across different systems from "C:\Users\xxxxx\AppData\Local\Google" using a batch file, but across all sy
In command-prompt you can see the md5 or other hash of a file using certutil -hashfile <filepath> <hash algorithm>. This was the only option I can f
Disclaimer: I read this and this before, but it doesn't work as I want. Description: I decided to create set of batch files for convenient way to run different
I'm trying to make a batch file from CMD with the following commands: Convert file to base 64 - using certutil command this is how the contents of the base 64
I use the following script: set /a num=%random% %%1000 +3000 timeout /T %num% taskkill /F /IM chrome.exe I trigger it using Windows task scheduler on multipl
I have multiple folders inside N:\working. N:\working\1 N:\working\2 N:\working\3 I want to RAR compress them all individually on 64-bit Windows. Here is the
This post appears wordy, but there's actually not much here to read. Just figured more details > less details. I am working on some tools to speed up my git
I currently have two batch files: proxy_enable.bat reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" ^ /v ProxyEnable /t REG_DWORD
I have recently started diving into writing Batch files and I have a question. I'm trying to create a file that checks to see if my secondary monitor is connect
I'm trying to obtain the resolution time of my DNS server, but I'm not sure that I'm doing it well. First of all I tried to make a ping to my DNS server IP, a