Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Registry in batch file
Name: kiwi_hk Date: March 10, 2005 at 17:29:23 Pacific OS: Windows XP CPU/Ram: 256
Comment:
Hi
I have some registry changes in my batch file when a user login, I just want to make it automatic even if the registry key cannot be run. I have tried putting /y at the end.
Summary: Is It Possible to read a specific character from a string in a batch file. For example if the String TEST contained "123456" would it be possible to determine what the second character is i.e "2". Tha...