I would like to ask how to use csc.exe with file2clip.cs in command line because I could not figure it out how to place arguments as paths for the file. The C# code copy the file onto clipboard and needs argument for the selected file path. I have no idea what syntax I need to use after the C# file to specify argument with the path.
How to copy/cut a file (not the contents) to the clipboard in Windows on the command line?
csc.exe file2clip.cs {c:\IFRToolLog.txt}
sent error message ->
error CS2001: Source file '(c:\IFRToolLog.txt)' could not be found