![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | About User Variable Hi guys, i need to read a user variable locally on server with a vbs script ... how i can do it ? Thanks in advance. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: About User Variable On May 4, 12:34*pm, "InputIO" <n...@xxxxxx> wrote: Quote: > Hi guys, > > i need to read a user variable locally on server with a vbs script ... how i > can do it ? > > Thanks in advance. ExpandEnvironmentStrings function. For example, ... with CreateObject("WScript.Shell") wsh.echo .Environment("PROCESS")("USERPROFILE") end with WSH 5.6 documentation download (URL all one line) http://www.microsoft.com/downloads/d...displaylang=en Tom Lavedas *********** |
My System Specs![]() |
| | #3 (permalink) |
| | Re: About User Variable thanks , now i see on the vbs documentation for this object. bye. "T Lavedas" <tglbatch@xxxxxx> ha scritto nel messaggio news:355b549c-2850-44de-a897-3e3006165ae5@xxxxxx On May 4, 12:34 pm, "InputIO" <n...@xxxxxx> wrote: Quote: > Hi guys, > > i need to read a user variable locally on server with a vbs script ... how > i > can do it ? > > Thanks in advance. ExpandEnvironmentStrings function. For example, ... with CreateObject("WScript.Shell") wsh.echo .Environment("PROCESS")("USERPROFILE") end with WSH 5.6 documentation download (URL all one line) http://www.microsoft.com/downloads/d...displaylang=en Tom Lavedas *********** |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| How to read a user input value from command line and store it in a variable? | VB Script | |||
| $Variable Is In {1,2,3,4} | PowerShell | |||
| Re: How to display a variable value in a dialog box and how to read user input? | VB Script | |||
| Set-Variable | PowerShell | |||
| How can I ensure that a variable is a built-in powershell variable? | PowerShell | |||