Hi,
/// I'm trying to run an .exe from a memory variabile,
not from a folder on the hard disk. How can I do it? Is
there any possible way?
For example,
crea table temp (field m)
appe blan
appe memo field from \calc.exe
var=field
run var??? It si not possible. I don't want to use a
ram disk:)
/// Anyways, if there's no way to do it, how can I use
instruction createobjectex() for "c:\calc.exe"?
/// Can code C++ be run from FOX (not the compiled form)?