Executing a program in ASM and DOS2

1999-02-10 Thread Cesar Cardoso
Can someone help me on this problem? I'm doing a program in Assembler, using DOS2. How I make an Asm program call and run an other program? (e.g. a program X call and run program Y, and then quits) Thanks in advance CESAR A. CARDOSO - mailto:[EMAIL PROTECTED] MSX Studies Institute founder and m

Re: Executing a program in ASM and DOS2

1999-02-09 Thread Kari Lammassaari
>I'm doing a program in Assembler, using DOS2. >How I make an Asm program call and run an other program? >(e.g. a program X call and run program Y, and then quits) > Use msx dos function #43 to open file Y, function #48 to read file Y to buffer (don't overwrite program X) , close file Y with funct

Re: Executing a program in ASM and DOS2

1999-02-09 Thread Laurens Holst
-Oorspronkelijk bericht- Van: Cesar Cardoso <[EMAIL PROTECTED]> Aan: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: maandag 15 juni 1998 20:35 Onderwerp: Executing a program in ASM and DOS2 :Can someone help me on this problem? : :I'm doing a program in Assembler, using