Re: Installing Tidy.exe
"Fred Bone" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
On 17 Jan 2007 at 15:21, Stanley Drewelow said: > Hello: > > I am using NoteTab Pro editor and I am attempting to use Tidy.exe directly > from the NoteTab Tools dropdown menu. > > The problem is I am attempting to get Tidy to use a config.cfg text file. > How do I get Tidy to use this configuration file through the NoteTab > dropdown menu? Caveat: I don't use Notetab Pro If Notetab Pro insists on having a one-"word" command, then maybe you can persuade it to call "tidy.bat" and create a suitable tidy.bat file. Something like --- cut here --- @echo off c:\tidypath\tidy.exe -config config.cfg %* --- cut here --- HTH ... FB