Click to See Complete Forum and Search --> : dos error message


dmeierotto
December 28th, 1999, 02:53 PM
what does this ERROR message mean >>

EXTENDED ERROR 183

?????????

it is returned from this statement:
C:\>command.com /c md tempfile

->EXTENDED ERROR 183<-

what i really am looking for is
what the error message means(183)

any help would be greatly appreciated


[This message has been edited by dmeierotto (edited 12-28-99).]

[This message has been edited by dmeierotto (edited 12-29-99).]

davidgsmith
December 28th, 1999, 07:39 PM
Hi dmeierotto,
The syntax looks like your trying to do 2 things at once..what exactly are you trying to do?
Let us know
Dave

------------------
Is this a great site or what!

Steve R Jones
December 29th, 1999, 07:33 AM
Just try typing:

md tempfile

DoubleDutch
December 30th, 1999, 03:42 AM
Extended error nnn means that the error couldn't be found between the internal error messages in Command.com OR that Command.com couldn't be found.

Command /c MD xxx is unnecessary but correct syntax.

Ate Rowaan

[This message has been edited by DoubleDutch (edited 12-30-99).]

dmeierotto
December 30th, 1999, 09:19 AM
Thank you Ate, the reason I'm using command.com is because I'm writing a program in Clarion that runs a few dos commands. It is for a client who uses a citrix server and I think it is an error with citrix more than it is with dos. I think your answer will help out a lot....

Thanks,

Dan

Eeyore
December 30th, 1999, 04:21 PM
I would create a batch file to MD TEMPFILE. Because of the space between the MD and TEMPFILE, it may be regarded as 2 seperate actions. Thus Extended.
Dennis