system_exec

new topic     » topic index » view thread      » older message » newer message

Having a problem mapping shares in Win 7.. using Euphoria v4.0

Using

system_exec("net use z: \"\\\\Share\\My File\"",2) 

will not map the share.. produces a system error.

However

system_exec("net use z: \\\\Share\\File",2)  

will map the share..

Both shares can be mapped from the command line:

net use z:
Share\File

net use x: "
Share\My File"

(something seems to produce newlines in the above text.. ??)

Is there a solution?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu