By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Not true.That COPY option is solely for CMD compatibility. MOVE does not have an equivalent, because it will only prompt you if you specify the /P option.
alias RTRUNCATE=`HEAD /N+1 /N 999999 %1 > %1.tmp & MOVE %1.tmp %1`
$ rtruncate "km parms.txt"
S:\LNX\Platform\Common\Utilities\DWC_tRoot_Firmware\km parms.txt.tmp ->! S:\LNX\Platform\Common\Utilities\DWC_tRoot_Firmware\km parms.txt (Replace) (Y/N/A/R)? Y
1 file moved