I'm working with some VERY large ascii lpd data files and it turns out there are some non-printing character sequences that are causing problems for my print management software. I need to do some heavy search and replace functions on the data for it to work properly.
I found a website with...
As a warning, I have little to no VBScript knowledge whatsoever.
Here's the snippet of code first, then I'll provide some background with my objective.
---
'Get the input file from PPWatch and open it.
Set fsObject = CreateObject("Scripting.FileSystemObject")
Set inFile =...
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.