Is it possible to format a string to a hex value using DOS command? I’m trying to pass a hex value to my program from command line but it takes that complete value a a string and not as hex value?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Forget about Peak Oil, what about Peak DOS? It’s time to look to the future. And the future is PowerShell.
PS > “{0:x4}” -f ([int]”999″) 03e7