User Profile

Collapse

Profile Sidebar

Collapse
spezzer
spezzer
Last Activity: May 24 '10, 12:38 PM
Joined: Mar 23 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CMD Files

    Hi

    CMD instead of BAT? - new to me so will take a closer look

    thanks for the tip

    regs
    See more | Go to post

    Leave a comment:


  • Hi - to call the reg file from the bat file use the following syntax:-

    regedit/s "\\servername\f olderpath\filen ame.reg"

    Note - The use of server UNC is not essential but prefer it to drive mappings and therefore could use, say F:\ instead of \\servername

    regs
    See more | Go to post

    Leave a comment:


  • Hi the following text in a reg file will add a database folder to the list of safe locations used by Access 12 (2007) :-

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Security\Trusted Locations\Location20]
    "Path"="C:\\Program Files\\DatabaseFolder\\"
    "Description"="Meaningful Description"
    "AllowSubFolders"
    ...
    See more | Go to post
    Last edited by spezzer; Apr 8 '10, 09:19 AM. Reason: spelling!

    Leave a comment:


  • Access Front-End Auto Update

    Hi - I looked at this thread with a view to finding out how to grab database object description properties, but as I read through I realised you are trying to do something which I have applied very effectively using bat files. In my version of the 'User Interface Refresh' I send each user a shortcut via email I (in this case a lotus notes button ) which creates a desktop shortcut. This shortcut points at...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...