aboutsummaryrefslogtreecommitdiff
path: root/README.DOS
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>1997-08-07 22:13:13 +0200
committerJulian Seward <jseward@acm.org>1997-08-07 22:13:13 +0200
commit33d134030248633ffa7d60c0a35a783c46da034b (patch)
treeb760dc34185dccc7054989c1472478574223cc31 /README.DOS
downloadbzip2-33d134030248633ffa7d60c0a35a783c46da034b.tar.gz
bzip2-33d134030248633ffa7d60c0a35a783c46da034b.tar.bz2
bzip2-33d134030248633ffa7d60c0a35a783c46da034b.zip
bzip2-0.1bzip2-0.1
Diffstat (limited to 'README.DOS')
-rw-r--r--README.DOS20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.DOS b/README.DOS
new file mode 100644
index 0000000..d522b81
--- /dev/null
+++ b/README.DOS
@@ -0,0 +1,20 @@
1
2Windows 95 & Windows NT users:
3
41. There's a pre-built executable, bzip2.exe, which
5 should work. You don't need to compile anything.
6 You can run the `test.bat' batch file to check
7 the executable is working ok, if you want.
8
92. The control-C signal catcher seems pretty dodgy
10 under Windows, at least for the executable supplied.
11 When it catches a control-C, bzip2 tries to delete
12 its output file, so you don't get left with a half-
13 baked file. But this sometimes seems to fail
14 under Windows. Caveat Emptor! I think I am doing
15 something not-quite-right in the signal catching.
16 Windows-&-C gurus got any suggestions?
17
18 Control-C handling all seems to work fine under Unix.
19
207 Aug 97