About how to output to file with trial version

I started to learn about Q script using Windows trial version onWindows XP from yesterday.Now I’m trying to output to file but keep failing.myfile: :test.txtmyfile 0: ("aaa";"bbb")The code above returns the following message .:test.txtAnd there is no test.txt in q folder.I have no idea about cause of error.Could someone help me with this problem ?

`:test.txt 0: (“aaa”;“bbb”)

On Nov 17, 2011, at 12:15 AM, Ax1Rider wrote:

> I started to learn about Q script using Windows trial version on
> Windows XP from yesterday.
> Now I’m trying to output to file but keep failing.
>
> myfile: :test.txt \> myfile 0: ("aaa";"bbb") \> \> The code above returns the following message . \> :test.txt
> And there is no test.txt in q folder.
>
> I have no idea about cause of error.
> Could someone help me with this problem ?

it’s working, that means it modified the file test.txt. where are you
launching q from? it writes relative paths to your cwd

On Nov 17, 2:53?pm, Aaron Davies <aaron.dav…> wrote:> On Nov 17, 2011, at 12:15 AM, Ax1Rider wrote:>> > I started to learn about Q script using Windows trial version on> > Windows XP from yesterday.> > Now I’m trying to output to file but keep failing.>> > myfile: :test.txt&gt; &gt; myfile 0: ("aaa";"bbb")&gt;&gt; &gt; The code above returns the following message .&gt; &gt; :test.txt> > And there is no test.txt in q folder.>> > I have no idea about cause of error.> > Could someone help me with this problem ?>> it’s working, that means it modified the file test.txt. where are you launching q from? it writes relative paths to your cwdI just launched q.exe and typed command.I found the output file not in \q but \q\w32.Looks like current folder was not \q but \q\w32.I tried /q/test.txt and worked and then realized delimiter ‘/’ workedon the Windowx OS.Thank you so much.</aaron.dav…>

I tryed and found output file, but not in \q but in \q\w32.Looks like I misunderstood the currect folder.Thank you so much.On Nov 17, 2:47?pm, Don Nguyen <d…> wrote:> :test.txt 0: ("aaa";"bbb")&gt;&gt;&gt;&gt; On Thu, Nov 17, 2011 at 4:15 PM, Ax1Rider <ax1ri...> wrote:&gt; &gt; I started to learn about Q script using Windows trial version on&gt; &gt; Windows XP from yesterday.&gt; &gt; Now I'm trying to output to file but keep failing.&gt;&gt; &gt; myfile: :test.txt> > myfile 0: (“aaa”;“bbb”)>> > The code above returns the following message .> > `:test.txt> > And there is no test.txt in q folder.>> > I have no idea about cause of error.> > Could someone help me with this problem ?>> > –> >

Submitted via Google Groups</ax1ri…></d…>