no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@221 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 20 years ago
parent ad725d6541
commit 1e249b5e97

@ -194,7 +194,7 @@ public class ExamePDF {
throws Exception throws Exception
{ {
Process proc; Process proc;
proc = Runtime.getRuntime().exec( "cmd /c \"del " + System.getProperty( "user.home" ) + "\\print_fichas_temp\\*.pdf\"" ); proc = Runtime.getRuntime().exec( "cmd /c \"del c:\\temp\\*.pdf\"" );
proc.waitFor(); proc.waitFor();
} }

Loading…
Cancel
Save