- Nov
- 33
- 0
Hi guys, i've two questions:
1) In cmd.exe if i write:
Why with Take Command the date and the time are non separated by the space? I must write
2) In cmd.exe i can use "REG QUERY". Does it work with Take Command or i must use the "@REGQUERY" function?
Thank you
1) In cmd.exe if i write:
i get the actual date and the time separated by a space (2012/12/05 10.20.30,00)ECHO=%DATE%%TIME%
Why with Take Command the date and the time are non separated by the space? I must write
. Do you know explain that?ECHO=%DATE% %TIME%
2) In cmd.exe i can use "REG QUERY". Does it work with Take Command or i must use the "@REGQUERY" function?
Thank you