windows
Generating Excel XML, avoiding “found unreadable content”
In theory, changing content of an Excel file is easy:
* Parse XML from the zip-file
* Change XML
* Save XML into the zip
In practice I got the error: >>...
September 30, 2015
certification 77-887 Microsoft Office Word 2010 Expert
My advice: do use the "second shot" option. At least, I failed to pass the first attempt and had to try again. What was wrong:
* I needed time to adapt mysel...
October 06, 2014
vim unicode setup for windows 2000
To display unicode (utf8) files in vim in windows, the following commands should be added to %PROGRAMS%\Vim\_vimrc:
set encoding=utf-8
set guifont=Courier_...
December 29, 2010
sharing files from linux to windows
Yes, one installs and configures Samba. All I need is to access a big folder in the read-only mode. The quick and dirty solution is:
In smb.conf:
security ...
April 27, 2009
calling batch files with ‘exit’
Consider 'main.bat'
call child1.bat
call child2.bat
What happens after 'child1.bat' is finished?
I reasonably expected that 'child2.bat' is executed. In a...
February 22, 2009
extending a virtual disk in vmware
Extending a virtual disk in vmware
1. Backup!
2. Somewhere in the vmware installation directory, there is a tool named "vmware-vdiskmanager.exe". There is a ...
December 26, 2008