Sha256: 3fbb6d2468a403192a2fc1e73a5f0cba0055dd2fe86a94f431eb666a88f5daaf
Contents?: true
Size: 265 Bytes
Versions: 28
Compression:
Stored size: 265 Bytes
Contents
@echo off :: The redirs to nul are important. %2 can end up being an unterminated "'d :: string, so the remainder of the command line becomes the target file name, :: which in turn fails because it's a filename containing >, nul, etc. copy /y %1 %2 >nul 2>nul
Version data entries
28 entries across 28 versions & 5 rubygems