Guest_imported
New member
- Jan 1, 1970
- 0
Hi!
I am really QuickBasic programmer, but since I started writting my own os I mess up with C++ a little.
I do everything in QuickBasic, but I need C++ help to write a kernel...
I would like to know how to write an easy (dos-like) program that would load for example "files.exe" and then return to itself (or run othe exe)...
tree of progranms:
FORMATTED (bootable) FLOPPY:
Msdos.sys
Io.sys
Config sys ( shell = a:\start.exe)
|
|<------------------------------ start.exe (command prompt) |
1 input A$ 'wait for command to be entered |
/-if a$ = "view files" then run "files1.exe" |
| goto 1' if differend command entered it |
| |
Files1.exe is C++ application that |
run "files.exe" and then run "start.exe" |
| |
| |
files.exe display directory content (Qbasic exe)|
| |
| |
\____________________________________________/
index of filesnote that there is not COMMAND.COM around!)
Msdos.sys
Io.sys
config.sys
files1.exe
files.exe
PS.
If you HAVE ANY IDEA about booting system without THE 3 dos files erite it down!!!
T H A N K Y O U!
I am really QuickBasic programmer, but since I started writting my own os I mess up with C++ a little.
I do everything in QuickBasic, but I need C++ help to write a kernel...
I would like to know how to write an easy (dos-like) program that would load for example "files.exe" and then return to itself (or run othe exe)...
tree of progranms:
FORMATTED (bootable) FLOPPY:
Msdos.sys
Io.sys
Config sys ( shell = a:\start.exe)
|
|<------------------------------ start.exe (command prompt) |
1 input A$ 'wait for command to be entered |
/-if a$ = "view files" then run "files1.exe" |
| goto 1' if differend command entered it |
| |
Files1.exe is C++ application that |
run "files.exe" and then run "start.exe" |
| |
| |
files.exe display directory content (Qbasic exe)|
| |
| |
\____________________________________________/
index of filesnote that there is not COMMAND.COM around!)
Msdos.sys
Io.sys
config.sys
files1.exe
files.exe
PS.
If you HAVE ANY IDEA about booting system without THE 3 dos files erite it down!!!
T H A N K Y O U!