Bob-

Wednesday, March 14, 2007, 8:48:42 AM, you wrote:

> In fact, it is not necessary to expose your password when accessing a
> network drive in Linux. I cut this out of Mark's suggested command line.
> On my network/machines, the following worked perfectly:

> put "smbclient \\\\john\\c -Wmshome -cdir" into procToDo
> put shell(procToDo) into field "test"

That will only work if the username of the loggedin user (environment
variable $USER) matches a valid username on the windows computer (and
workgroup if there's a server on the network). And smbclient should
ask you for a password if you don't supply one on the command line,
even if none is required.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to