How can I use a "... NOT LIKE '%.gif'" (for example) in a batch file calling OSQL? The % is replaced by running the batch, thinking it is a replacable parameter. Trying % on the command line and using %1 in the quoted SQL query doesn't seem to work. It looks like it will but fails. If I...
Greetings,
Any ideas how to make this more elegant? It works but ...
An example of Full_CommandString would be "BEEF030600BAD2010000600100"
For ByteCounter = 1 To Len(Full_CommandString) - 1 Step 2
OutputCommand = OutputCommand & Chr(CByte("&H" & Mid(Full_CommandString, ByteCounter, 2)))...
Does anyone know of a way to automate the conversion of tif files to pdf files? I have Acrobat 4.0 and 800 multipage (10MB average) tif files that need to be converted for our web site. (I really don't want to have to do each one individually.)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.