Jump to content

acehotshot

Members
  • Posts

    16
  • Joined

  • Last visited

acehotshot's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. HI, I tried to use WinMenuSelectItem to Invokes a menu item of a window in microsoft words excel and powerpoint but they all did not work. Can any tell me what had went wrong. run(@ProgramFilesDir & "\Microsoft Office\OFFICE11\POWERPNT.EXE C:\WHQL.ppt","",@SW_MAXIMIZE) WinWaitActive("Microsoft PowerPoint - [WHQL.ppt]") WinMenuSelectItem("Microsoft PowerPoint - [WHQL.ppt]", "", "&File", "&Print...") thanks
  2. Hey ppl out there, i had just finish a script. I was just wonfering is there anyway of improving it... king soul out there please give some ideas... thanks run(@ProgramFilesDir & "\microsoft office\office11\winword.exe c:\Food.doc","",@SW_MAXIMIZE) WinWaitActive("Food.doc - Microsoft Word") Send("!f") Send("{DOWN 4}") Send("{ENTER}") Send("+{TAB 6}") Send("{ENTER}") Send("{TAB}") Send("{+}") Send("^{TAB 2}") Send("{TAB 4}") send("{DOWN}") Send("^{TAB 2}") Send("{TAB 3}") send("{DOWN}") Send("{ENTER}") Send("{TAB 12}") Send("{ENTER}") Send("!f") Send("{x}")
  3. how do i actually use macro like @ProgramFilesDir. I could not more information in the help file... someone please help! Thanks!
  4. Anther Qn, if I want to run a certain saved file, wat should i do? I cannot point it to the folder where the file is saved directly right... it there any other command that i can use? thanks
  5. Hey pal, I had found my mistake. Thanks
  6. Am I going it correctly? "Run("WINWORD.EXE", "", @SW_MAXIMIZE)" i get this error...:"C:\Program Files\AutoIt3\Examples\Helpfile\Run.au3 (1) : ==> Unable to execute the external program.: Run("WINWORD.EXE", "", @SW_MAXIMIZE) The system cannot find the file specified."
  7. thanks!!! Had been searching for it the whole afternoon!
  8. HI there, i could not find the full name of the executable (EXE, BAT, COM, or PIF) to run on microsoft office words... Is it something like this...[Run("crumpler.doc", "", @SW_MAXIMIZE)]? thanks
  9. how do i run microsoft office word 2003 like the notepad? thanks a million
  10. Hi there, I am really new to all these but got to write a script which can automatically perform some task with the printer with just an enter bottom. how should i go about doing it... someone please help. thanks a million...
×
×
  • Create New...