Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 03:07 12 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : COPY TO command behaving oddly

Author Message
karjo238
Regular Member

Joined: 12/10/2018
Location: New Zealand
Posts: 60
Posted: 08:55am 28 Oct 2018
Copy link to clipboard 
Print this post

Hello again!

This may be a silly question, but I've tried this a couple of times, and the expected behaviour does not happen.

I have a MOD file I'd like to play, so I have it on my SD card, and tried to put it into the internal memory by typing:

COPY TITLMUS.MOD TO A:

All this does is make a new file on the SD card called 'A'.

The contents of the internal memory stay blank.

I'm probably typing something wrong but could someone care to enlighten me on what it is?

Many thanks,

Joseph.
 
twofingers

Guru

Joined: 02/06/2014
Location: Germany
Posts: 1671
Posted: 11:23am 28 Oct 2018
Copy link to clipboard 
Print this post

Hi Joseph,
MMBasic manual (v4.5)
COPY src$ TO dest$

please try this: COPY "TITLMUS.MOD" TO "A:"

Regards
Michael

EDIT:
There are many demo programs in the MMBasic Library e.g. MUSIC.BAS. Edited by twofingers 2018-10-29
causality ≠ correlation ≠ coincidence
 
karjo238
Regular Member

Joined: 12/10/2018
Location: New Zealand
Posts: 60
Posted: 04:11am 29 Oct 2018
Copy link to clipboard 
Print this post

Michael -

I couldn't get to sleep last night because I figured that I was doing something imbecilic, so at 3am this morning, I went and found the answer.

I stumbled upon Nick Marentes programs page, and after examining the File Manager listing, I found the problem, which was the quotes as you have said.

After reading the documentation again, and noting it expected a string (as in quotes and all), I went back to my broken sleep wiser, if somewhat tired.

Many thanks for the reply. These forums are a godsend for someone like me who is stumbling blindly through some simple issues.

Onward and upward!

Joseph
 
twofingers

Guru

Joined: 02/06/2014
Location: Germany
Posts: 1671
Posted: 01:54pm 29 Oct 2018
Copy link to clipboard 
Print this post

  karjo238 said  I stumbled upon Nick Marentes programs page, and after examining the File Manager listing, I found the problem, which was the quotes as you have said.

I like Nicks page! Maybe you are also interested in a second File Manager (FS)? I made it for my TTF-Maximite and my Duinomites. I don't remember if it handles A-Drive.

Take care
Michael
causality ≠ correlation ≠ coincidence
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025