Re: system "feature"
- Posted by Bernie Ryan <xotron at BUFFNET.NET> Apr 25, 2000
- 377 views
On Tue, 25 Apr 2000 15:46:12 -0400, Mike Sabal <MikeS at NOTATIONS.COM> wrote: >I guess what it comes down to is how does system call directory information as opposed to current_dir or any other such thing. Is this something that Rob is doing differently or is it something inherent to Watcom? This seems to be a very low-level problem, perhaps on the assembly interrupt level. Rob? Mike: I don't think it a problem with system(). I think the problem is with your script files. The fact that you can map the drive by using a batch file tells me that system() is ok. The most likely problem is one of the following problems: 1: Your workstation is running more than one script file at boot time 2: A script file is over-riding another and you are not loading the script file that you think you are. Try running the script file that you know is correct manually and then try running system() Bernie