Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB script to put time and date on
Name: Headers Date: March 16, 2009 at 16:55:04 Pacific OS: Windows XP, Server 2003 Subcategory: General
Comment:
I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp and then copy the file to the folder. Or folder and subsequent subfolder.
Name: Headers Date: March 17, 2009 at 10:41:11 Pacific
Reply:
Yes. I need to create this folder on a daily basis as I am moving files everyday. So I would like it to create the folder everyday with that days date in case I need to go back and search. I most of the script done. I am currently just coping to one big folder, but I want sub folders underneath that one.
Summary: Can any script gurus tell me why the following VBS script doesn't run at all on my XP box? It's supposed to echo all files newer than the specified date, but when I run it, I just get a command windo...
Summary: Hi I think i have a vb script to do what I wanted, I have tested it and it seems to work ok when I double click on it. Just need to try it at login. ...
Summary: Hi I tried wirting a VB Script like this.. <Code> Const ForReading = 1 Const ForWriting = 2 strFileName = "HRD.csv" Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.Ope...