home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / DUTI / DOUBLE14.ZIP / TIP.DOC < prev   
Text File  |  1998-04-22  |  1KB  |  27 lines

  1.  Tip:  View your "AUTOEXEC.BAT" file located in your root directory.
  2. See what Paths (directories) are set with the "PATH" command.
  3. Each Path is seperated with a semi-colon. Put "DOUBLE.EXE" in one of those
  4. directories. Now you can use "DOUBLE" anywhere (any directory or drive).
  5.  Note:  The same thing goes for any other program you would like
  6. to use anywhere.
  7.  
  8.   If you don't want to use one of those Paths, simply add another
  9. (Use a text editor) by adding a semi-colon followed by the Path you want.
  10. Note: The New path added to your "AUTOEXEC.BAT" file won't take effect
  11. untill you restart your computer.
  12.  
  13.   Window95 users:
  14.  
  15.   This operating system wants more control over your computer.  I have
  16. a computer with Windows95.  I made a "S.BAT" batch file and put it in the
  17. Windows directory.  On this computer, when I enter Dos mode, I type "S"
  18. (without quotes) and press Enter.  This Sets Paths so I can use
  19. utilities and batch files anywhere.
  20.  
  21.   You can use any ascii text editor or Dos's COPY CON command to create
  22. the following one line batch file ("S.BAT"):
  23.  
  24.  SET PATH = C:\UTYS;C:\BATCH
  25.  
  26. NOTE: Use whatever directory you prefer in place of "UTYS" and "BATCH".
  27.