home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / SJ101.ZIP / SJ101.DOC < prev   
Text File  |  1993-05-31  |  3KB  |  71 lines

  1.  
  2.  
  3.  
  4.                                SJ version 1.01
  5.                           Split & Join File System
  6.  
  7.                          Created in May-28-1993 by
  8.                              ACID 0f -SkAnDaL!- 
  9.  
  10.  
  11.         INTRODUCTION
  12.         Thank you for using this cool utility. I hope it'll help you.
  13.         I created SJ because I was very bore to backup my hard disk with 
  14.         the backup and restore DOS commands.
  15.         Now I create an archive file with Arj, Pkzip or other and then
  16.         I split this ( usually a very big file ) in little files so that
  17.         can put them on the disks.
  18.         Also you can find problems with big files on your hard disk 
  19.         ( for example sound or movie files ). Well, this is the right 
  20.         moment for using SJ.
  21.         You must assume the entire risk of using the program.
  22.         I wrote it because all write it, not because I believe in it really.
  23.  
  24.         HOW TO INSTALL SJ
  25.                   1) Copy SJ.EXE in your utilities dir.
  26.                      If your haven't got it create one ( for example in
  27.                      this way   MD \UTIL
  28.                   2) Remember to check in your autoexec.bat file if this
  29.                      directory is in the PATH. If not U must add the util
  30.                      name in the PATH line. Now you can run SJ whatever 
  31.                      directory you are in.
  32.                   3) Don't erase the sj101.exe file. If your friends want
  33.                      SJ you must give them this file.
  34.  
  35.         HOW TO USE SJ
  36.         Is very simple to use it. I'll teach you with an example.
  37.         I must backup the c:\WORK directory. Its size is 10 Mbyte.
  38.         Before to use SJ I must create a single file so I'll run the ARJ.
  39.         c:\>arj a -r backup c:\work 
  40.         This command will create the backup.arj file, an archive with all 
  41.         the contents of the WORK directory and sub-directory.
  42.         Now I've got a file .arj 6 Mbyte long and must put it on mini disks.
  43.         I'll use some formatted 3 1\2 high density disks.
  44.         To put the backup file on disks I must break the big file in 1.4 Mbyte
  45.         files long.
  46.         So I type SJ S 1400 c:\backup.arj c:\backup
  47.         SJ will create 4 files 1.4 Mbyte long and 1 file 400 Kbyte long.
  48.         backup.00 backup.01 backup.02 backup.03 backup.04
  49.         Now I can put them on the disks ( one for disk, eheh )
  50.         When I have done it can erase all the files on my hard disk in this way:
  51.         c:\>del backup.*
  52.         When I'll want to restore the WORK dir I'll copy the contents of my
  53.         mini disks on the hard disk.
  54.         Now I use the join option in this way:
  55.         SJ J c:\backup c:\backup.arj
  56.         SJ'll create the .arj file and I can extract its contents with:
  57.         c:\>arj x c:\backup.arj
  58.  
  59.         ADVICE
  60.         This program is FREE so you can spread it around the world.
  61.  
  62.         QUESTIONS E/O SUGGESTIONS
  63.         For any problems you can contact me to:
  64.                Luca Bellintani
  65.                via Belfanti 65/bis
  66.                46035 Ostiglia (MN)
  67.                Italy
  68.         
  69.         or on Internet to:
  70.                bellinta@ghost.dsi.unimi.it
  71.