Computer Hope

Microsoft => Microsoft DOS => Topic started by: dungdoan on January 24, 2009, 01:22:38 AM

Title: Do you know how DOS read a file?
Post by: dungdoan on January 24, 2009, 01:22:38 AM
Can you explain how DOS read a file?
Would you post some pictures to explain that?
Thank you.
Title: Re: Do you know how DOS read a file?
Post by: Dias de verano on January 24, 2009, 03:00:39 AM
What do you mean?

Title: Re: Do you know how DOS read a file?
Post by: dungdoan on January 24, 2009, 07:18:48 AM
I have a file that is created in MS-DOS.
How is the file read by MS-DOS? and how is is stored?
Thanks.
Title: Re: Do you know how DOS read a file?
Post by: Dias de verano on January 24, 2009, 07:31:16 AM
Still don't know what you mean. You want to know how an operating system works?

Title: Re: Do you know how DOS read a file?
Post by: BatchRocks on January 24, 2009, 04:30:29 PM
Still don't know what you mean. You want to know how an operating system works?



That's what I think. How the '.bat' extension is reading your text, idk tbh.

BR
Title: Re: Do you know how DOS read a file?
Post by: BatchFileCommand on January 24, 2009, 07:39:32 PM
If I'm guessing right. He's wondering how a batch file is read. Well, a batch file interpreter
(there are different ones in different systems) reads the commands. Then it executes those commands that it reads. If it finds an error in those commands in throws out a message.