View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mathew Mathew is offline
external usenet poster
 
Posts: 1
Default shell question ?

Hello,

With the Shell function of VBA how can I write the equivalent of :
SubInAcl /output=result.txt /subddirectories c:\


And also I can I do to make "result.txt" be a variable (so I can loop this
cmd on many folder without erase the previous result)

I can only do that Dim RetVal
RetVal = Shell("C:\WINDOWS\SubInAcl.exe", 1)
But it's useless !!!

Can someone help me ?

Cheers
Matthieu