You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
It will invoke notepad and load test.txt file into it provided the file is in local machine.
I want to load a file in remote machine
How can I do that?
The easiest way (implementation-wise) is to make that file part of the local file system through a share. If that is not possible you'll need to run some kind of server process on the remote machine that will give you access to that file.