Help for this page
Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "E:\MIBOR_TimingTest\MIBOR\mibor.usr", 9 ... WScript.Sleep 500 ' Do The Paste WshShell.SendKeys "{F5}"
#!/usr/bin/perl use win32::OLE qw(in); ... { do this stuff etc.. }