|
#1
|
|||
|
|||
|
I have an application that creates a folder with several html files - main, index and hundreds of linked pages. How can I print this lot into a single hardcopy document? There must be a utility somewhere to do this but the solution escapes me.
John |
|
#2
|
||||
|
||||
|
Go here and look at the section for PrintHTM.bat, Version 2.00. Make sure to follow the instructions to get Kix installed. Copy the code into notepad, save it, then rename it to printhtm.bat.
Now create another batch file, this time using the following code: Code:
for /f "delims=" %%a in ('dir /b *.html') do call printhtm "%%a"
__________________
Oracle's backup tutorial "A lot of people say games are addictive. Well, they're addictive in the sense that anything you like doing you repeat endlessly. But no one would say, 'Mr Kasparov, you have a chess problem,' or 'Tiger Woods, you have a golf addiction.'" - Ian Livingstone, Creative Director, Eidos. "A problem well stated is a problem half solved" - Charles Franklin Kettering |
![]() |
| Bookmarks |
«
Previous Topic
|
Next Topic
»
| Topic Tools | |
|
|
All times are GMT +1. The time now is 01:12 AM.
[
RSS ]








