Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Really old Fox
Message
From
08/04/2002 11:39:44
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00641669
Message ID:
00642233
Views:
16
>>Hi All,
>>I saw a command in Foxbase+ today that gave me pause:
>>
>>
RUN COPY <directory>\<table>
>>
>>As I can't find a prg named 'copy', I have to assume this is a command by itself. Does anyone who used Foxbase+ remember a command like this?
>
>The default behavior under FoxBASE+ was to spawn a new instance of COMMAND.COM inside the conventional memory space of the executing instance of FoxBASE+ - what you see there is nothing more than the DOS COPY command. You can get roughly equivalent behavior by saying:
>
>
RUN COMMAND /C COPY <blah blah woof woof>
>
>under FoxPro/FPW/VFP, except that the spawned CLI does not exist inside the process space of the DOS app, but instead, either runs in the common Windows address space under Win16/Win32s, or in a separate VDM with its own adddress space under a true Win32 environment.

Ed,
Thanks, I appreciate your throughness in your explanation. I haven't had to use that command very often. In fact, I can't remember the last time.
Winn Pauley
Previous
Reply
Map
View

Click here to load this message in the networking platform