Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

change environment variable with script?

Featured Replies

echo %path%
C:\SYS\WINDOWS\system32;C:\SYS\WINDOWS;C:\SYS\WINDOWS\System32\Wbem
path=%path%;C:\SYS\APPS\Team OvK
echo %path%
C:\SYS\WINDOWS\system32;C:\SYS\WINDOWS;C:\SYS\WINDOWS\System32\Wbem;C:\SYS\APPS\Team OvK

<exit CMD>

echo %path%
C:\SYS\WINDOWS\system32;C:\SYS\WINDOWS;C:\SYS\WINDOWS\System32\Wbem

I have several in-house utilities I run and for ease of use, etc. I want to be able to run them from the run dialog. Is there a way to add my custom directory to the PATH variable **FROM A SCRIPT**? Because I manage systems on several networks, I want to be able to copy my apps from a flash/external drive and add the copied directory via a script, instead of doing it manually for each install.

Is this possible, or should I try and find a way to get AutoIt to do the work for me?

Edited by Over.Kill

  • Author

heh...nevermind

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment

problem solved :D

You could also use the MS utility named setx (search for it, it's in a resource kit).

When setting it using a reg-file you change the entire path, which may affect other programs on some of the computers.

Setx just adds to the path without changing the rest of it.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.