Basically I'm trying to write a macro to completely automate a task which involves using a few programs. In order to do this I first need the user to enter a few bits of information which are stored as variables for later use, one of which being the path to the folder containing the audio files that are needed.
Gathering that information is simple enough but I've hit one problem that I can't seem to solve.
One one line of my macro I have:
Code: Select all
Let>INPUT_BROWSE=2
Input>Bounce,Please Locate The Bounce Folder,F:\
Later in the macro I launch a program, go through the initial stages of setting up the project in that program and then we come to the stage where the program asks me to locate the audio files.
At this stage I get the macro to click the Browse button in the program which then opens a fairly standard Windows Browse window (see screen grab below)

How can I navigate to the path stored in the Bounce variable in this window? It won't let me enter the path in the address bar and the only way seems to do it in stages i.e. select My Computer, Select the Drive, Select the Folder