Added support for taskmgr, fixed an error in the documentation

This commit is contained in:
Anna Rose 2011-05-31 21:46:34 -04:00
parent 27dd9dfae2
commit 2495a2604a
2 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
slrelay changes
---------------
wino changes
------------
v 0.1 ():
* Initial release.

4
wino
View File

@ -103,6 +103,10 @@ elsif ($command eq '--msi')
my $new_command = join(' ', @ARGV);
exec "WINEPREFIX=$container_path msiexec /i $new_command";
}
elsif ($command eq '--task')
{
exec "WINEPREFIX=$container_path taskmgr";
}
else
{
# Execute the command given, or the default command