Results 1 to 5 of 5

Thread: Creating Registry Sting Key with Pathname.

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2006
    Location
    London, UK
    Posts
    817

    Creating Registry Sting Key with Pathname.

    I have done this two different ways now but get the same result.

    I need to create a string key entry in the registry.
    The problem is that the Key name and the Key value are both file paths.

    When I create the key I get a list of subdirectories under the key. Probably because the Key Name is a path.

    Can anyone suggest how I get around this?

    Code:
    Registry.RegWrite "HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl", "C:\Program Files\Microsoft Visual Studio\VB98\VB6.EXE", "C:\Test.pdf*"
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width