Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
encountered this on windows 7 64bit.
ehwn i start the update machcnism for the .exe version
the update script will try to pause for 5 seconds using
ping 127.0.0.1 -n 5 -w 1000 1>NULbut this will stop and not continue after batch file initiation.
i am left with this files.
what i usually do is manually edit the batch to remove the pin command and run it again.