Hi, hope this is the correct forum. My problem: I am trying to create a bat filr automate some updates on XP PCs. I check the installed windows version using: ver | find "XP" The problem is that the output is: The filename, directory...
Hi,
hope this is the correct forum. My problem:
I am trying to create a bat filr automate some updates on XP PCs. I check the installed windows version using:
ver | find "XP"
The problem is that the output is:
The filename, directory name, or volume label syntax is incorrect.
I have tested this on other machines and it works! But not in mine..
if I run cmd.exe ver | find "XP" it works.
if I run ipconfig | find "Media" (for example) it works!
What am I possibly doing wrong?
Thanks,
Efthimios.