hello, pls, how to write inside a file, that is not located inside MD1 ?

these 2 codes work, but they write the file in MD1 :
... FWRITC data.txt;A
... FWRITC MD1:data.txt;A

but all these codes, that are not targeting MD1, are not working :
... FWRITC D/MD1:data.txt;A
... FWRITC D\MD1:data.txt;A
... FWRITC US0:data.txt;A ( usb stick was there, and i could acces US0 from igf explorer )
... FWRITC US1:data.txt;A
... FWRITC AD0:data.txt;A
... FWRITC AD1:data.txt;A
... FWRITC BU0:data.txt;A
... FWRITC EM0:data.txt;A
... FWRITC HD0:data.txt;A

please, how to write at a random location, like d:\logs ? kindly

Similar Threads: