One code then another

Say Like
curl “”
then how do i make it wait until that’s done for doing another thing?
like open location “”

Hi,

the next line after a shell script command won’t be executed until the shell command is completed

How would i make a progress bar show how much the curl is progressing?

in this case I always use the Circular Progress Indicator

Hmmm… can’t seem to get it to animate.

I know this is the wrong forums for this, but How do i curl to a certain location?

Start another topic for this.

to start


start progress indicator "myProgress" of window "myWindow"

to stop


stop progress indicator "myProgress" of window "myWindow"

Never mind :slight_smile: i just wrote the curl wrong that’s why i asked. curl -LO for zip files.