hi folks, i'm trying to write some variables from flash to a txt-file. i think this is the way:
the schreib.bat-file:
@echo off
echo %1 > datei.txt
it runs from the command line with:
>schreib.bat text
in flash:
FS Command ("Exec", "schreib.bat text")
But that doesn't work. The second attribut (%1) is not recognized by the .bat-file.
Does anyone here know how to do this?

rainer

i'm very sorry about my bad english.