SelfRunner

SelfRunnerOdbc

TwoPanelQueryCollection

TwoPanelInlineQueries

TwoPanelTabIndSizeNumRows

TwoPanelTabIndLastAnalyzed

TwoPanelTableDataCompare

CreRunSchemaNumRows

CreRunNumRowsAllDbTab

MakeHtm

MakeHta

GetEnvVars

Click on the image for a bigger view

MakeHta.jpg


View
a htm or html file
in a
HTA window.

MakeHTA.bat

View a htm or html file in a HTA window.


If all you want to do is to view a htm or html file you could use this script to view it in a HTA viewer.

I use it for 2 good reasons.

1.It gives me more file viewing space.

2.It is much, much faster to view htm/html files in a HTA viewer.

Remember, I am using this only for file viewing. Browsing is a whole different thing.


Tip:

I created a shortcut to this script and put it in my send to folder so I could rightclick and select send to MakeHTA.bat to view any htm or html file anywhere on the PC in a neat and cool and blazing fast hta viewer.

I also found out that dragging htm/html files into the makehta.bat file gets me the same result.

Here is the 3-line script:


:: =============================================================================
:: MakeHta.bat
:: =============================================================================
:: Copy a htm or html file to a temp file with .hta extention for faster file viewing
:: If all you want to do is just to view a htm or html file then give
:: this script a try.
:: Advantage 1: More file viewing space [no menus and icons]
:: Advantage 2: Loads much faster that a browser
:: Tip: Create a shortcut to this file and put it in the send to folder so you can
:: view any htm or html file anywhere in a neat and cool hta viewer.
:: =============================================================================
:: Jerome Christopher. [Jerome_christopher@yahoo.com]
::
http://htmsql.blogspot.com
:: http://www.sqlhtm.com/sqlhtm
:: =============================================================================
type %1 > c:\MakeHta.hta
start c:\MakeHta.hta
exit

   

Home

Scripts

Tips

Misc

Resume

Tamil

JobSearch

www.sqlhtm.com Copyright Jerome S. Christopher 2010