Search found 2 matches

by bowman
Tue Oct 02, 2007 10:24 am
Forum: Programming
Topic: Still get dialog box
Replies: 5
Views: 23099

Put runonce.ini file to:
%APPDATA%\Bullzip\PDF Printer\
It should work without global.ini and settings.ini files
by bowman
Tue Sep 18, 2007 2:35 pm
Forum: Programming
Topic: Still get dialog box
Replies: 5
Views: 23099

I think the problem is in using of unicode

I had the same problem while creating a runonce.ini file by using method CreateTextFile of Scripting.FileSystemObject. In this case WriteLine output is unicode, you can check it in any Hex viewer. So, my solution was to use the method OpenAsTextStream of Scripting.FileSystemObject. For example: objF...