IBM 5160
forsure.dev
IBM 5160
1–10 of 27 posts
Re: IBM 5160
#2IIRC, there’s some limited command line editing support using the function keys. You can also get command line history using https://en.wikipedia.org/wiki/DOSKEY (if your DOS has it)
“So figuring out the available commands is using a lot of DIR .EXE's and DIR .COM's.”
Try
C:\> DIR | MORE
(Alternatively, redirect the output to a file and use an editor. I think your DOS has edit.exe, but EDLIN is the true way)Re: IBM 5160
#3“No HISTORY. You can repeat the last command by pressing the right-arrow“ IIRC, there’s some limited command line editing support using the function keys. You can also get command line history using https://en.wikipedia.org/wiki/DOSKEY (if your DOS has it) “So figuring out the available commands is using a lot of DIR .EXE's and DIR .COM's.” Try C:\> DIR | MORE (Alternatively, redirect the output to a file and use an…
Re: IBM 5160
#4Also, installing dos stuff in C:\DOS is what people generally did. I'm pretty sure it could be anywhere in the path.
Re: IBM 5160
#5Re: IBM 5160
#6No $PATH, but there is %PATH%. Also, installing dos stuff in C:\DOS is what people generally did. I'm pretty sure it could be anywhere in the path.
Re: IBM 5160
#7Somewhat 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, and DOS would complain there is no FOO.TXT...
Re: IBM 5160
#8Re: IBM 5160
#9Something else neat, the manual for these have the BIOS source listed.
Re: IBM 5160
#10Hmm, if I were to get a computer from my birth year, it looks like this would be the only option (or perhaps some big iron of slightly older vintage). https://en.wikipedia.org/wiki/Hewlett-Packard_9100A