Help for this page

Select Code to Download


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