Menu

win 2000 further explanation needed

Help
2000-09-13
2001-10-21
  • PHP SiteBuilder Admin

    Trouble setting up variables in win 2000
    "* SFSetup does not correctly set up environment variables on Win2000/NT. This is because these platforms restrict access to autoexec.bat - it needs to be done using the GUI. You need to set the
    HOME variable to point to your SSH installation and PATH to point to SSH also."

    I'm not experienced in writing HOME and PATH. Please tell me exactly what to write in the files. (for future releases, you could do this as a part of the program)

    Thanks for a good initiative. I'm sure this programme will save time for a great lot of people.

    Regards,
    Jesper Rnn

     
    • Michael Hearn

      Michael Hearn - 2000-10-16

      Hi Jesper.

      You need to add these lines, assuming that SSH is installed in c:\ssh (just changed the paths if this isn't the case)

      SET HOME=c:\ssh
      SET PATH=%PATH%;c:\ssh

      Yes, I will put this information in the next release.

       
    • will guaraldi kahn-greene

      I was able to go find c:\autoexec.bat and make it unhidden by right-clicking and looking at the properties.  Then run the setup and everything is kosher.  For kicks, I went in and made it hidden again.

      This assumes you're the administrator and have explorer set up to see all files.

      /will

       
    • Shawn Dempsay

      Shawn Dempsay - 2001-07-11

      Making it set the HOME variable is going to be disrupting to me since I use MKS toolkit and HOME actually points to a directory where all my settings are stored (ie .emacs profile.ksh, etc.), is there some other environmental variable you can use?

       
    • Jack Emmerichs

      Jack Emmerichs - 2001-08-29

      I use the GIMP (an open source GNU image manipulation program) that uses HOME for its own use.  When I tried to install WinCVS it broke my GIMP installation.

      However, that's probably a WinCVS problem, so I'll try letting them know too.

      jfe1.

       
    • John William Wicks

      If I could get a hold of anyone for the project I'd fix the error for win2000. The registry settings for HKEY_CURRENT_USER should be modified not autoexec.bat file. HOME should be set to %USERPROFILE% for win2000 platforms which doesn't conflict with MKS or other utilities that use this variable.

      Use the control panel System utility as a work around for setting the values.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.