In writing a Perl script to interface with VSS I came across a problem. I'm trying to execute a command formated like:
I need to have the double quote around both the first and last items separately. I can get it to work by removing the quotes around the first or last item, but I would like to have the quotes around both.
Thanks.