home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / caway349.zip / BIN / WARPWRAP.DEF < prev    next >
Text File  |  1996-06-17  |  1KB  |  47 lines

  1. #
  2. # WARPWRAP definitions file
  3. #
  4. # ~NEW adds string to environment variable block if doesn't exist,
  5. # ignores if the environment variable string already exists
  6. #
  7. ~NEW
  8. #
  9. INCLUDE=D:\SYSTEM\INCLUDE
  10. TEMP=C:\DOS;
  11. # preceding whitespace in line is optional
  12.    USEEMS=OFF
  13. #
  14. # ~REPLACE replaces existing environment variables if exist, add if not
  15. #
  16. ~REPLACE
  17. #
  18. PROMPT=$P$G
  19. # 'SET ' is optional, can be used before ~<environment variable>
  20. #  or #<environment variable> so environment variable is not confused with
  21. # WARPWRAP comment or command
  22. SET SAFETYNET=ON
  23. #
  24. # make environment variable adds/replaces/removes case sensitive
  25.  ~SAVECASE
  26. #
  27. # you don't usually see lowercase environment variables in DOS
  28. lowercase=on
  29. #
  30. #
  31. # ~DELETE deletes existing environment variables if present
  32. #
  33. ~DELETE
  34. # trailing '=' is optional
  35. LIB
  36. # because of preceding SAVECASE, only deleted if lowercase 'network'
  37. # environment variable is present
  38. network=
  39. #
  40. # restore to default all uppercase environment variables
  41. ~NOSAVECASE
  42. #
  43. #
  44. # clear uninitialized program memory words to 00a5h hexadecimal
  45. #
  46. ~CLEAR a5
  47.