Hi.
I wrote a program and put it into Windows Context menu but I have a problem.
How I can recieve a folder name (Folder path) or file name (File path) of which I right-click on?
(I mean folder name as a command line parameter, So program does its job according to Folder name).
Thanks :-)
Excuse me for bad English.
Loading

Sam HobbsPosted Nov 14, 2010, 12:42 PM
Perhaps it is a file type association that you created. If so then the file type association specifies what the arguments are.
Do you know that "command-line" arguments are pased from Windows to a program as arguments for the Main function?
Majid KamaliPosted Nov 14, 2010, 7:18 AM
Sam HobbsPosted Nov 13, 2010, 11:29 PM