Is it possible to include command-line switches in a URL that is emailed?
For example: file://c:/data.mdb /cmd "123"
I can get file://c:/data.mdb to open (excluding the switch), but can't seem to get the the switch to work. I include %20 to replace the spaces, still doesn't work.... I've...