Leandroarb
Board Regular
- Joined
- Oct 7, 2014
- Messages
- 157
Hi,
How to execute this command:
In this folder:
With VBA?
Is possible?
Thanks in advance!
How to execute this command:
Code:
for %f in (* .txt) do type "%f" >> output.txt
Code:
D:\Desktop\Kami
With VBA?
Is possible?
Thanks in advance!