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: 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 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: 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 want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Window...
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: 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: 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: 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: Hi I really need some help to do what I thought would be a simple task. I am a real n00b when it comes to programming, but have now spent many hours ...
Summary: The following script and batch code work together to allow me to automatically print a word document when the batch file is executed. The only problem...
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: Hi, I need help to find solution to this problem well my motto is to combine files within a folder with common string in their file name into one. I a...
Summary: It turns out that in your files.txt the name and size are separated by a tab. When I changed the tab to a space the problem went away. I have no ide...
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: Hello, I have this script: '================================= Private Sub CommandButton1_Click() 'Randomizing Lists MsgBox ("Before running this ...
Summary: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: I need a VB script to deploy all of 500 PCs to start DHCP service, DNS, & Time services Does anyone suggest nice snippet script for me, cos i know not...
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: cranky_pants, I personally would use VBScript on a Windows platform. Without writing the entire script, here are the steps I'd take: 1) Create a .vbs...