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 strongm 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: *

  1. Onenguyen

    Moving files based on DateLastModified

    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!!
  2. Onenguyen

    Moving files based on DateLastModified

    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...
  3. Onenguyen

    Script to determine if a pdf file contains color

    I would love to print them all in B&W, but I have to print them color for color.
  4. Onenguyen

    Script to determine if a pdf file contains color

    There are over 800 PDF documents.
  5. Onenguyen

    Script to determine if PDF contains any color images

    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...
  6. Onenguyen

    Script to determine if a pdf file contains color

    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...
  7. Onenguyen

    Please help with my script to count pages in a PDF file

    Blah. I'm just going to download a program to do this. Thanks for all your help guys!
  8. Onenguyen

    Please help with my script to count pages in a PDF file

    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???
  9. Onenguyen

    Please help with my script to count pages in a PDF file

    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 '...
  10. Onenguyen

    Please help with my script to count pages in a PDF file

    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...
  11. Onenguyen

    Please help with my script to count pages in a PDF file

    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...
  12. Onenguyen

    Please help with my script to count pages in a PDF file

    Is there anyway to have it create 1 total CSV file instead of separate files per folder?
  13. Onenguyen

    Please help with my script to count pages in a PDF file

    I'm only getting 1 CSV file.
  14. Onenguyen

    Please help with my script to count pages in a PDF file

    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...
  15. Onenguyen

    Please help with my script to count pages in a PDF file

    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
  16. Onenguyen

    Please help with my script to count pages in a PDF file

    Okay so I think I figured it out, but its only outputing the pages for 1 subfolder. Can I get it to give me each individual subfolder?
  17. Onenguyen

    Please help with my script to count pages in a PDF file

    Sorry I'm really new to this and you have been a great help to me, but I'm pretty lost. Would I just copy and paste that into the script?
  18. Onenguyen

    Please help with my script to count pages in a PDF file

    Says there's an error on Line 2
  19. Onenguyen

    Please help with my script to count pages in a PDF file

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

Part and Inventory Search

Back
Top