-
as seen on Server Fault
- Search for 'Server Fault'
I have a GPO that works fine for installing Office 2007 Pro Plus on Vista and XP but when it installs Office on Windows 7 somehow the office key does not get entered via the customized msp, and needs to be entered manually. Has anyone else run into this? Any suggestions for a fix? Its defeats the…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a problem with a specific user's computer running windows XP SP2 and Office 2007. Although she has the regional date setting in windows to dd/mm/yyyy, her office applications are still reverting to mm/dd/yyyy which is driving her (and me) nuts.
None of our other machines is doing this. Does…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
Have you purchased Office 2007 since March 5th, 2010? If so, here’s how you can activate and download your free upgrade to Office 2010!
Microsoft Office 2010 has just been released, and today you can purchase upgrades from most retail stores or directly from Microsoft via download. But…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
Sometimes it can be difficult to center a picture in a document just by dragging it dragging it around. Today we show you how to center pictures, images, and other objects perfectly in Word and PowerPoint.
Note: For this tutorial we’re using Office 2010, but the steps are nearly identical in 2007…
>>> More
-
as seen on Tech Dreams
- Search for 'Tech Dreams'
Downloading installers of Microsoft Office 2007 products from Microsoft Office website is not an easy task. To download any of the Microsoft Office 2007 products – you need to sign-in using Windows Live/Passport/Hotmail account, fill a big profile form and accept their terms & conditions…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have to convert DPI of more than 5k Tiff images on a monthly basis from 200x200 to 100x100. I can do that in Irfan view using a .bat file that i have created.. the following is the .BAT file code
@"c:\program files\irfanview\i_view32.exe"
"e:\batch1*.tif /aspectratio
/resample /tifc=4 /dpi=(100…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I used to rename file in Linux via a rename command:
rename 's/old_pattern/new_pattern/g' *glob
Is there something similar in Mac OSX (snow leopard)? Thanks
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm looking for a slightly different kind of sync utility - not one designed to keep two directories identical, but rather one intended to keep files flowing from one host to another.
The context is a data warehouse that currently has a custom-developed solution that moves 10,000 files a day, some…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What tools, languages, and infrastructure do you use for do batch processing in Linux?
I am looking for something that facilitate the tasks of:
Process files
Log
Validation
Job Controlling (start,strop,reestart a process)
Mysql Connection
Thanks for any help!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In python, you might do something like
fout = open('out','w')
fin = open('in')
for line in fin:
fout.write(process(line)+"\n")
fin.close()
fout.close()
(I think it would be similar in many other languages as well).
In emacs lisp, would you do something like
(find-file 'out')
(setq fout (current-buffer)
(find-file…
>>> More