Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bknepher
  • Content: Threads
  • Order by date
  1. bknepher

    How to use % in OSQL from batch file?

    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...
  2. bknepher

    Hex Character conversion

    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)))...
  3. bknepher

    Batch convert 800 tifs to pdf

    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.)
  4. bknepher

    Windows ME compatibility issues?

    Greetings. Is anyone using Windows ME with Director 8? Any compatibility issues with ME? Thanks.

Part and Inventory Search

Back
Top