Jump to content

Tobei291

Members
  • Posts

    1
  • Joined

  • Last visited

Tobei291's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. You don't need a batch file. Autoit can send commands like a console, and you can pull off the for statement in a similar manner. That being said... set /p sourcedir=%%1* then when you run the batch file from within the script, just supply the $sourcedir variable as it's argument (use quotes around it). ShellExecute ("list-pics.bat",$sourcedir,"","open",@SW_HIDE)
×
×
  • Create New...