[Casper] Office 2008 file format script
Leacy, Miles
Miles.Leacy at PoloRalphLauren.com
Tue Apr 29 08:28:16 PDT 2008
Hello all,
I just thought I¹d share a script I put together to set Office 2008 apps to
save their files in .doc, .xls and .ppt file formats. In our organization,
the Windows environment is not yet using Office 2007, and we don¹t know what
our external partners, vendors, etc. are using, so its safer to avoid docx,
etc.
Here¹s the script.
##########
#!/bin/bash
# Set Office 2008 apps to save in .doc, .xls. .ppt rather than docx, etc.
# Word
defaults write com.microsoft.Word 2008\\Default\ Save\\Default\ Format
-string Doc97
# Excel
defaults write com.microsoft.Excel 2008\\Default\ Save\\Default\ Format -int
57
# Powerpoint
defaults write com.microsoft.Powerpoint 2008\\Default\ Save\\Default\
Save\\Default\ Format -string Microsoft\ PowerPoint\ 98\ Presentation
##########
I hope someone finds it useful.
--
Miles Leacy
Senior Macintosh Technician
Polo Ralph Lauren
212-318-7603
miles.leacy at poloralphlauren.com
This message and any attached documents contain information which may be confidential, subject to privilege or exempt from disclosure under applicable law. These materials are intended only for the use of the intended recipient. If you are not the intended recipient of this transmission you are hereby notified that any distribution, disclosure, printing, copying, storage, modification or the taking of any action in reliance upon this transmission is strictly prohibited. Delivery of this message to any person other than the intended recipient shall not compromise or waive such confidentiality, privilege or exemption from disclosure as to this communication. If you have received this communication in error, please immediately notify the sender and delete the message from your system.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.jamfsoftware.com/pipermail/casper/attachments/20080429/7881239c/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 5731 bytes
Desc: not available
Url : http://list.jamfsoftware.com/pipermail/casper/attachments/20080429/7881239c/attachment-0001.png
More information about the Casper
mailing list