# Sergey Yelin 2010-03-07:
> 4> os:cmd("c:/Program Files (x86)/TortoiseHg/hg.exe").
Careful about quoting here: I guess win32 shell tries to execute
file "c:/Program" with two arguments and fails silently (this is
a matter of shell programming, not really related to Erlang).
Regards,
-- Jachym