--- Gio 6/5/10, lood ha scritto: > > Hi all. How could I integrate my text editor (e.g. > Notepad++) to run it > easily from Cygwin? I mean, something similiar to "notepad > ./file.ext" - > this works, I just want to use Notepad++ instead of > standard Windows editor > ("notepad++ ./file.ext" or something like that). Where I > can add this > functionality? Thanks. > --
"notepad ./file.ext" works as notepad is in your PATH. 3 possibilities: 1) you add the notepad++ directory in you path 2) you create a link in your "~/bin" or in "/usr/local/bin" $ ln -s /full_path_of_notepad++ notepad++ 3) add an alias $ alias notepad++=/full_path_of_notepad++ Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple