Calling other scripts

Hi guys,

I’m very sorry if this is an easy question, but I’m new to Eggplant.

How would I use Eggplant to call another script?

I tried going into Start --> Run and trying something like:

Typetext “C:\Windows…” but I think the slashes confuse Eggplant.

Is there an easier way to do this that I am missing? Thanks in advanced!

Choog–

you need to escape the \ characters:

typeText “C:\windows\path\ o\file.pl”

if you need to transform it (ie you’re reading it from a variable or text file)

you can say replace all “” with “\” in myPathVar

Bit me too… :smiley:

Again, thanks!!