Jump to content

Recommended Posts

Posted (edited)

Hello everyone

If I create an EXE version of a script and then drag and drop files onto it, those files' paths are captured as $CmdLine parameters.  And if I drag and drop a folder onto the EXE file, it captures the folder path (but not any of the paths of the files inside that folder).  This makes sense to me, of course, but I would like to be able to pass the paths of all files inside the folder(s) to the EXE script as parameters.  Is there a way to accomplish that?

For example, I have a script that renames files based on a pattern.  If I have 10 subfolders with files in them, I have to process each of folders individually by dragging and dropping the files themselves (not the folders).

Thanks

Samuel

 

Edited by leuce

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
×
×
  • Create New...