- Sep
- 46
- 0
I am using TCC26.
So COMSPEC is set to C:\PROGRA~1\JPSoft\TCMD26\TCC.EXE
I also want to use WinMerge using XML unpacking.
1. I start WinMerge
2. I compare to XML files.
3. I select Unpacker "Prettyfy XML"
4. I get an error message. (see below)
So when I use CMD.EXE als COMSPEC it work.
It seams that there is a syntax problem, where the executed CMD string isn't interpreted as CMD.EXE does.
Executing the command below on TCC directly shows no error
---------------------------
cmd /c type "C:\Users\Martin\Dropbox\Backup\Lizenzen\KeysExport.xml" | "C:\Program Files\WinMerge\Commands\tidy-html5\tidy.exe" -xml -indent --indent-attributes yes --tab-size 4 --indent-spaces 4 -wrap 0 --sort-attributes alpha --force-output yes -o "C:\Users\Martin\AppData\Local\Temp\WinMerge_TEMP_24104\_WM6ED7.tmp.xml" | exit 0
---------------------------
TCC: Unknown command "/c" exit 0""
TCC: Unknown command "/c" type "C:\Users\Martin\Dropbox\Backup\Lizenzen\KeysExport.xml" ""
No warnings or errors were found.
About HTML Tidy: GitHub - htacg/tidy-html5: The granddaddy of HTML tools, with support for modern standards
Bug reports and comments: Issues · htacg/tidy-html5
Official mailing list: [email protected] Mail Archives
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: Ready to check - Nu Html Checker
Lobby your company to join the W3C: About us
Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
---------------------------
OK
---------------------------
So COMSPEC is set to C:\PROGRA~1\JPSoft\TCMD26\TCC.EXE
I also want to use WinMerge using XML unpacking.
1. I start WinMerge
2. I compare to XML files.
3. I select Unpacker "Prettyfy XML"
4. I get an error message. (see below)
So when I use CMD.EXE als COMSPEC it work.
It seams that there is a syntax problem, where the executed CMD string isn't interpreted as CMD.EXE does.
Executing the command below on TCC directly shows no error
---------------------------
cmd /c type "C:\Users\Martin\Dropbox\Backup\Lizenzen\KeysExport.xml" | "C:\Program Files\WinMerge\Commands\tidy-html5\tidy.exe" -xml -indent --indent-attributes yes --tab-size 4 --indent-spaces 4 -wrap 0 --sort-attributes alpha --force-output yes -o "C:\Users\Martin\AppData\Local\Temp\WinMerge_TEMP_24104\_WM6ED7.tmp.xml" | exit 0
---------------------------
TCC: Unknown command "/c" exit 0""
TCC: Unknown command "/c" type "C:\Users\Martin\Dropbox\Backup\Lizenzen\KeysExport.xml" ""
No warnings or errors were found.
About HTML Tidy: GitHub - htacg/tidy-html5: The granddaddy of HTML tools, with support for modern standards
Bug reports and comments: Issues · htacg/tidy-html5
Official mailing list: [email protected] Mail Archives
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: Ready to check - Nu Html Checker
Lobby your company to join the W3C: About us
Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
tidy-html5/README/LOCALIZE.md at master · htacg/tidy-html5
The granddaddy of HTML tools, with support for modern standards - htacg/tidy-html5
github.com
OK
---------------------------