mikehenderson
Programmer
Problem with "RUN" and "DOS" command and printer escpae sequences.
I am a recent new user of Visual dBase 5.5 having used dBase 5 for DOS before this. I am running on Windows NT ver 4.0. I can't get the RUN and DOS commands to work.
When I type "DOS" a new dbase command window pops up and the "DOS" command echos:
DO /c WITH "C:\WINNT\system32\cmd.exe"
and an error statemet appears:
ERROR FILE DOES NOT EXIST C.PRG
With the "RUN DIR" command the same thing happens. This time the command is expaned to:
DO /C WITH "DIR"
and the error message is the same as above.
It seems that my commands are being parsed and expanded inappropriately. I installed the Visual dBase 5.5 on a Windows 98 box and the commands RUN and DIR worked fine.
Any suggestions?
Also I can't send escape sequences to my printerts to control them. I can only use the STYLE with ? to printer and _ppitch commands to contol fonts. I want to be able to send escape sequences like I did with dBase 5 for DOS so that I will not have to rewrite my old code and so I can have greater printer control. I have tried to use the generic Text driver but it still traps the escape sequences. Any suggestions?
Thanks.
I am a recent new user of Visual dBase 5.5 having used dBase 5 for DOS before this. I am running on Windows NT ver 4.0. I can't get the RUN and DOS commands to work.
When I type "DOS" a new dbase command window pops up and the "DOS" command echos:
DO /c WITH "C:\WINNT\system32\cmd.exe"
and an error statemet appears:
ERROR FILE DOES NOT EXIST C.PRG
With the "RUN DIR" command the same thing happens. This time the command is expaned to:
DO /C WITH "DIR"
and the error message is the same as above.
It seems that my commands are being parsed and expanded inappropriately. I installed the Visual dBase 5.5 on a Windows 98 box and the commands RUN and DIR worked fine.
Any suggestions?
Also I can't send escape sequences to my printerts to control them. I can only use the STYLE with ? to printer and _ppitch commands to contol fonts. I want to be able to send escape sequences like I did with dBase 5 for DOS so that I will not have to rewrite my old code and so I can have greater printer control. I have tried to use the generic Text driver but it still traps the escape sequences. Any suggestions?
Thanks.