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.
Parse first/last character in batch
Name: JohnRodey2009 Date: April 6, 2009 at 06:03:36 Pacific OS: Windows 2003 Subcategory: Batch
Comment:
Can anyone help come up with a solution.
I'm trying to simply parse the quotes from strings read in from a file. Each string starts and ends with a quote ("). I just want to drop the first and last character. I do not want to drop any quote nested inside the string.
Summary: Is it possible to echo the ">" and "<" character in batch so the user can see it? If you give up, might as well give up everything in life....
Summary: Extended characters are a bit of a problem in batch. There are two main ways to achieve what you want to do, either change the code page or find the character that is used for your characters alias. C...
Summary: Hi I need to find out how to query the last character in a string: Im querying if there is characters A or B or C as last char within string. scenario Test marks for various subjects. FrenchA FrenchB ...