Jump to content

Recommended Posts

Posted

Hi Guys,

I have been searching for this for some time and I am not sure even if I am searching the forums right at this point. Right now I am doing something via command line and I would prefer to do it in AutoIT.

Right now the command line script looks like this:

for /f "tokens=6 delims=\" %%1 in ('dir "\\remotecomputer\share\main_folder\%file_name%" /s /b') do set sub_folder=%%1

%file_name% is what I am searching for inside the folder and I would like the to know what %sub_folder% is.

The actual location of the file is: \\remotecomputer\share\main_folder\sub_folder\%file_name%

This works with the for /f but I don't know how to get this in AutoIT. Thanks for any help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...