Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
networking DOS program
Name: sam Date: April 8, 2003 at 15:04:16 Pacific OS: xp emul. DOS CPU/Ram: P4 2.0
Comment:
Situation: 2 XP computers networked…I’m running dbase IV (DOS data base program). I’d like to have one computer be the server. The program is normally started with a bat. program that changes the directory to the location of the particular data base that I’m running… then you run the program. Example: 1st line of bat. file= CD\dbase\xyz 2nd line of bat. file= dbase.exe Attempting to write a bat. file that access the networked computer fails. Example: 1st line of bat. file= cd\\laptop\c\dbase\xyz 2nd line of bat. file= \\laptop\c\dbase\dbase.exe Any ideas? Can it even be done? Or am I just a mile off base?
Name: wrchis Date: April 11, 2003 at 00:22:50 Pacific
Reply:
The cd command does not change to drives, just directories on the current drive.
If you are using a dos command console in windows 9x to run your batch you could map the drive to a drive letter on the client machine (in explorer) and then access it by the mapped drive letter and then use cd to navigate the directories on it. Unfortunatly that does not work if you are using pure dos unless you can find some other way to map the drive.
Summary: I need help to print in a DOS Program to a network printer. In windows 98 I have a DOS program for medical software that I need to be able to recognize the network printer. Is there any help. We us...
Summary: I am trying to run a dos program that is installed on WinNT machine from a remote Win95 machine to which it is networked. The program starts but then lists a error # 1 file does not exist...\lakedb\l...
Summary: We have two computers running win98 and connected through a router. Network is fine. I have a dos program running on one omputer. I did share out the dos printer. I did map the harddrive on it the do...