<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I'm having a rough time trying to get Revolution to write a text file to the root of the user's hard-drive.   Wouldn't it be something like this?<BR>
<BR>
put "\" & line 1 of the volumes & "\filetowrite.txt" into filetowrite<BR>
<BR>
open filetowrite for write<BR>
write "test" to file filetowrite<BR>
close file filetowrite<BR>
<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>