A batch file is a text file containing a series of commands that are executed by the command interpreter on MS-DOS, IBM OS/2, or Microsoft Windows systems.
I'm new to script writing and can't get this one to work. I could if I moved the files to …
batch-file path variables cmd spaceHow you can read a file (text or binary) from a batch file? There is a way to read it …
file batch-fileI'd like to find a Windows batch counterpart to Bash's $@ that holds a list of all arguments passed into a …
windows batch-fileIn a batch file, I have a string abcdefg. I want to check if bcd is in the string. Unfortunately …
windows batch-file cmd substringI have a folder in C:\Folder1 I want to copy all the contents of Folder1 to another location, D:\…
windows batch-file copy directoryHow is it possible to run a PowerShell script without displaying a window or any other sign to the user? …
windows powershell scripting batch-file silentHere is what I want, inside the BACKUPDIR, I want to execute cscript /nologo c:\deletefile.vbs %BACKUPDIR% until number …
windows batch-file for-loop while-loopThe following command copies and moves a file but I also need it to overwrite the file it's replacing. xcopy /…
batch-file overwriteI create a.bat on windows 7, the content of a.bat is: @echo off npm config set registry https://registry.…
node.js batch-file npmI would like to be able to check if a certain folder (FolderA) exists and if so, for a message …
windows batch-file