One more quick questions. Is there a way to make it so that if the folder doesn't exist, it creates it automatically?
strDestination = "D:\12025_0009\"
I want it to be able to create the top level parent folder.
Thanks!!
thread329-1666328
I just want to say that I love this forum and I have learned so much from just browsing.
I have a script that I am using from a previous thread and I need some assistance with modifying it to suit my needs.
1) I need the script to move instead of copy. When I change the...
Hi all!
I am looking to see if it is possible to write a script that can tell me if there is color inside a PDF document. I have a lot of PDF documents that need to be printed and it would save me a lot of time to be able to print the color documents on a separate printer, rather than print...
Hi all!
I have a bunch of PDF files that need to be printed and I want to be able to single out the documents that contain color. It would save me a lot of time so I can run the black and white PDFs on a faster printer and only have to print the PDFs with color on my slow printer. I am pretty...
Thank you for your fast response. It looks like its working, however, its not giving me the right page counts for the PDF files. It list me all the correct files in the folder, but its off by a couple hundred pages. Is there anything you can see in the formula that isnt right???
Thank you so much for helping me and I think its almost ready but its telling me I have an error. It says that I cannont use parentheses when calling a sub, line 53 character 26:
Can you please look over what I have and tell me if I'm doing something wrong.
'File: pdfpagecount.vbs
'...
It says that you cannot use parenthesis while calling a sub. I have so far:
' By Chanh Ong
'File: pdfpagecount.vbs
' Purpose: count pages in pdf file in folder
Const OPEN_FILE_FOR_READING = 1
Set gFso = WScript.CreateObject("Scripting.FileSystemObject")
Set gShell = WScript.CreateObject...
Mr. Movie,
I just want to have 1 CSV file, but the script isn't adding the total documents to one certain csv. It looks like its creating a csv file for each folder. Since it is the same output filename it is saving over each previous list and the end result is a list of the last folder. Is...
I am getting the passing recursively prompt.
I think maybe its replacing the data from the first folder with the data from the second folder because when I see that prompt and click okay I see the file being created and when it moves to the second subfolder it records only the data for the...
Here's an example of my problem:
I have a Folder named "TEST"
there are 2 subfolders named "TEST1" and "TEST2"
Your change works but only gives me the pages for "TEST2"
I have placed the script in the TEST folder so you can see "TEST1" "TEST2" and SCRIPT
Hi All!
I have a script that counts the pages in a PDF. I come across a lot of jobs were there are numerous subfolders within a folder and I want the script to be able to give me counts off all the PDF files, including the subfolders. Right now I have to place the script in each subfolder, run...
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.