Re: EU dir command
- Posted by jimcbrown (admin) Aug 16, 2012
- 2230 views
gwalters said...
I am using EU 2.4 and having trouble with the dir command. I want to dir a shared directory in my desktop server running windows 7. I think I have the shares correct because I can dir from a command window on my laptop.
dir
MyServerName\source works from a dos command window but the dir(path) where path is
MyServerName\source does not work. Any ideas?
Does
object x x = dir("\\\\MyServerName\\source\\*.*")
work?
Also, you say that this program runs on startup ... does it run as a service somehow (e.g. via winserv) or does it run as the user who is logging in? Does the user log in with a password? Services and passwordless auto-logins generally have no network-anything permissions.