marsd,
I still get errors when I try your command. I think I found
a way to get the file path including spaces. The command
is.....
awk ' {i=index ($0,"C:"); j=index ($0,"WIN32"); x=j-i-1;
if (i!=0) print substr ($0,i,x);}'
This keys on the string WIN32 and prints the file...