> The executables are located in C:\DOS (or c:\dos, because DOS don’t care about casing) Somewhat true. IIRC, DOS changes all path input to uppercase and tries to find a file/directory which is labelled in uppercase. If some program manages to create a file which has a lowercase character in its name (for example FOo.TXT), you can't touch it with for example DEL, because DEL FOo.TXT would be converted to DEL FOO.TXT,…
IBM 5160
11–20 of 27 posts
Re: IBM 5160
#12Re: IBM 5160
#13> The executables are located in C:\DOS (or c:\dos, because DOS don’t care about casing) Somewhat true. IIRC, DOS changes all path input to uppercase and tries to find a file/directory which is labelled in uppercase. If some program manages to create a file which has a lowercase character in its name (for example FOo.TXT), you can't touch it with for example DEL, because DEL FOo.TXT would be converted to DEL FOO.TXT,…
Re: IBM 5160
#14Re: IBM 5160
#15Jesus that last picture. I absolutely love and hate it! I have the luggable version of the XT, but sadly no disks for it. I do have a semi-cursed idea to bootstrap it using a modern PC, the serial port, and a machine code program poked in via the ROM BASIC, but its been backlogged for a while. Something else neat, the manual for these have the BIOS source listed.
Re: IBM 5160
#16It takes text input from the terminal quite literally. No backspacing, no editing. You'll just get control characters in the resulting file.
Type it right the first time or start over. Brutal.
But it works from a disk that has only IO.SYS, MSDOS.SYS, and COMMAND.COM.
Re: IBM 5160
#17Re: IBM 5160
#18> The executables are located in C:\DOS (or c:\dos, because DOS don’t care about casing) Somewhat true. IIRC, DOS changes all path input to uppercase and tries to find a file/directory which is labelled in uppercase. If some program manages to create a file which has a lowercase character in its name (for example FOo.TXT), you can't touch it with for example DEL, because DEL FOo.TXT would be converted to DEL FOO.TXT,…
Re: IBM 5160
#19Re: IBM 5160
#20COPY CON FILE.TXT is a "text editor" that got me by a number of times. It takes text input from the terminal quite literally. No backspacing, no editing. You'll just get control characters in the resulting file. Type it right the first time or start over. Brutal. But it works from a disk that has only IO.SYS, MSDOS.SYS, and COMMAND.COM.