Hi ERIC,

> In which screen mode did you test this?
> (COPY only works with SCREEN 5 and higher modes)
I have tested in SCREEN 5 and SCREEN 8
Example 1 -SCREEN8:
 10 COLOR 15,0,0:SCREEN8
 20 COPY"logo.cpy"TO(0,0)
 30 GOTO 30 
Message: File not found in 20

Example 2 -SCREEN5
 10 SCREEN5:COLOR15,0,0:BLOAD"image.sc5",S:BLOAD"music.bin",R
 20 CLEAR 200,&HDDA0:DEFINTA-Z:SETPAGE,3:CLS:SETPAGE,0:
    VDP(1)=(VDP(1)ANDNOT64
 40 COPY"font.dat"TO(0,0),3
 50 BLOAD"pcit.clr",S
 etc....
Message: File not found in 40 
 
> Can the IMAGE.SCx file be loaded with COPY?
> (COPY-files have a special format)
> To be sure, test the following program:
> 5  ' switch to grapic mode
> 10 COLOR 15,0,0: SCREEN 5: CLS
> 15 ' make a simple picture
> 20 LINE (0,0)-(255,211),15,B: LINE (0,0)-(255,211),15: LINE (0,255)-(211,0),15
> 25 ' save it to (default) disk/path
> 30 COPY(0,0)-(255,211) TO "PICTURE.CPY"
> 35 ' wait for user input
> 40 BEEP: A$=INPUT$(1)
> 45 ' clear the screen again and load the picture
> 50 CLS: COPY "PICTURE.CPY" TO (0,0)
> 55 ' now the picture should be back - hit a key to stop the program
> 60 A$=INPUT$(1)
Ok, yes, I know this.
The message is always: file not found in 50


OTHER QUESTION

1) I insert a cd-rom in the cd drive.
   The cd-rom is for example" 101 PROGRAMS" by Miri Software.
   Ok?  ok!

   I write DIR and I obtain the list of the files and directory,
   for example:
   PROGRAMMI    <dir>
   DEMO         <dir> 
   AUTOEXEC.BAS
   LEGGIMI .TXT
   LOGO    .CPY
   etc....

2) I insert other cd-rom in the cd drive.
   The cd-rom is for example "MSX" by Hnostar
   
   I write DIR  and I always obtain the same list !!!
   Still and always !!! :
   PROGRAMMI    <dir>
   DEMO         <dir> 
   AUTOEXEC.BAS
   LEGGIMI .TXT
   LOGO    .CPY
   etc....

If I want to obtain the list of the "MSX" cd by Hnostar
is necessary do the RESET of the computer.

RESET computer -> DIR and list is correct:
   DEMOS
   GAMES
   GFX900
   GRAPHICS
   HNOSTAR
   etc...

Why this? 
Is an error in the IDECDEX?

Bye, BRUNO.

=========================================================
Miri Software MSX Computer System Italy
 http://Frengo.dragonfire.net/MSX.HTM
ICMiri Group and ICM Italian Magazine on line:
 http://www.geocities.com/Yosemite/Meadows/7278/
ICQ 21281198  e-mail: [EMAIL PROTECTED]
                      [EMAIL PROTECTED]
=========================================================

****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to