home *** CD-ROM | disk | FTP | other *** search
/ Zodiac Super OZ / MEDIADEPOT.ISO / FILES / 16 / COUNT93R.ZIP / INSTALL.TXT < prev   
Text File  |  1995-10-22  |  4KB  |  116 lines

  1. //-----------Description for Boot Counter program------------//
  2.  
  3. This program will count the number of times your computer has been
  4. booted.  Each time the computer starts up, the program will record
  5. one boot into it's records. The program also records the last and 
  6. current boot time and date. It also monitors the harddrive space 
  7. that is free and gives a percentage based on the total amount disk 
  8. space.
  9.  
  10.         o At this point in time the program will only check the
  11.           c drive, if you actually like this program and
  12.           have more than 1 drive, tell me and I'll make it
  13.           read c and d or whatever.
  14.  
  15. If you want a version without the annoying text screen, mail me and 
  16. I'll send you a copy or tell you where to get the real version.
  17.  
  18. The program was made using Turbo Pascal 7.0 (ya laugh all you want).
  19.  
  20. //-------------Installation--------------------------//
  21.  
  22. Move the count.exe and count.dat (count.dat is vital for the program 
  23. to work properly)into your windows or dos directory, doesn't matter 
  24. which one just as long as it is in your path. To see what your path 
  25. is, just type 'path' at the prompt.  You can also put the count.bat 
  26. file into the same directory.
  27.  
  28. Depending on which directory you put the files into, you will have to
  29. change the count.bat file.  In this file there are lines with rem in
  30. front of them, just remove the rem in front of the location of the
  31. count files.
  32.  
  33. ---Dos Installation
  34. You will now have to edit your startup file, autoexec.bat.  It's a
  35. good idea to make a backup copy of it first, so type :
  36.  
  37.     copy autoexec.bat autoexec.old  
  38.  
  39. If the changes you make don't work, you can always copy the old one
  40. back to the orginal.  Now, edit autoexec.bat and insert a line AFTER
  41. the path statement saying :
  42.  
  43.     call count
  44.  
  45. Path statements usually look like this :
  46.  
  47.     set path=c:\;c:\dos;c:\windows;c:\tp\bin
  48.  
  49. 'call count' MUST be after the path statement.  I suggest putting it 
  50. directly after the path statement.
  51.  
  52. An example of an autoexec.bat(every computer is going to be different):
  53.  
  54.     prompt $g$p
  55.     @echo off
  56.     set temp=c:\temp
  57.     set path=c:\;c:\dos;c:\windows;c:\tc\bin
  58.     CALL COUNT 
  59.     goto %config%
  60.     blah blah
  61.     blah etc....
  62.  
  63. Notice how the 'call count' statement is after the set path statement.
  64.  
  65. By the way, we use CALL COUNT instead of just COUNT because the call 
  66. command executes the count.bat file without terminating the execution 
  67. of the autoexec.bat file.
  68.  
  69. ---Windows 95 Installation
  70. If you use Windows 95 and don't use the Dos start up files, then you'll 
  71. have to put a shortcut to your batch file in your startup menu.  It's easy
  72. to do this, but I'll tell you how just in case.
  73.     o Press the Start button (dah)
  74.     o Go to Settings
  75.     o Under Settings activate the TaskBar
  76.     o A menu-type screen will pop up with two choices : Taskbar options
  77.        or Start menu programs, go to the Start menu programs
  78.     o Click on the Advanced button, this will bring up the 'friendly'
  79.        Win95 explorer program
  80.     o Double click on the Programs folder, this will bring up all 
  81.        the folders in your Start menu
  82.     o Double click on the Startup folder
  83.     o Go to the menu bar(file,edit,view, etc..), and choose file
  84.     o Under file choose new shortcut
  85.     o A windows should pop up and allow you to browse
  86.     o Find the count93r.exe or the count.bat file and double click on it.
  87.         - Either one will do, the batch file just pauses the screen
  88.            during startup, which is not really needed when you use 
  89.            Win95.
  90.  
  91. //-------------Need Help?-------------------//
  92. If my instructions are that bad, then you can get a hold of me through
  93. the following devices (please use my e-mail address if possible):
  94.  
  95. My home address is :    Tony Distler
  96.                         10 Milliron  Apt E2
  97.                         Athens, OH 45701
  98.         o It's gonna cost ya.
  99.         
  100. My compuserve number is : 76403,1210.
  101.         o I rarely check my mail here.
  102.  
  103. My e-mail address is : adistler1@ohiou.edu
  104.         o I check at least once a day.
  105.  
  106. //-----------Distribution-------------//
  107. This program can be distributed, put on Cd-Rom's, given to friends, sent 
  108. to strange ftp sites, etc. just as long as you keep it as a whole.  Keep 
  109. everything in the .zip file there, all five files :
  110.     count93r.exe
  111.     count.dat
  112.     count.bat
  113.     install.txt
  114.     file_id.diz
  115.  
  116. //--------Burn an X in your head----------//