Autor
| autoload dsk files with IDE
|
selios2000 msx freak Mensajes: 216 | Publicado: Enero 26 2005, 12:12   |
well, I want to autoload the DSK files with start using IDE, but I have this problems:
If the DSK is in the CDROM, no problem.
If it is in the HD: "invalid pathname"!!
In the MMRET.xxx (don't remember exactly the name of this MM file) I have written ".dsk a:start.com and ".dsk start.com" but the same error appears (and I think also ".dsk start"...)
thanks!
|
|
msd msx professional Mensajes: 625 | Publicado: Enero 26 2005, 12:25   |
I think mm doesn't generate a string which has a term char behind the last char, but instead some spaces. The dos2 routines doesn't except that. (the cd-rom uses own routines so that could be it that is does work).
Try this in dos.. a:\>start disk.dsk<space><enter>
If it gives a "invalid path" then I'm right.
|
|
|
|
|