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 Wanet Telecoms Ltd 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. Starrett

    Directory Store backup Script

    Hello, I have written a script to copy my Citrix Data Store to another server daily. I want to rename my datastore copy by the date and time. I am having trouble appending my time variable to my file name because of a leading null character. Name output Example: "mf20.mdb.2005-04-12_ 43355" My...
  2. Starrett

    cannot login to the domain specified!

    Have you recently changed the account lockout policy? Microsoft recommends 10 attempts I think - just incase the user has multiple mapped drives or printers which could prompt for authentication. http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/bpactlck.mspx
  3. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, I downloaded the pdf .mme utility and ran it again my pdf, It errored out because it couldn't find a .mme extension. The PDF I was using was created with PDF995. I downloaded an ebook from realtimepublisher.com and ran it again the printpdfpg2.vbs script - same error. I will try...
  4. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, After I changed the shtml=shtml as you suggested: I run the script. 1)Script opens IE to the About:Blank page. 2)The error is displayed Adobe Reader ------------------ File does not begin with '%PDF-'. 3)Clicked 'OK' to the error. 4)Script loads the PDF very fast - But the Full Adobe...
  5. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, I have cut and pasted the script into a file printpdfpg2.vbs. I modified the pdffilespec and commented what you told me to. See below. pdffilespec="C:\Documents and Settings\Starrett\Desktop\abc.pdf" 'input[1] pdf filepath pfrom=2 'input[2] print from page# pto=2 'input[3]...
  6. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    That also works. Started Acrobat Reader Selected File/Open/abc.pdf PDF opens. Is there a way to script printing the second page of these PDF's with just the Acrobat program by itself? Was this test just to verify the pdf wasn't corrupted?
  7. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, If I open IE and then go to File/Open and choose the abc.pdf on my desktop it opens the pdf up within IE. I changed the comment lines as you suggested: When I run the script. 1)Script opens IE to the About:Blank page. 2)The error is displayed Adobe Reader ------------------ File does...
  8. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, Sorry, I forgot to edit the pdffilespec to change to my desktop path. When I correct the pdffilespec, I receive this from Adobe: Adobe Reader ------------------ File does not begin with '%PDF-'. Any idea's.
  9. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, I tested this script on a PDF named abc.pdf with 7 pages and received the following error: Windows Script Host --------------------------- Script: C:\Documents and Settings\Starrett\Desktop\Printpdfpg2.vbs Line: 22 Char: 5 Error: Unspecified error Code: 80004005 Source: (null)...
  10. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, Thanks for the effort.
  11. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Tsuji, I tested the original script. Changed pdffilespec="C:\pdfs\test.pdf" Test.pdf was a 10 page pdf file. I ran the script and had to allow the script to run with MS Anti-Spyware Beta and then had to allow Acrobat 7.0 to let a script run it. Nothing happened. Does this script use Internet...
  12. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Thankyou tsuji, I'm a little unclear how to input the name of each of my files into this script. I can create a batch to do this: for /F "tokens=1" %%a in (pdflist.txt) do tsujiscript.vbs %%a I don't where in your script I can input the next pdf filename to print the second page of. Could you...
  13. Starrett

    Need a script to print the 2nd page of 1300 pdf documents

    Hello everyone, I'm no programmer but I do create batch files quite often for things, although I have never used VBscript. I have no idea how to do what I'm asking for with a batch file, so I figured VBscript might be more capable. I have 1300 pdf files that I need only the second page of each...
  14. Starrett

    Exchange Email Blocking by Subject or Message Body

    I'm looking for a way to filter/block messages on Exchange2003 by Blank Subject or Blank Message Body. I'm not sure of Exchange2003's capabilities for this requirement. I have already checked with McAfee about their GroupShield capabilities - GroupShield cannot block on blank content. Does...

Part and Inventory Search

Back
Top