hi all,
i'm just trying to set a variable to represent the output of the windows version from "ver":
this however results in just
at the cmd prompt, my "ver" outputs "Microsoft Windows XP [Version 5.1.2600]"
what am i doing wrong?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i'm just trying to set a variable to represent the output of the windows version from "ver":
Code:
set _ver = ver
echo _ver = %_ver%
Code:
_ver =
at the cmd prompt, my "ver" outputs "Microsoft Windows XP [Version 5.1.2600]"
what am i doing wrong?
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }