How to open a .html file for editing in Mozilla.
.html is an example. works with ANY type of file and program
Make the following shell script:
#!/bin/sh
mozilla -edit "$@"
Name the file something like: mozilla-composer
Right click permissions and make the file executable
Move the file to /root/Choices/SendTo
That's it.
Now if you want to open a .html file for editing instead of viewing, you can right click on it, and send it to mozilla-composer in Rox's SendTo
CategoryHowto
There is one comment on this page. [Display comment]