Login script

J

joey se

hello!

on windows 2003. id like to use ruby to process my login script.

how do you read all mapped drives, map a drive or disconnect a mapped
drive with ruby?

can someone point me to any documentation with regards to making calls
similar to the above?


thank you so much!

joey
 
J

James Britt

joey said:
hello!

on windows 2003. id like to use ruby to process my login script.

how do you read all mapped drives, map a drive or disconnect a mapped
drive with ruby?


I have a script to map some drives, with stuff such as:

require 'win32ole'
net = WIN32OLE.new('WScript.Network')
user_name = 'some_user_name'
password = 'top-secret-password'


net.MapNetworkDrive( 'X:', '\\james3480\$C', nil, user_name, password )


Poke around MSDN for WScript.Network examples using JScript or VBScript.

That's how I worked out what I needed.


--
James Britt

http://www.ruby-doc.org - Ruby Help & Documentation
http://www.artima.com/rubycs/ - The Journal By & For Rubyists
http://www.30secondrule.com - Building Better Tools
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top