Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: deltarho
  • Content: Threads
  • Order by date
  1. deltarho

    Win98SE Empty Installer Keys

    I am manually cleaning my registry and noticed that a very large percentage of HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Components keys are empty. From what I understand of the Intaller key, a subkey in Components which was empty would be redundant. Am I safe to...
  2. deltarho

    Win98FE problem

    I've just finished a small app which should work on Win9x - it will pull out on NT based systems. It is nothing fancy - it simply displays Resources, VCache stats and Swapfile info. It writes nothing to disk or the registry - it is info gatherng only. It is similar to Sysmon, being real time...
  3. deltarho

    vbscript & industry standard dlls

    I have created a dll via PowerBasic which is easily implemeted via a Declaration in the 'calling program'. I have a feeling this not possible but will ask anyway. Is it possible to implement such a dll from Vbscript?
  4. deltarho

    File Verification

    I've just finished a small project which in principle is similar to the System File Checker. Instead of using CRC32, as does SFC, I've implemented the MD5 hashing algorithm to create a signature for a pre-defined list of files. The file paths and signatures are held in the registry and on a...
  5. deltarho

    Context menu icon

    I've introduced this into my Win98SE reg and it works fine. [HKEY_CLASSES_ROOT\Directory\shell\AttribTree] @="Set attributes within %1" [HKEY_CLASSES_ROOT\Directory\shell\AttribTree\command] @="wscript.exe e:\\scripts\\attribtree\\AttribTree.vbs \"%L\"" Is it...
  6. deltarho

    How can I make a Hn begin with an o

    How can I make a Hn begin with an open quote and end with a close quote?
  7. deltarho

    ShutdownWindows

    I've got the following as part of an If...Then construct at the end of a normal vbs file: ..... Set sa=CreateObject("Shell.Application") sa.ShutdownWindows Else Wscript.Quit End If As you can see if we pass through ShutdownWindows we will fall through to the end of the script...
  8. deltarho

    Win98 DOS

    I've got a htm and a bat in the same folder. An exe is copied to the folder. The htm has two links: One to the exe and one to the bat. The exe creates two txt files. The bat does a litle work on them and then adds them to together. I'd like to be able to put this folder anyway. ...(1)...

Part and Inventory Search

Back
Top