windows

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