What do you have in your AUTOEXEC.BAT? (General discussion MSX Forum)MSX Resource Center MSXdev 2008 - MSX1 development bonanza!              
              
English Nederlands Español Português Russian         
 News
   Frontpage
  News archive
  News topics

 Resources
   MSX Forum
  Articles
  Reviews
  Fair reports
  Photo shoots
  Fairs and meetings
  Polls
  Links
  Search

 Software
   Downloads
  Webshop

 MRC
   Who we are
  Join our team
  Donate
  Policies
  Contact us
  Link to Us
  Statistics

 Search
 
  

  

 Login
 

Username

Password




Don't you have an account yet? Become an MSX-friend and register an account now!.


 Statistics
 

There are 48 guests and 2 MSX friends online

You are an anonymous user.
 

MSX Forum


MSX Forum

General discussion - What do you have in your AUTOEXEC.BAT?

Goto page ( Previous Page 1 | 2 | 3 Next Page )
Author

What do you have in your AUTOEXEC.BAT?

Ivan

msx professional
Posts: 885
Posted: April 18 2004, 19:51   
Quote:

Yen sign



Oh yes. I see it when I type dir
Ivan

msx professional
Posts: 885
Posted: April 18 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
Posts: 3048
Posted: April 18 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
Posts: 1511
Posted: April 18 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
Posts: 885
Posted: April 18 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
Posts: 3048
Posted: April 18 2004, 20:39   
I have no idea why
Sonic_aka_T

msx guru
Posts: 2268
Posted: April 18 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
Posts: 633
Posted: April 18 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
Posts: 549
Posted: April 19 2004, 00:42   
Quote:

·



was a mistake on my part!
Sonic_aka_T

msx guru
Posts: 2268
Posted: April 19 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
Posts: 633
Posted: April 19 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
Posts: 549
Posted: April 19 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
Posts: 416
Posted: April 30 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
Posts: 3142
Posted: April 30 2004, 20:43   
Quote:


ro shoulkd get a life
BiFi
msx guru
Posts: 3142
Posted: April 30 2004, 20:44   
I think a download link to MAP2.COM would be very useful...
 
Goto page ( Previous Page 1 | 2 | 3 Next Page )
 







(c) 1994 - 2008 MSX Resource Center Foundation. MSX is a trademark of MSX Licensing Corporation.