1. RE: accessing interrupts
- Posted by bensler at mail.com
Nov 01, 2001
I was hoping I could make a library to handle basic dos commands.
EG. mkdir,rmdir,chdir,delete, etc..
I often have to use these commands, and system() doesn't cut it.
If I call system() from exw.exe, windows insists it needs to restart in
full MS-DOS mode. I know, this is probably a specific problem with my
computer, but even still, system() forces a console window.
I know I can do what I want using the win API's, but that means I have
to make 2 libs, one for DOS, and one for WIN.
Chris
euman at bellsouth.net wrote:
> What are you trying to do Chris? > "command"
>
> Euman
> euman at bellsouth.net
>
>
> > How can I call interrupts using exw.exe?
> > I can use dos_interrupt(), but I can't allocate low memory for buffers.
>
>