Search found 2 matches

by javieron
Fri Dec 14, 2007 12:04 pm
Forum: Programming
Topic: Waht is Wrong In Config.exe ??
Replies: 3
Views: 17337

Ok , withs .bat file rules fine . I discover what is wrong in mi program , the problem is time question if use sleep after run config.exe writes ok. If I do : run('C:\config.exe /S OUTPUT "C:\a.pdf"') sleep(1) run('C:\config.exe /S ShowSaveAS never') sleep(1) run('C:\config.exe /S ShowSett...
by javieron
Thu Nov 29, 2007 6:05 pm
Forum: Programming
Topic: Waht is Wrong In Config.exe ??
Replies: 3
Views: 17337

Waht is Wrong In Config.exe ??

Hello , I habe a problem when I try to use COnfig.exe. This is the code of my PowerBuilder Program run('C:\config.exe /C') run('C:\config.exe /S OUTPUT "C:\a.pdf"') run('C:\config.exe /S ShowSaveAS never') run('C:\config.exe /S ShowSettings never') run('C:\config.exe /S ShowPDF no') run('c...