Depending on Computer Name
Posted: Feb 9th, ’24, 09:57
I use "run" folowing instruction to Open Google Adresses for User 3
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe" --profile-directory=Default --app="https://contacts.google.com/u/3/?hl=de"
Is there a way to open another url depending on the device name?
i.e.
Thx
GalainDeNo
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge_proxy.exe" --profile-directory=Default --app="https://contacts.google.com/u/3/?hl=de"
Is there a way to open another url depending on the device name?
i.e.
Code: Select all
if "PC name = Nitro"
open URL A
else if "PC name= Aspire"
open URL B
else
open URL C
end if
Thx
GalainDeNo