no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@43 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Luis Flores 22 years ago
parent da8ffd9a7d
commit 5ac3a2f903

@ -64,6 +64,7 @@ public class ExamePDF {
// outra_funcao_3
// outra_funcao_4
// proximo_exame
// outras_recomendacoes
// medicos.nome
// numero_cedula
@ -74,8 +75,8 @@ public class ExamePDF {
ht.put( "resultado_inapto_temp", Boolean.TRUE );
new FileOutputStream( "C:\\Chap0804.pdf" ).write( new ExamePDF().createPDF( ht ) );
System.out.println( "File saved." );
Runtime.getRuntime().exec( "cmd.exe /C c:\\open.bat" );
Runtime.getRuntime().exec( "notepad.exe" );
Runtime.getRuntime().exec( "cmd.exe" );
// Runtime.getRuntime().exec( "notepad.exe" );
System.out.println( "Done." );
}
catch( Exception e )

Loading…
Cancel
Save