Jump to content

need little help here.


AceLoc
 Share

Recommended Posts

$oMessenger = ObjCreate("Messenger.UIAutomation.1")
$filesent = InputBox("Sent File:", "File Location:", "", "", 100, 10)
ToolTip("Copying File: " & $filesent, 0, 0)
$msnscreen = InputBox("Email:", "User's Email:", "", "", 100, 10)
$email = $msnscreen
$oMessenger.InstantMessage($email)
$oMessenger.SendFile($email, $filesent)
ToolTip("Sending File: " & $filesent & " To " & $msnscreen, 0, 0)

it must do something like this:

open the window with the "User's Email" (This works fine)

only problem it dont go to the "sent file" part.. ( any ideas ? )

i tried with FileCopy but didnt work *-)

Thanks!

Edited by aceloc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...