RE: Client system variables

2004-01-19 Thread Igor Idrisov

Igor Idrisov wrote:
 Hi!
 
 I'd like to get some system variables via web pages from CLIENT machines.
 Does anyone know any script that would do?
 
 Thank you!.
 

Can you be more descriptive?  What are system variables, to you? How do 
you mean web pages from CLIENT machines, generally web pages are 
served from server machines rather than clients?  Step back and think 
about what you really need and see if you can word it more thoroughly...

http://danconia.org


Let me describe you the whole scenario. There are some WinNT 4.0
workstations, each of those has some system variables (what do you mean
asking what are system variables? Executing 'set' command in command prompt
you can get all the system variables for the machine).
Well, the task is to get those variables via web pages (yes, served from
server on the intranet). I'm not sure, that it is possible using Perl, but
any script in any language (VBScript, JavaScript) will do for me.

Thank you!


RE: Client system variables

2004-01-19 Thread Tim Johnson
 
Maybe it would help if we knew why you wanted to do this.  I'm not sure I get the 
whole picture of what you are trying to do.  You can get system (and user) environment 
variables via a perl program using a module like Win32::AdminMisc or even through the 
registry, but that would require that the process running the web page have admin 
rights on the remote machine, and there are some definite security issues there.  

-Original Message- 
From: Igor Idrisov [mailto:[EMAIL PROTECTED] 
Sent: Mon 1/19/2004 2:00 AM 
To: [EMAIL PROTECTED] 
Cc: 
Subject: RE: Client system variables



Let me describe you the whole scenario. There are some WinNT 4.0
workstations, each of those has some system variables (what do you mean
asking what are system variables? Executing 'set' command in command prompt
you can get all the system variables for the machine).
Well, the task is to get those variables via web pages (yes, served from
server on the intranet). I'm not sure, that it is possible using Perl, but
any script in any language (VBScript, JavaScript) will do for me.

Thank you!




Re: Client system variables

2004-01-17 Thread Wiggins d'Anconia
Igor Idrisov wrote:
Hi!

I'd like to get some system variables via web pages from CLIENT machines.
Does anyone know any script that would do?
Thank you!

Can you be more descriptive?  What are system variables, to you? How do 
you mean web pages from CLIENT machines, generally web pages are 
served from server machines rather than clients?  Step back and think 
about what you really need and see if you can word it more thoroughly...

http://danconia.org

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response



Client system variables

2004-01-16 Thread Igor Idrisov
Hi!

I'd like to get some system variables via web pages from CLIENT machines.
Does anyone know any script that would do?

Thank you!