Hey Monks,
I have created a perl utility for searching a pattern in source file(word document) and matching it with the destination folder(number of .c files).
I have created a batch file which first converts the word document into text form and another batch file which searches pattern in source document(now .txt) and the corresponding pattern in destination folder.
The problem comes if I store the destination folder in a path containing spaces for eg: "C:\Documents and Settings\Destination" etc. Even tried including the path in "" but it's still not working.
Please suggest me any options or changes I need to make.
Thanks,
DevMonk