Code: Select all
pwd >>file.txt
Code: Select all
pwd >>file.txt
A dumb question.Ace wrote:if i run a command like pwd with RunProgram how can i catch the result from pwd so i can use it in my pb app? or have i to do
and read the file?Code: Select all
pwd >>file.txt