Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for fox?command.exe
Message
From
23/11/2001 13:20:39
 
 
To
23/11/2001 12:58:39
Colin Buck
Icarus Computer Systems
Enfield, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00585181
Message ID:
00585182
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Can anybody let me know where I can get hold of the utility fox5command.exe, or fox6command.exe or fox7command.exe as I know these are very useful for interacting with users applications on their sites (after I have dialled in)

I've always written my own utility for that. Its just an EXE with a menu that allows me to Browse a DBF, Compile a PRG, or use a psudeo command window. THe command window, is pretty easy, since I don't need anything too fancy, this is what it looks like:
lcCommand = INPUTBOX('Command to run')
DO WHILE NOT EMPTY(lcCommand)
	_vfp.DoCmd(lcCommand)
	lcCommand = INPUTBOX('Command to run')
ENDDO
Since I use InputBox(), its VFP7 only, but the input box is easy to fake if you're in 5 or 6.
Previous
Reply
Map
View

Click here to load this message in the networking platform