Summary: Hello everyone, first post, and not any easy one.. I currently have a script from a few examples that I mashed together that works wonderfully to dele...
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 d...
Summary: I have a script that I'm trying to use to delete files off a server. I have a .txt file with the location of the files needing deleting. How do I ge...
Summary: 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 a...
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'm trying to figure out the script to delete the '?' character that is randomly appearing in numerous places in a txt file database I have. Any h...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: Hello, I'm very new to scripting. I was wondering if someone could help me with a script to delete all subfolders and files within a specified folder....
Summary: I am new to scripting and I am trying to do the following but I am getting a bit lost. I'm sure the solution is quite simple! I want to delete a numbe...
Summary: How to delete a particular file from many folders. For example there are many folders in particular location say c:\temp\folder1 in c:\temp there are ...
Summary: Hello, I am new to VBS.I am trying to write a script that would shorten the names of all the files in a folder and then delete multiple entries. For e...
Summary: 1. I am using group policy to add registry entries to prevent the auto update of Sun Java Runtime Environment. I need to add registry entries at both ...
Summary: I have made a vb script that prompts for a Job number input. I would like the script to take that input, and create a directory with that inputs name...
Summary: Hey all, does anyone know/have a .vbs script that will display the IP address of a computer? I need an easy way for everyone on our network to check ...
Summary: I have some text files which i have to ftp them from one server to other. I can use PUT command, but for each file i have to call it. Assume that ther...
Summary: Hello. I'm a complete beginner at scripting and would like some help. I've got about 1 000 .txt files in a folder and I would like to delete character...
Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Summary: Hi all, i have written a VB script to fetch the details of the user through his Session ID in W2k3. command: adfind -gc -b "" -binenc -f " msExchMailb...
Summary: You should probably have mentioned you were working with VBA, not a "VB Script;" people will assume you meant VBScript, which is a different language....
Summary: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches th...
Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...
Summary: If you want to delete all the files in a directory: del d:\someDIR\*.* ===================================== If at first you don't succeed, you're ...
Summary: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...