Related topics

prompt
For
example, bring up your MS-DOS prompt, and enter cd\ dir *.*/p (then print that screen, then spacebar or Ctrl-c to the DOS prompt again - then enter:) dir *.*/p/ad/ah (then print that acreen and compare the two screen shots) The second time we used the DIR command, we told it to include all directories (/ad) and

Does the COPY command bypass 21H AH=(3C,3D,5B,6C)?
But everything goes correct IF I load my Dos promt first, then only load that 4dos inside Dos prompt. The problem that I face is when type Ah I see you are using 4DOS as a secondary command processor. In the right click properties->mumblemumble->memory try changing XMS memory from auto to something else.

MS-DOS PROMPT - Hinders Windows 98 Performance
ECHO 1. Change System Date ECHO 2. Change System Time ECHO 3. Delete Cookies,Temporary Files ( Local and WWW ) and Empty Directories ECHO 4. Delete Swap file ECHO 5. Restore TTF Fonts ECHO 6. Command line DOS prompt ECHO 7. Exit ECHO. ECHO If no selection, menu will time out in 30sec and exit DOS ECHO.

ah the good old days
grep g...@gte.net alt os linux mandrake ah, I think I see a problem! you attempted to change the wrong partition! assuming you have at least 3 linux partitions. one is type 82, I tried changing the type to "b" or "c" (Win95 FAT 32), which allowed it, but Winders still didn't recognize it from a DOS prompt.

MS-DOS Prompt?
First, get to a DOS prompt. When your system is booting up, look for the "Loading Windows 95" prompt, and hit F8 when that is displayed. Assuming that is true, then type the following commands: C: CD \Windows dir /ah system.* At that point, you should get a list that includes "system.dat", and system.bak".

dos prompt
Chia Ah Tee, Joseph ATC...@ntu.edu.sg comp os msdos misc To get Dos directory you either create it and copy all the dos files and programs to the dos directory. dos prompt Subject: dos prompt how do I setup ac:\dos directory? I had access to another computer and I was able to cd dos and work out of there.

video reset kills beep in DOS box
Serge Pachkovsky p...@ocisgi7.unizh.ch comp os msdos programmer alt msdos programmer Allan Bjorklund (al...@umich.edu) wrote: These routines work when called by both DOS apps and Windows apps, but not when I give a COPY command from the DOS prompt. It also fails when I try a TYPE file1 > file2 command, where file2 is

URGENT !!!!! VERY SICK PC
An easy way to tell if you boot record still hold the virus is to do the MEM command at a dos prompt (make sure you use the command in DOS MODE, and not in a DOS PROMPT Ah, I thought you might be talking about BIOS "virus protection". This isn'ta bad idea, but setting the boot sequence is far more important.

HELP NEEDED
Chia Ah Tee, Joseph ATC...@ntu.edu.sg comp windows misc Dos windows does not comes with scroll bar features. However if you have DOS or windows programs such December 21, 1999 1:32 AM Posted To: misc Conversation: scrollbar in ms-dos prompt Subject: scrollbar in ms-dos prompt hi there, how can i enable scroll

How to Change colors of MS-DOS Prompt?
INTERRUPT 2Eh Interrupt 2Eh will execute a DOS command just as if you typed it in at the DOS prompt. You give the command to execute in DS:SI with the first byte (DOS 3.x) On Entry: AL = 12h AH = 13h last word put on stack is char to upper case On Return: AL = upper case char Note: Push a value on to the stack,

Does the COPY command bypass 21H AH=(3C,3D,5B,6C)?
Gary S. Terhune grystn...@mvps.org microsoft public win98 gen_discussion At a DOS prompt, you typed either of the following and nothing showed up? dir vmm32.vxd You might also try seeing if it's been marked Hidden, by running (at the C:\> prompt) dir /s /ah vmm32.vxd If you get too many returns with some of the

scandisk/defrag Malfunction
Windows ME doesn't support DOS? I guess I missed the discussion. I have Windows ME and I can remember I have a DOS Command Prompt somewhere in the Start menu. smiles:: Hi Ah, you have your negative scanner!?!? <wiping some of my drool from the floor> hehehe Do you like the machine? What kind of brand is it?

Disgusted with cola
Start DEBUG by typing the following at the MS-DOS command prompt: debug 2.At the dash prompt, enter the following sequence of commands, each followed by pressing ENTER. (Comments are preceded by ";".) A 100 ; Debug instruction for assemble MOV AH,0D ; Disk Reset INT 21h ; causes SmartDrv 4.x to write cache MOV AX,

DOS batch files and win95
Try finding it from the DOS prompt. 'dir /a /s mciseq.drv' from the root directory should reveal if the file _really_ isn't there. They all work perfectly well in DOS! Ah! At least the environment strings are set correctly! Mmm, why don't you set the same values as in DOS in Windows? For example, BLASTER=A220

programming in dos
Type FACTOR 364 361 at the DOS prompt, and it should reply with (carriage-return, line-feed) 17267274024 (carriage-return, line-feed). Type FACTOR 364 361>DESCEND and you should find a file known at DESCEND has been created, containing (carriage-return, line-feed) 17267274024 (carriage-return, line-feed).

"Nutcase" Windows 98 & 40GB HD
Can
someone give me a small example of how to capture the keystroke even when at the dos prompt? PhilipDear Philip, If you really want to catch key strokes while int 16h will do fine for reading input character by character and int 21h will help you in reading complete strings. examples: int 16h mov ah,0 ;load

Installation on IBM Thinkpad 760ED
These routines work when called by both DOS apps and Windows apps, but not when I give a COPY command from the DOS prompt. It also fails when I try a TYPE file1 > file2 command, where file2 is one of my special files. (But DIR > file2 will work!) I’m wondering if COMMAND.COM is bypassing the file open and create

MS Dos Copy To Excel 97 Paste
In the DOS days, I used....what was it called...Qualitas? Something like that. I think that was the company name, though; not the product name. Anyway, it was just a memory manager. AH! It was QEMM. That was the product name. QEMM was part of the Quarterdeck suite of products that included DesqView...don't recall

Keystroke program
You might want to take a look at these articles: MS-DOS-Based Application Checks for Existence of Windows http://support.microsoft.com/support/kb/articles/q128/3/99.asp Games (AH) Requiring or Performing Better in MS-DOS Mode (Descent 2 isn't listed in this article, but it does include general tips at the end)

Pointing to a db, moving al into dx, and random output.
I use highlighted background color in textmode (03h), it works greate in real dos-mode, but in windows dos-prompt i got flashing textcolor instead. on the VGA, use AH=1Bh and check offset 2Dh of the returned data (see #0037) when configured for a monochrome display, the Boca Research Multi-EGA with ROM v M1.1