Discussion:
What is foxr.exe used for?
(too old to reply)
Gary Bronson
2004-07-27 18:20:50 UTC
Permalink
Hi Again,

Can someone tell me what the program file foxr.exe is used for. I have a
couple of batch files that reference this file with a -t switch, followed by
a call to another file.

Thanks,

GaryB
Sietse Wijnker
2004-07-27 18:42:42 UTC
Permalink
Hi Gary,
A quick google on the filename tells me it's a runtime library for FoxPro
(i'm guessing FP2.6)

HTH,
Sietse Wijnker
Post by Gary Bronson
Hi Again,
Can someone tell me what the program file foxr.exe is used for. I have a
couple of batch files that reference this file with a -t switch, followed by
a call to another file.
Thanks,
GaryB
Lee Mitchell
2004-07-27 20:52:22 UTC
Permalink
Hi Gary:

The FOXR.EXE loader program can only be obtained through the purchase of
the FoxPro for MS-DOS Distribution Kit. FoxPro 2.5 and 2.6 for MS-DOS used
this file.


I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/

*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003
Post by Sietse Wijnker
Hi Gary,
A quick google on the filename tells me it's a runtime library for FoxPro
(i'm guessing FP2.6)
HTH,
Sietse Wijnker
Hi Again,
Can someone tell me what the program file foxr.exe is used for. I have a
couple of batch files that reference this file with a -t switch, followed by
a call to another file.
Thanks,
GaryB
Jeroen van Kalken
2004-07-27 21:10:26 UTC
Permalink
On Tue, 27 Jul 2004 14:20:50 -0400, "Gary Bronson"
Post by Gary Bronson
Hi Again,
Can someone tell me what the program file foxr.exe is used for. I have a
couple of batch files that reference this file with a -t switch, followed by
a call to another file.
It is the startup-stub for a Foxpro 2.x file. It will search in the
current directory for a config.fp file.
If a program name is given after the foxr it will try to execute that
program.APP or program.FXP. If no program is given it will start the
program on the the run-line in the config.fp, if no run-line exist it
will show a dalog box enabling you to select the fox-program you want
to start.
the -T supresses the initial blue foxpro-screen
(also needed for this are the .ESO and/or the .ESL files which contain
the runtime 'dll' for foxpro)
Post by Gary Bronson
Thanks,
GaryB
Gary Bronson
2004-07-28 03:47:48 UTC
Permalink
That thoroughly answers my question.

Thanks to all.

GaryB
Post by Jeroen van Kalken
On Tue, 27 Jul 2004 14:20:50 -0400, "Gary Bronson"
Post by Gary Bronson
Hi Again,
Can someone tell me what the program file foxr.exe is used for. I have a
couple of batch files that reference this file with a -t switch, followed by
a call to another file.
It is the startup-stub for a Foxpro 2.x file. It will search in the
current directory for a config.fp file.
If a program name is given after the foxr it will try to execute that
program.APP or program.FXP. If no program is given it will start the
program on the the run-line in the config.fp, if no run-line exist it
will show a dalog box enabling you to select the fox-program you want
to start.
the -T supresses the initial blue foxpro-screen
(also needed for this are the .ESO and/or the .ESL files which contain
the runtime 'dll' for foxpro)
Post by Gary Bronson
Thanks,
GaryB
Loading...