wonder Posted March 23, 2006 Posted March 23, 2006 Hello Everyone, Is it possible to run an application from a server without having a drive mapping to the server. like $Share = "\\server\share\" Run($Share & "app.exe", @SW_HIDE) Thanks in advance
rogerd2u Posted March 23, 2006 Posted March 23, 2006 Sure it is! :"> Run($Share & "\APP.EXE", $Share, @SW_MAXIMIZE) Roger O."When people show you who they are, believe them. --Mark Twain
wonder Posted March 23, 2006 Author Posted March 23, 2006 Sure it is! :"> Run($Share & "\APP.EXE", $Share, @SW_MAXIMIZE)It works, thanks for the reply,
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now