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 Chriss Miller 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: punchme
  • Content: Threads
  • Order by date
  1. punchme

    Better way to connect to Microsoft Project Server?

    I'm trying to write some VBScript to time how long it takes to perform certain operations within Microsoft Project over wide-area networks. In order to do this, I need a progammatic way to login to the Microsoft Project server, as simply doing the CreateObject call does not automatically do the...
  2. punchme

    Obtaining size of generic file/URL object

    In Windows Explorer, when browsing to some location (UNC pathname, drive pathname, FTP URL, HTTP URL, etc.) one can typically right-click on any object displayed and see the Properties. One of these properties is the file size (well, apparently not when browsing via HTTP, but anyway...) I...
  3. punchme

    RPC over HTTP (not HTTPS) in Outlook/Exchange 2003 environment

    I am trying to get the RPC over HTTP mode working in an Outlook/Exchange 2003 environment. I am trying to get it to work with HTTP transport (not HTTPS), and all the documentation seems to assume one would only ever want it to be HTTPS, so I fear I'm in uncharted waters. My server is...
  4. punchme

    Disabling Citrix encryption

    I am looking to disable Citrix encryption in my environment (running Presentation Server 3.0 for Windows, with the Win32 client). I've found I can cover the client side by editing MODULE.INI, going to the section for "TCP/IP Transport Driver (win16,win32)" and setting "Encrypt=Off". However, now...
  5. punchme

    Abandoning clipboard when exiting Word

    I have a VBScript that does some operations in Word, and due to the size of the document I'm manipulating, when my script finally forces an exit from Word (via "objWord.Documents.Close" followed by "objWord.Quit"), I am given the prompt "You placed a large amount of text...
  6. punchme

    Copying folders as a bundle with permissions (sorta like scopy)

    I have a need for a particular type of utility, and I'm curious if anyone knows of such a thing. I need to be able to copy large directories across shares while keeping security/ACL information intact. I've worked with scopy, but when working with small files, it takes way too long (such as over...

Part and Inventory Search

Back
Top