|
Forum Index : Microcontroller and PC projects : picomite V6.00.02 : how run prog. from sdcard .. stupid no ?
| Author | Message | ||||
| amiga Newbie Joined: 08/05/2025 Location: BelgiumPosts: 25 |
hi, very stupid ... question .. i have several prog. on SDCARD . with FILES , all files are listed . in mode command : RUN "B:/knot" error ... i think i make something very stupid .. but wich of them ? ![]() thanks , @+ Amiga ( from boiling Belgium .. hot .. hot ..) |
||||
| Volhout Guru Joined: 05/03/2018 Location: NetherlandsPosts: 5418 |
Hi Amiga, The files in you SD card do not have the suffix ".bas" Maybe you could try to put the card in a PC, and rename the file to "knot.bas" and then try again. Volhout Edited 2025-07-02 00:47 by Volhout PicomiteVGA PETSCII ROBOTS |
||||
| amiga Newbie Joined: 08/05/2025 Location: BelgiumPosts: 25 |
Stupidity .. mother of inventions ? I'm using Linux Mint !! files was saved with Line Ending format Linux ! if Saved with Line Ending format Windows .. it work ! i don't understand "File not found" correlation with Line Ending ..? @+ Amiga |
||||
| Mixtel90 Guru Joined: 05/10/2019 Location: United KingdomPosts: 8264 |
It's looking for "B:/knot.BAS" and that file isn't there. :) By default MMBasic will look for files with the BAS extension unless you specify something else. Mick Zilog Inside! nascom.info for Nascom & Gemini Preliminary MMBasic docs & my PCB designs |
||||
| Martin H. Guru Joined: 04/06/2022 Location: GermanyPosts: 1301 |
try COPY "knot" TO "knot.BAS" 'no comment |
||||
| amiga Newbie Joined: 08/05/2025 Location: BelgiumPosts: 25 |
Thanks .. or this advice @+ Amiga |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |