Do you get an error message?
What happens exactly after you press enter after this command?
Andre
>Do you get an error message?
>What happens exactly after you press enter after this command?
>Andre
>>I seem to be doing something wrong here. When I try to redirect the
>>output to a file, no file is genereated. My command line looks like
>>this: c:\sierra\gpl\replay\gpldump -fc -cs roucj206.rpy > test1.txt
>>Any suggestions.
Andre
>>The command is ok, so it must be:
>>a) glpdump is not in that directory
>>b) you got the replay filename wrong
>>c) the replay file is not in that direcory
>>Do you get an error message?
>>What happens exactly after you press enter after this command?
>>Andre
>>>I seem to be doing something wrong here. When I try to redirect the
>>>output to a file, no file is genereated. My command line looks like
>>>this: c:\sierra\gpl\replay\gpldump -fc -cs roucj206.rpy > test1.txt
>>>Any suggestions.
Remco
Try redirecting output from some other program to see if redirect
works for you at all (can't see why it wouldn't)... try this:
echo Hello > hello.txt
This should create hello.txt with the word 'Hello' in it.
-Juha
--
>There's nothing wrong with that line. Should work just fine.
>What kind of DOS are you using? MS-DOS/Win95-DOS/4DOS ?
>And are you running gpldump from the DOS prompt (not from an icon?).
>Try redirecting output from some other program to see if redirect
>works for you at all (can't see why it wouldn't)... try this:
>echo Hello > hello.txt
>This should create hello.txt with the word 'Hello' in it.
> -Juha
have a try without a blank in front of the output filename.
Joachim
> >The command is ok, so it must be:
> >a) glpdump is not in that directory
> >b) you got the replay filename wrong
> >c) the replay file is not in that direcory
> >Do you get an error message?
> >What happens exactly after you press enter after this command?
> >Andre
> >>I seem to be doing something wrong here. When I try to redirect the
> >>output to a file, no file is genereated. My command line looks like
> >>this: c:\sierra\gpl\replay\gpldump -fc -cs roucj206.rpy > test1.txt
> >>Any suggestions.