diff --git a/test/html5/html4/README.html4.txt b/test/html5/html4/README.html4.txt
index 281fc56..2e1a20e 100644
--- a/test/html5/html4/README.html4.txt
+++ b/test/html5/html4/README.html4.txt
@@ -49,7 +49,7 @@ All the output is redirected to tempinfo.html
The set of test batch files is -
testacro.bat testbig.bat testbody.bat testcent.bat testcent2.bat testdir.bat
-testfont.bat testi2.bat testtt.bat
+testfont.bat testi2.bat teststrike.bat testtt.bat
The name generally indicates the tag or attribute being tested...
diff --git a/test/html5/html4/testacro.bat b/test/html5/html4/testacro.bat
index d7f63d1..20f811d 100644
--- a/test/html5/html4/testacro.bat
+++ b/test/html5/html4/testacro.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\acronym5.html
+@set TMPFIL=acronym5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testbig.bat b/test/html5/html4/testbig.bat
index 4eaaf71..1617408 100644
--- a/test/html5/html4/testbig.bat
+++ b/test/html5/html4/testbig.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\big5.html
+@set TMPFIL=big5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testbody.bat b/test/html5/html4/testbody.bat
index 036d370..4b01133 100644
--- a/test/html5/html4/testbody.bat
+++ b/test/html5/html4/testbody.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\bodyatts5.html
+@set TMPFIL=bodyatts5.html
@if NOT EXIST %TMPEXE% (
@echo Unable to locate EXE %TMPEXE%
@exit /b 1
diff --git a/test/html5/html4/testcent.bat b/test/html5/html4/testcent.bat
index 27c3e9f..a3c53ff 100644
--- a/test/html5/html4/testcent.bat
+++ b/test/html5/html4/testcent.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\center5.html
+@set TMPFIL=center5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testcent2.bat b/test/html5/html4/testcent2.bat
index 80ecaab..4ee932d 100644
--- a/test/html5/html4/testcent2.bat
+++ b/test/html5/html4/testcent2.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\center25.html
+@set TMPFIL=center25.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testdir.bat b/test/html5/html4/testdir.bat
index 767c8fd..5963a3a 100644
--- a/test/html5/html4/testdir.bat
+++ b/test/html5/html4/testdir.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\dir5.html
+@set TMPFIL=dir5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testfont.bat b/test/html5/html4/testfont.bat
index 8a29718..7c50af1 100644
--- a/test/html5/html4/testfont.bat
+++ b/test/html5/html4/testfont.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\font5.html
+@set TMPFIL=font5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1
diff --git a/test/html5/html4/testi2.bat b/test/html5/html4/testi2.bat
index 7ff4953..6ef5716 100644
--- a/test/html5/html4/testi2.bat
+++ b/test/html5/html4/testi2.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\index2.html
+@set TMPFIL=index2.html
@call testone
diff --git a/test/html5/html4/teststrike.bat b/test/html5/html4/teststrike.bat
new file mode 100644
index 0000000..85ad617
--- /dev/null
+++ b/test/html5/html4/teststrike.bat
@@ -0,0 +1,13 @@
+@setlocal
+@call setexe
+@set TMPFIL=strike5.html
+@if NOT EXIST %TMPFIL% (
+@echo Unable to locate FILE %TMPFIL%
+@exit /b 1
+)
+
+@call testone
+@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL%
+@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL%
+
+@echo See %TMPINFO%
diff --git a/test/html5/html4/testtt.bat b/test/html5/html4/testtt.bat
index 449eea7..7061000 100644
--- a/test/html5/html4/testtt.bat
+++ b/test/html5/html4/testtt.bat
@@ -1,6 +1,6 @@
@setlocal
@call setexe
-@set TMPFIL=C:\HOMEPAGE\Orange\tt5.html
+@set TMPFIL=tt5.html
@if NOT EXIST %TMPFIL% (
@echo Unable to locate FILE %TMPFIL%
@exit /b 1