So, I want to make a script that will execute 2 .bat files and start some .exe files. However, the .bat files are supposed to keep running. I have something l
So, I want to make a script that will execute 2 .bat files and start some .exe files. However, the .bat files are supposed to keep running. I have something l
I'm trying to assign the results of a git command to a variable in a Windows batch file. The line in question looks like: FOR /F "USEBACKQ tokens=*" %%i IN (`gi
I created and execute a python script using PyCharm with Cx_Oracle module and it is working (able to select from an oracle table) but when I tried to use .bat f
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