Schrijver
| What do you have in your AUTOEXEC.BAT?
|
Ivan
 msx professional Berichten: 907 | Geplaatst: 18 April 2004, 19:51   |
Oh yes. I see it when I type dir  |
|
Ivan
 msx professional Berichten: 907 | Geplaatst: 18 April 2004, 19:53   |
By the way, does the program START.COM (for FDD emulation) support long paths (subdirectories) as parameter? I tried this but seems that is doesn't work. Maybe due to the back slash
[Posted twice deliberately] |
|
GuyveR800 msx guru Berichten: 3048 | Geplaatst: 18 April 2004, 20:06   |
Quote:
| By the way, does the program START.COM (for FDD emulation) support long paths (subdirectories) as parameter? I tried this but seems that is doesn't work. Maybe due to the back slash
[Posted twice deliberately]
|
Posted twice WHY? ^^;
And it's not because of the backslash. The Yen sign and the backslash have exactly the same ASCII code, the difference is purely graphical. |
|
NYYRIKKI msx master Berichten: 1525 | Geplaatst: 18 April 2004, 20:15   |
Quote:
| AFAIK there's no DOS loader for it and it's the last command in the AUTOEXEC.BAT anyway. I speed up all drive letters, even if it's not necessary.
|
The source was not hard to fix. Here are instructions:
- Fisrt of all change dos to be true. (dos: equ 1=1)
- Find "defile" it looks like this:
defile: di
push de
call move_system ; verschuif de systeem data
pop de
- add before push de "if .not. dos"
- add after pop de "endif"
In "chk_computer" routine there is instruction "ld a,(#2d)" change it to:
if dos
ld hl,#2d
ld a,(#fcc1)
call #c ; rdslot
else
ld a,(#2d)
endif
Ready.
|
|
Ivan
 msx professional Berichten: 907 | Geplaatst: 18 April 2004, 20:21   |
Quote:
| Posted twice WHY? ^^;
|
The page break.
Quote:
| And it's not because of the backslash. The Yen sign and the backslash have exactly the same ASCII code, the difference is purely graphical.
|
Then, due to what? |
|
GuyveR800 msx guru Berichten: 3048 | Geplaatst: 18 April 2004, 20:39   |
I have no idea why  |
|
Sonic_aka_T
 msx guru Berichten: 2269 | Geplaatst: 18 April 2004, 22:31   |
I actually hate that darn yen sign so much I ripped it out of my emulator Turbo-R rom and replaced it with the backslash again... Now all I need to do is burn it on my Turbo-R ROM  |
|
Guillian msx professional Berichten: 642 | Geplaatst: 18 April 2004, 23:14   |
Some years ago I made an utility called "YENBAR" that replaces the yen character with a backslash. It just modifies the graphics data stored in DRAM (of course you need to be in R800 DRAM mode  ) If someone is interested I can try to find it in my MSX HDD |
|
djh1697 msx professional Berichten: 551 | Geplaatst: 19 April 2004, 00:42   |
was a mistake on my part! |
|
Sonic_aka_T
 msx guru Berichten: 2269 | Geplaatst: 19 April 2004, 00:54   |
Quote:
| Some years ago I made an utility called "YENBAR" that replaces the yen character with a backslash. It just modifies the graphics data stored in DRAM (of course you need to be in R800 DRAM mode  ) If someone is interested I can try to find it in my MSX HDD
|
It sounds cool enough. You think you still have the sources aswell? Or maybe we should make a TSR out of it?  |
|
Guillian msx professional Berichten: 642 | Geplaatst: 19 April 2004, 01:10   |
You can find it here
Since it is a very short program, you can disassemble it easily to get the source 
(Anyway, I will try to find it) |
|
djh1697 msx professional Berichten: 551 | Geplaatst: 19 April 2004, 08:26   |
The contents of my AUTOEXEC.BAT are :-
set prompt=on
set date=dd/mm/yy
set path=c:\;c:\msxdos;c:\utils;..;.
ntsc
doskey
ver
My doskey program has a modification so that F4 is now 'menu' + chr$(13)
|
|
karloch
 msx addict Berichten: 417 | Geplaatst: 30 April 2004, 17:40   |
Quote:
| Autoexec.bat :
SET PATH=A:\UTILS;A:\BAT
SET EXPERT=ON
SET MMUSIC=A:\MUSIC\MM
MAP2
|
It catch my attetion that MAP2. Is it the same program that the CALL MAP2 from the ROM of Novaxis SCSI interface? I readed that it is an enhanced version of original MAP and it improves even more compatibility with DOS1. At the Utilmate MSX FAQ I readed that Philips EASE can run under DOS2 with MAP2.
Is it the very same program? Where can I download it? |
|
BiFi msx guru Berichten: 3142 | Geplaatst: 30 April 2004, 20:43   |
ro shoulkd get a life  |
|
BiFi msx guru Berichten: 3142 | Geplaatst: 30 April 2004, 20:44   |
I think a download link to MAP2.COM would be very useful...
|
|
|
|
|