#1
|
|||
|
|||
HTML Export issue
Hi
I followed all the instructions in the thread: "Exporting UR tree, documents and text to HTML" - http://www.kinook.com/Forum/showthre...?threadid=2054 Then finally the instruction to run: ConvertToHTML.vbs When I do this the file just opens in my Text Editor program. How do I get it to actually run instead and perform the conversion? Thanks, IJG |
#2
|
|||
|
|||
Right-click on ConvertToHTML.vbs, choose Open With -> Choose Program, Browse to and select C:\Windows\System32\cscript.exe and click OK (also check 'Always use the selected program to open this kind of file' if you want double-click to automatically use this, or choose Open With -> Microsoft (R) Windows Based Script Host in the future).
|
#3
|
|||
|
|||
Thanks - however still not working. When I click to open it cannot find toc.html
There is no file of that name in the path where I created the export: C:\Documents and Settings\Ian Goldsmid\Desktop\UR Export\export.xml |
#4
|
|||
|
|||
Try opening a Command Prompt (Win+R, cmd<Enter>), and in it, enter a command of
cd "C:\Documents and Settings\Ian Goldsmid\Desktop\UR Export"<Enter> then cscript ConvertToHTML.vbs<Enter> |
#5
|
|||
|
|||
that worked but then the index.html is blank - it has two panes but no content
|
#6
|
|||
|
|||
i am trying a few more times and now, using CMD I am getting the error:
"Input Error: There is no script engine for file extension .vbs... But VBS is now clearly associated with cscript.exe for example in Folder Options - File Types .vbs opens with Microsoft Console Based Script Host... I can now also double click ConvertToHTML.vbs - see a CMD window momentarily appear/disappear - but with no creation of toc.html |
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Quote:
|
#10
|
|||
|
|||
There was a problem if the exported content contained non-ASCII characters. The ZIP attachment in that thread has been updated with a fix.
|
|
|