Advertisement

1 - 5 of 5 containing alltags:("Batch VB Script") (0.001 seconds)
Hi,  I have 4 different TSV files which look like so, Example (file1): Data1      Data2      Data3 Data11      Data22      Data33 (file2) ZData1            ZData2            ZData3 (file3) YData1            YData2            YData3 W...
Zones: Windows Batch, MS DOS, VB ScriptDate Answered: 01/18/2008 Grade: A Views: 53
Hi Experts.  I wanted to list of all the computer accounts listed in a particular OU and dump the data into an Excel spreadsheet.  The environment is Windows XP pc's with Windows 2003 servers.  I h...
Zones: Active Directory, Languages, Windows 2...Date Answered: 07/08/2008 Grade: A Views: 93
Hi, I am looking to have a simple script which will move files over 24 hours since modified date into a different directory.   The only other thing is that the file name mask will determine w...
Zones: VB Script, MS DOS, Windows BatchDate Answered: 06/04/2008 Grade: A Views: 171
Hi everyone, I have been ordered to update outlook signatures on about 200 machines :( lol so i wrote a batch file to do the work for me but i have hit a problem. The batch file simply clears...
Zones: Outlook Groupware, Windows Batch, VB S...Date Answered: 07/25/2008 Grade: A Views: 35
I tried this code to move the "newest" file in a network folder. set sourcedir=c:\backups set destdir=D:\archive for /f "tokens=*" %%a in ('dir /b /a-d /o-d "%sourcedir%\*.*"') do set filena...
Zones: Windows 2003 ServerDate Answered: 04/28/2008 Grade: A Views: 23
  • 1