I am using IEcapt.exe to capture website snapshot.
The problem is, it cannot handle path directory that have space. Like this:
c:\program files\
Is there any way how I can pass directory like this to make it work?
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.
Usually just double-quoting windows paths will work:
If that really doesn’t work, you might be able to get away with using the 8.3 filename or, in the case of program files, the
%programfiles%variable.