Announcement

Collapse
No announcement yet.

pro-100 homseer.exe enhancements

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    pro-100 homseer.exe enhancements

    Did not see a place for Pro-100 Enhancement requests so here goes...
    Last edited by NNilsen; February 7, 2006, 07:02 PM.

    #2
    Add pro-100 shutdown support

    I copied shutdown.exe to the C:\windows\system32 directory

    from a command line I can now type shutdown -r -t 05 to reboot pro-100 via VNC remotely.

    Comment


      #3
      Add favorites to homeseer.exe view menu

      To access programs remotely via VNC...
      after disabling protection on pro-100
      I created shortcuts for:
      shutdown.exe
      taskmgr.exe
      command.com
      explore.exe
      iexplore.exe
      D:/documents and settings/administrator
      D:/documents and settings/all users/start menu
      placed them all in D:/documents and settings/administrator/favorites
      As a work around to access from homeseer.exe I use; edit/scripts/favorites

      edit/scripts/ also provides rapid access to the features missing by not having a start menu.

      Comment


        #4
        Add On-Line help support

        Provide access to your on-line help files and systems from homeseer.exe and Pro-100 help button

        My Workaround...
        I created a very simple homeseer.htm file
        installed it in D:\program files\homeseer 2\html\webhelp


        A great tool for pro-100 dealers to put their own help file links in addition to yours.

        Sample code---------------------------------------

        <html>
        <head>
        <meta http-equiv="Content-Language" content="en-us">
        <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
        <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
        <meta name="ProgId" content="FrontPage.Editor.Document">
        <title>HomeSeer Help</title>
        </head>
        <body>
        <h2>HomeSeer Help</h2>
        <h4><a href="http://homeseer.com/support/homeseer/WebHelp2/homeseer.htm" target="_blank">HomeSeer
        2.x</a></h4>
        <h4><a href="http://www.homeseer.com/support/hsphone/WebHelp/hsphone.htm" target="_blank">HomeSeer
        Phone</a></h4>
        <h4><a href="http://www.homeseer.com/cgi-bin/helpdesk/kb.cgi" target="_blank">KnowledgeBase</a></h4>

        <h4><a href="http://www.homeseer.com/cgi-bin/helpdesk/pdesk.cgi" target="_blank">Help
        Desk</a></h4>

        <h4><a target="_blank" href="http://board.homeseer.com/">Message
        Board</a></h4>

        <h4><a href="http://www.homeseer.com/support/instant_helpdesk_request.htm" target="_blank">Instant
        Support</a></h4>

        </body>
        </html>

        Comment

        Working...
        X