Afficher un message
Vieux 19/06/2008, 01h41   #2
Simon Blanco
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Ruby lib to make a net use connection

Tristin Davis wrote:
> Can someone point me to a Win32 module that can do net use commands from
> ruby?
> I.E net use \\machine_name , but programatically


There are some ssh gems and alike on gems repos, if that's what you are
looking for.
Just typing "gem search -r net" on a console would show some gems that
would fit


Anyway you can use any windows command on ruby with system I.E system
'net use \\machine_name'


Hope it s
--
Posted via http://www.ruby-forum.com/.

  Réponse avec citation
 
Page generated in 0,05918 seconds with 9 queries