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.
batch script to pick thelatest file
Name: shalini.das Date: April 24, 2008 at 11:40:23 Pacific OS: windows xp CPU/Ram: Pentium Dual Core / 2 Gb Product: Shuttle
Comment:
HI All, I am new to batch scripting and this is my first script pls help me out.
I have to right a batch script, which has to pick the latest file in my directory in which file name are as below, filename_2007-12-23.txt filename_2007-12-30.txt filename_2008-01-06.txt after picking the latest file it has to rename the latest file as below. filename_20071223.txt filename_20071230.txt filename_20080106.txt
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 Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Mi...
Summary: I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delete any files older than 3 days from after the move ...
Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find out my ip address to ftp home while I'm away, just...