Tests running slowly when initiated by command line

I’ve been dabbling with running some of my scripts from the command line and I’ve noticed that they run really slowly compared to the GUI mode. Has anyone else noticed this? :frowning:

I’m using the latest Windows XP version of eggPlant.

Seems that the problem was that I was running the following line…

“C:\Program Files\Eggplant\eggplant.exe” “testscriptname”

But then I changed it to…

“C:\Program Files\Eggplant\runscript.lnk” “testscriptname”

Which made the scripts run at their normal speed.

Which is strange because “runscript.lnk” is a shortcut to “eggplant.exe”!?! Why would that affect the speed that the tests run?