home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / TC32201.ZIP / JPTCMD32.INF < prev    next >
INI File  |  1998-02-02  |  5KB  |  117 lines

  1. ; JPTCMD32.INF
  2. ; 09-Jan-98
  3. ; ------------------------------------------------------------------------
  4. ;
  5. ; Customizes a few Windows 95 / Windows NT functions to best take
  6. ; advantage of features provided by JP Software's Take Command/32 command
  7. ; processor:
  8. ;
  9. ; 1.  Creates a new "Take Command Prompt here" entry in the context menu
  10. ;     of drives and directories.  Selecting that option will launch Take
  11. ;     Command/32 in that drive or directory.
  12. ;
  13. ; 2.  Provides an additional "open" option in the context menu of all
  14. ;     batch files (.BAT and .BTM under Windows 95; .BAT, .CMD, and .BTM
  15. ;     under Windows NT) to run the file with Take Command/32.
  16. ;
  17. ; 3.  Extends Windows' definition of a "batch file" to include *.BTM
  18. ;     files.   If you want the ability to double-click on a *.BTM to
  19. ;     execute it, you have several options, including:
  20. ;
  21. ;     a. Make "Open with Take Command/32" the default action for file
  22. ;     type "batfile".
  23. ;
  24. ;     b. Change the default action (typically set to "%1") to invoke
  25. ;     Take Command/32.
  26. ;
  27. ;     For either option, if you prefer not to deal directly with the
  28. ;     Registry Editor (REGEDIT), it's best if your system is configured
  29. ;     so that you can edit the Properties of file type "batfile" by
  30. ;     opening an Explorer Window ("My Computer", for example) and selecting
  31. ;     "View", "Options", then "File Types".  If you don't see an entry for
  32. ;     "MS-DOS Batch Files" or the edit options are unavailable, and you
  33. ;     prefer not dealing with the Registry directly, see file
  34. ;     "jpbatch.reg" on our Web site (in the "Directory of ASCII Files").
  35. ;
  36. ; 4.  Includes itself among the features that can be "uninstalled" via the
  37. ;     Windows Control Panel.
  38. ;
  39. ; ------------------------------------------------------------------------
  40.  
  41.  
  42. ;
  43. ; Normally this file is installed automatically during the Take
  44. ; Command/32 installation process.
  45. ;
  46. ; TO INSTALL MANUALLY:  Make sure this file is in the same directory as
  47. ; TCMD32.EXE, right-click on the file name from a Windows Explorer window,
  48. ; and select the "Install" option on the popup menu.
  49. ;
  50. ; TO REMOVE:  Use the Control Panel's "Install/Remove Programs" menu.
  51. ;
  52. ; ------------------------------------------------------------------------
  53. ;
  54. [Strings]
  55. REMOVE_DESC = "JP Software's Take Command/32 Registry Extensions (remove only)"
  56. PRODUCT = "TCMD32"
  57. LONG_NAME = "Take Command Prompt"
  58. RUN_STRING = "TCMD32.EXE"
  59. DESC_STRING = "&Take Command"
  60.  
  61. [CopyFiles.Inf]
  62. JPTCMD32.INF
  63.  
  64. [SourceDisksFiles]
  65. JPTCMD32.INF = 55
  66.  
  67. [SourceDisksNames]
  68. 55 = "","",1
  69.  
  70. [version]
  71. Signature = "$CHICAGO$"
  72. Provider = "JP Software, Inc."
  73.  
  74. [DefaultInstall]
  75. AddReg = Registry.Add, Uninstall.Add
  76. CopyFiles = CopyFiles.Inf
  77.  
  78. [DefaultUninstall]
  79. DelReg = Registry.Add, Uninstall.Add
  80. DelFiles = CopyFiles.Inf
  81.  
  82. [DefaultInstall.ntx86]
  83. AddReg = Registry.Add, Registry.AddNT, Uninstall.AddNT
  84. CopyFiles = CopyFiles.Inf
  85.  
  86. [DefaultUninstall.ntx86]
  87. DelReg = Registry.Add, Registry.AddNT, Uninstall.AddNT
  88. DelFiles = CopyFiles.Inf
  89.  
  90. [DestinationDirs]
  91. CopyFiles.Inf = 17
  92.  
  93. [Registry.Add]
  94. HKLM,Software\Classes\.btm,,,"batfile"
  95. HKCR,Drive\Shell\%PRODUCT%,,,"&%LONG_NAME% here"
  96. HKCR,Drive\Shell\%PRODUCT%\command,,,"%01%\%RUN_STRING% /k *cdd %1"
  97. HKCR,Directory\Shell\%PRODUCT%,,,"&%LONG_NAME% here"
  98. HKCR,Directory\Shell\%PRODUCT%\command,,,"%01%\%RUN_STRING% /k *cdd %1"
  99. HKLM,Software\Classes\batfile\shell\%PRODUCT%,,,"Open with %DESC_STRING%"
  100. HKLM,Software\Classes\batfile\shell\%PRODUCT%\command,,,"%01%\%RUN_STRING% /c ""%%1"" %*"
  101.  
  102. [Registry.AddNT]
  103. HKLM,Software\Classes\cmdfile\shell\%PRODUCT%,,,"Open with %DESC_STRING%"
  104. HKLM,Software\Classes\cmdfile\shell\%PRODUCT%\command,,,"%01%\%RUN_STRING% /c ""%%1"" %*"
  105.  
  106. [Uninstall.Add]
  107. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%
  108. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,DisplayName,,"%REMOVE_DESC%"
  109. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,UninstallString,,"%10%\RunDll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %17%\JP%PRODUCT%.INF"
  110.  
  111. [Uninstall.AddNT]
  112. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%
  113. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,DisplayName,,"%REMOVE_DESC%"
  114. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\JP%PRODUCT%,UninstallString,,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %17%\JP%PRODUCT%.INF"
  115.  
  116. [eof]
  117.