
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2008 05:26 PM
Having a problem getting file version info.... Is there an issue with spaces?
I entered this for the file to scan:
"C:\Sophos\Sophos Anti-Virus\sav32cli.exe"
This is what is in the database, and it fails to find the file:
"C$\Program Files\Sophos\Sophos Anti-Virus\sav32cli.exe"
I changed it to this, and it still fails to find the file:
"%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe"
I entered this for the file to scan:
"C:\Sophos\Sophos Anti-Virus\sav32cli.exe"
This is what is in the database, and it fails to find the file:
"C$\Program Files\Sophos\Sophos Anti-Virus\sav32cli.exe"
I changed it to this, and it still fails to find the file:
"%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe"
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2008 08:02 PM
The problem turned out to be the quotes. I thought I needed quotes to handle the spaces in the path.
Doesn't work: "%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe"
Does work: %programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe
Thanks for your help. It's very appreciated!
Doesn't work: "%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe"
Does work: %programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe
Thanks for your help. It's very appreciated!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2008 05:31 PM
There are no issues with spaces. (you don't need to type the c$\)
Correct syntaxes are:
Program Files\Sophos\Sophos Anti-Virus\sav32cli.exe
%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe
Correct syntaxes are:
Program Files\Sophos\Sophos Anti-Virus\sav32cli.exe
%programfiles%\Sophos\Sophos Anti-Virus\sav32cli.exe
