git-svn-id: svn://ultimatepp.org/upp/trunk@7358 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-05-05 07:49:29 +00:00
parent b1056e6479
commit 407eabd819
8 changed files with 133 additions and 88 deletions

View file

@ -5,6 +5,6 @@ using namespace Upp;
CONSOLE_APP_MAIN
{
String out;
Sys("ls /sdf", out);
Sys("c:/xxx/pdftoppm -r 100 \"C:/xxx/smlouva.pdf\" \"C:/xxx/out.ppm\"");
DDUMP(out);
}