How to execute a DOS program running on another Windows networked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Under 9X, we could access a DOS progam on the server by adding a SUBST
command to autoexec.

How do we do this under Windows XP?

Server: Something.com & shared data - started with a shortcut

Client: Want to execute the something.com on the server.

Thanks for any advice - dave
 
If your problem is that the dos program doesn't understanding UNC paths, use
the following format

pushd \\server\share\ApplicationDir

This will map drive letter and take you to the directory where you will be
able to run your dos application.

Once done, use popd x: where X: = assigned drive letter


Hope this helps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top