Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Foxpro 2.5 exe in Win XP

Status
Not open for further replies.

Reggie1977

Programmer
Nov 10, 2003
7
IE
I am trying to run a Foxpro 2.5 Dos exe in Win Xp. This works fine in Win 2000. When I run it, I just get a black screen for a few seconds and it disappears. I have set the FILES = 150 and BUFFERS = 100 in config.nt. I can run the exe through Foxpro using the DO command. Anyone know how I can resolve this?
 
Never use COMMAND.COM to open a DOS session. Use CMD.EXE instead. Not sure if this helps your problem, but older COMMAND.COM cannot see long file names.
 
I use Foxpro 2.6 on Windows XP Pro and Windows XP Home. There is a bit of trouble getting acceptable screen size on XP Pro but not on XP Home.
I start my programs from a short cut on the desktop but have made sure that there is a copy of FOXPROX.EXE in the same folder as my "YOURNAME.PRG". Then in the Program field of the properties of the shortcut I have entered
"C:\Foxpro\'Yourfolder'\Foxprox.EXE -T 'Yourname'.PRG"
and in the target box
"C:\Foxpro\'Yourfolder'"
Hope this assists.
As anyone reading this will realise, I am not in any way an expert but the above works for me.
KLinC
 
Hello Reggie

Don't forget to check "Run in 256 colors" checkbox from the compatibility tab of the shortcut of your Apps.

Nro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top