                             HD version 2.0
                             ==============
INSTALLATION
============
pkunzip hided20.zip -d

PROGRAM OVERVIEW
==================
 "HD.com" and "SD.com" are an "easy to use"
 Directory-hiding for DOS.  The purpose of HD(=Hide Directory)
 is to take a simple directory which resident in the root directory
 and HIDE it so that no program could find it.

SYSTEM REQUIREMENTS
=====================
- 286 processor or better
- DOS V3.0+

HOW TO USE IT
=============
 let say that you have a directory in the root-directory of drive A
 called "test" and you have in it files and sub-directories that you
 want to hide. (you can hide several directories and expose them
 in any order that you want) so, all you need to do is:

c:\>a:
a:\>hd test
fThe Code Is 0000

 what I mean is that you need to be in the drive that you want to
 hide the directory. now, you have to remember the Code
 (it don't have to be 0000).now you can read/write/del files
 or shut-down the computer. but DON'T run "fixing" program on
 the "drive A". when you want to use the files you need to:

a:\>sd test 0000

 notice that now you don't need to enter the same directory name
 as was before you hided the directory.
 the code is case sensitive which means that if you get a code of: "AAAA"
 you mast enter the code as "AAAA" not "aaaa".
 also ,you need to be in the same drive that you want to show the
 directory. now you can run "fixing" program like scandisk
 and you will find out that you have small problem. this is
 because I have "bug" in my program. anyway ,you can just fix it.

FILES
=====
  hd.com         -hide a directory.
  sd.com         - expose a directory.

TECHNICAL SUPPORT
=================
 If you have questions or comments about HD, please send
 them to me!  HD continues to evolve due to user comments
 and requests!

 Please send your comments/questions/ideas/advice to:

 Internet Mail:        evy@glx.chief.co.il

LEGITIMATE
==========
 this program is shareware program and free to copy.

REGISTERING
===========
 this is shareware program which mean that you can hide only on
 drive A or B. sorry, but if you want to get the full version of
 this program you have to sand 30 U.S dollars to:

Reuven And Evyatar
p.o.b 410
Raanana, 43307
ISRAEL

 and you will get back the programs "hd.com" and "sd.com"
 in a UUE format which mean that you have to run program(I use "uud20.com")
 in order to make it a COM file to your Internet Mail address
 (which also been called "E-mail"). please don't forget to
 include your "E-mail" address.
 if you don't want to register this program you can still read
 the "easy-tricks" part.

WARNING
=======
 I am not responsible if this damages your property in any way, shape
 or form.  (I don't see why it would though) ;)
 please read the "HOW TO USE IT" section.

ABOUT
=====
Evyatar Enis
evy@glx.chief.co.il

Reuven Langer
reuvenl@glx.chief.co.il

HISTORY
=======
 I wrote this program when I studied in the yeshiva.
 I didn't want them to see my files so I had to write this down.
 but ,today I have my own 386sx ,which is not state of thee art.
 and by donating 5 bucks to a higher cause (me) you make
 the world (and my computer) a better place.
 for any remarks: evy@glx.chief.co.il

EASY-TRICKS
===========
 let's say that you want to HIDE files (never mind why).

 well ,you can just   c:\>ATTRIB *.* +H
 q..what's the result?
 a..when you type dir you don't see the files.
    but if you have SHELL program even windows you can delete them,
    or you can just   c:\>ATTRIB *.* -H.
    not very neat ,huh!

 so you can also  c:\>MD ALT+255  (write MD then press ALT then type 255
                               on your keypad only, then release ALT).
 q..what's the result?
 a..when you type dir you see a blank Directory name
   so unauthorized creatures might miss it if they use DOS
   but in SHELL program he probably won't miss it
   and if they copy files to the same Directory
   the unauthorized creatures certainly won't miss it.
  just look:
=====================================================
 Volume in drive A has no label
 Volume Serial Number is 2C72-19D2
 Directory of A:\

AUTOEXEC BAT          525 03-08-97   8:42p
P            <DIR>         03-18-97   6:25p
             <DIR>         03-18-97   6:25p
CONFIG   SYS         1,632 03-06-97  12:36p
        5 file(s)          2,157 bytes
                       1,453,056 bytes free
=====================================================
  see what I mean?
  not very neat either!

 or you can use those programs.
 q..what you get?
 a..you get
=====================================================
  hd.com         - hide a directory.
  sd.com         - expose a directory.
=====================================================
 now ,you can do anything like read/write/del
 but don't activate any fixing program.
 for more information read the "HOW TO USE IT" part.
