When I go to command mode and type
:!mycommand %
I get my command executed on the current file (% is expanded to the current file name). Is there a similar construct that expands the full file name (with the full path)?
I am using windows.
Thanks.