dkreifus Posted October 4, 2007 Posted October 4, 2007 I am using a batch script with PSEXEC to deploy some images. I need to check for a file on a remote system. Is there a command line tool or command to facilite this?I know I can use IF EXIST on my local machine..but what about a remote one?
Yzöwl Posted October 4, 2007 Posted October 4, 2007 If Exist \\computername\sharename\foldername\filename.ext<snip>
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