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

    PDA email to Exchange 6.5 on W2k3

    I've been asked to enable access to office email on some PDAs (HTC Diamonds). It doesn't work when I try to configure it. Due to that size of the organisation, ther's only one server hosting Exchange and RDP. After a search, the only thing I've come up with is that in Exchange properties the...
  2. PhillipFoster

    Crossing 240v mains cable

    I'm installing cat6 cable and have to cross 240v mains cable at a couple of points (no alternative unfortunately). What's the best strategy here?
  3. PhillipFoster

    Cabinet/Patch Panel Definition

    Would someone please point me to a definition of what 4U, 9U etc means. Thanks.
  4. PhillipFoster

    Changing a file's date/time

    Is there any way of changing a file's last modified date/time? I'm FTPing files and would like to reset the date stamp to what it was on the FTP server.
  5. PhillipFoster

    Why can't I set a variable?

    Consider this code snippet: vcmdLine = "A Load Of Rubbish" vDate = Mid(vDate,1,4) & "-" & Mid(vDate,5,2) & "-" & Mid(vDate,7,2) vcmdLine = "winzip32 -min -a -ex " _ & faxDone _ & "FAX-" _ & vDate _ & ".zip " _ &...
  6. PhillipFoster

    Is WSH robust enough for this job?

    OK, dilettante's reply in this question thread329-406772 has started me thinking. We FTP faxes from a remote server, print them and then key the data into an Access database. Currently we use FlashFXP to download the files. I've just automated the printing side of the process with a script...
  7. PhillipFoster

    Pausing a script

    How can I detect a keypress during the execution of a script? I want to be able to hit the P key and have the script pause by using a msgbox offering a resume or quit option. Thanks - Phil.
  8. PhillipFoster

    Printing files from a script

    I need to print all the files in a folder and move them to another directory. The move has to work before the next file is printed. I've been on this *simple* problem for a week now and have been able to do the print part or the move part, but not both. Can someone please save what's left of...
  9. PhillipFoster

    Running a script from Explorer

    I have a very repetetive task that I think I could automate - but having read a load of stuff about WSH and VBS I can't see a solution to. I receive loads of faxes every week (up to 5000) in a zip file that I then have to print. What I do at the moment is: - extract them to a dir called...
  10. PhillipFoster

    Problems copying files across the LAN

    I have a W2K Server (SP2) and a laptop running W2K Pro (sp3). I have a 350MB file on a Server disk, which is shared across the LAN. When I try to copy the file to my laptop, I get the message Cannot copy filename.ext: The specified network name is no longer available. after about a third of the...

Part and Inventory Search

Back
Top