From 5ac3a2f9034b7a79acd49b63bde0d689f47b8eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Flores?= Date: Tue, 13 Apr 2004 20:39:40 +0000 Subject: [PATCH] no message git-svn-id: https://svn.coded.pt/svn/SIPRP@43 bb69d46d-e84e-40c8-a05a-06db0d633741 --- trunk/siprp/ficha/ExamePDF.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/trunk/siprp/ficha/ExamePDF.java b/trunk/siprp/ficha/ExamePDF.java index 87aacf02..63fa787e 100644 --- a/trunk/siprp/ficha/ExamePDF.java +++ b/trunk/siprp/ficha/ExamePDF.java @@ -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 )