Flash Magic Forum

In-System Programming Support => General => Topic started by: Fritzl on February 25, 2009, 06:55:54 AM

Title: How to use command line Flash Magic with shell command
Post by: Fritzl on February 25, 2009, 06:55:54 AM
Hello,
I've a problem with the VB6 shell command and FlashMagic. I configured all in FlashMagic and saved the command line directives in the file "test.txt".
I used the shell command:
ret = shell("C:\Program Files\Flash Magic\FlashMagic.exe @test.txt")

FlashMagic opens not with the commands inside the "text.txt" file but with the last settings.
The Program doesnt start the bootloader.

Whats my fault?

Greetings, Fritzl
Title: Re: How to use command line Flash Magic with shell command
Post by: Andy Ayre on February 25, 2009, 08:07:20 AM
You need to execute FM.EXE, which is the command line version of Flash Magic.

Andy