Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run the commandline from VFP
Message
From
05/01/2011 15:06:01
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01494767
Message ID:
01494807
Views:
59
>>Yes, it will work. Try this
>>run dir|more
>>lcOldDir=Fullpath(Curdir())
>>CD c:\
>>run dir|more
>>cd (lcOldDir)
>>run dir|more
>>Notice that you first will see the files in your current directory, then you will see the files in c:\. Last you will see the files in the start directory once more. The | pipe is necessary to stop the dir commands from flashing too fast to see them.
>>
>
>Yes, it works. Thanks.

You're welcome.
Previous
Reply
Map
View

Click here to load this message in the networking platform