Jump to content

Recommended Posts

Posted

Hi

 

Here is a good one. I have Office 2003 and 2007 on the same network. We have Office 2003 on some machines and 2007 in the ICT suite - before anyone asks, yes the kids find it easier and it has raised grades!

 

I'd like to put shortcuts on the student desktops that would open Office 2003 if installed or go to Office 2007. I am no scripting expert, but could easily spot what needs changing. Has anyone done or is able to do this?

 

cheers

 

James

Posted

I've encounted this problem, and would like to know a solution.

 

I've just put both shortcuts in the start menu for the time being. 07 is only installed on a few laptops in our library so its not a massive problem.

Posted

not pretty (and requires the office paths editing probably not got either to hand)

 

if exist "C:\program files\ms office\11\winword.exe" goto _word2003
if exist "C:\program files\ms office\12\winword.exe" goto _word2007

:_word2003
START  "word 2003" /D "C:\program files\ms office\11\" /B winword.exe 
goto _end

:_word2007
START  "word 2007" /D "C:\program files\ms office\12\" /B winword.exe 
goto _end

:_end

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



×
×
  • Create New...