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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by soteman

  1. soteman

    Auto copying files but not replicating existing files

    Hi everyone, With a bit of help, I have the following script to use; Set objFSO = WScript.CreateObject("Scripting.FileSystemObject") Set WshShell = WScript.CreateObject("WScript.Shell") 'First locate the users desktop strDsk = WshShell.SpecialFolders("Desktop") 'Now add our base photo...
  2. soteman

    Copying all photos to desktop when memory card is inserted

    Thanks a lot..with a tiny bit of tinkering (it didn't like a few of the spacings for some reason), I have managed to get it to run smoothly!
  3. soteman

    Copying all photos to desktop when memory card is inserted

    Hi all, I am trying to write a simple script so that when I insert a USB memory card reader I can run it to automatically copy all of the photos on the card, and paste them into a new folder on the desktop, preferably with a box coming up in which to type a suitable folder name. I am...

Part and Inventory Search

Back
Top