winword.exe in 64bit OS


  1. Posts : 38
    XP
       #1

    winword.exe in 64bit OS


    Hello,

    when your OS is 32 bit, you can launch word by typing winword.exe in a command prompt. But that doesn't work when your OS is 64bit. It's possible to launch it, by typing the full address: c:\program files (x86)\...
    My goal is to put that command in a batch file and launch winword regardless which Office version you installed, so is there a way to still launch winword.exe without having to add the exact addresss?

    jvuz
      My Computer


  2. Posts : 7,730
    Windows 7 Ultimate SP1 64-Bit
       #2

    I've never used or written a batch file so I can't help you there, but I'm intrigued as to why you don't just drop a Word shortcut on your desktop/start folder/taskbar/.
      My Computer


  3. Posts : 38
    XP
    Thread Starter
       #3

    I'm writing a batch script for configuring pc's and notebooks into our domain. Often we need to (re)install office. With Office 2010 you need to launch it once after install to activate it, that's why I need to be able to launch it via a command.
      My Computer


  4. Posts : 38
    XP
    Thread Starter
       #4

    seavixen32, you did start me thinking about your suggestion. I could copy the exe for word and put it onto the desktop and then rename it. Like that I could launch it, using a the same name for all versions. Unless someone else has an other idea, I'll think I'm gonna work out your suggestion.
      My Computer


  5. Posts : 7,730
    Windows 7 Ultimate SP1 64-Bit
       #5

    jvuz said:
    seavixen32, you did start me thinking about your suggestion. I could copy the exe for word and put it onto the desktop and then rename it. Like that I could launch it, using a the same name for all versions. Unless someone else has an other idea, I'll think I'm gonna work out your suggestion.
    That is what I normally do and it works well for me.

    And if you don't like to see shortcut arrow overlays littering your desktop you can get rid of them with this useful utility.

    Ultimate Windows Tweaker, a TweakUI for Windows 7 & Vista | The Windows Club
      My Computer


  6. Posts : 38
    XP
    Thread Starter
       #6

    Oh, that's not a problem, I'll delete it at the end of the script.
      My Computer


  7. Posts : 6,305
    Windows 7 Ultimate x64
       #7

    Hi,

    You could always create a VBS script with the following code

    Code:
    Set WshShell = WScript.CreateObject("WScript.Shell")
    
    WshShell.Run("winword.exe")
    Just create a text file with a .vbs extension

       Note
    You will need to have file extensions visible. Explorer > Organize > Folder & Search options > View


    I've just tried it on my X64 setup and it works fine. It's basically the same as typing winword into the search/run box.


    OS
      My Computer


  8. Posts : 38
    XP
    Thread Starter
       #8

    orbital shark, thanks a lot! That did the trick!

    Jvuz
      My Computer


  9. Posts : 6,305
    Windows 7 Ultimate x64
       #9

    jvuz said:
    orbital shark, thanks a lot! That did the trick!

    Jvuz
    Glad to hear it :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 00:28.
Find Us