VP/ix Question

~XT6561110~Frank McGee~C23~L25~6326~ fmcgee at cuuxb.ATT.COM
Tue Feb 13 04:48:15 AEST 1990


In article <388 at westmark.UU.NET> dave at westmark.UU.NET (Dave Levenson) writes:
>The process hangs until I re-initialize the MS-DOS process.
>The problem appears to be that the COMSPEC environment variable is
>set to C:\COMMAND.COM.  I think this causes COMMAND.COM to build its
>termporary files (simulating pipes) in the C: device.  This device
>is not writeable (unless I log in as root) and so it hangs.

I'm not sure, but I believe you are correct in thinking that
MSDOS builds it's pipes by simulating files.

To get around the problem of creating temp files, you might
want to try running your commands as batch files off of drive
C:, but have your batch file cd to a directory you can always
write on (such as u:\tmp).  So your batch file might look like :

echo off
PATH=lots;of;paths;
U:
cd \tmp
[ do your own thing here ]

And now you should be able to create temp files, no matter who
you are.

-- 
Frank McGee, AT&T
Entry Level Systems Support
attmail!fmcgee (preferred)
att!cuuxb!fmcgee (those that can't reach attmail)



More information about the Comp.unix.i386 mailing list