Jump to content

need to save file and save..plz guide


Recommended Posts

hi everyone..im really a new bie to scripting and this programming stuff..i saw in example to open a notepad and send keystrokes ...till tht i did by taking help frm it...but thn if i want to mak it save thn wht commands shuld i giv thr so tht it saves itself with a specified name which i want and saves to the directory whr i want ..plz guide me....i knw itz a really simple but im total a newbie...i found this thngvery interesting :lmao:
Link to comment
Share on other sites

maybe this is something you can understand a little better:

$a = ("notepad.exe")
Run($a)
WinWaitActive("")
Send("This is an example 8D!")
WinWaitActive("")
Send("^" & "s")
WinWaitActive("")
Send("Example{ENTER}")
WinWaitActive("")
WinKill("Example -")
Exit
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...