python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What are the exit codes of command PING?
I want to know which exit codes (or errorlevel numbers) are returned by command ping to the parent process like cmd.exe on using this command in a Windows batch file or bash on using ping in a bash sh...
TRENDING TELLER
Votes: 0
Answers: 1
Cannot set environmental variable inside a loop in a batch script
I have a batch script that works great and it does the following:
download EDI files from sftp server
generate a dynamic ftp scripts based on the filenames that were downloaded
uploads the file to an...
Mohammed Khawaja
Votes: 0
Answers: 1
Batch file ends unexpectedly. Has been working for years but has suddenly stopped working
I have a batch file which hids a folder. It has been working for years but has suddenly stopped working and I can't work out why.
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B...
Debra Samuel
Votes: 0
Answers: 1
Batch: Comparing version numbers via GEQ when said version uses dots and varying number of digits
I've been using the following bit of CMD code to check Edge versions, but the move from 99 to 100 seems to have thrown a wrench in the code.
FOR /F "Tokens=2*" %%G IN ('REG QUERY "HKLM\...
Sargon
Votes: 0
Answers: 2