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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Batch/Q_23055462.htm...
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...
http://www.experts-exchange.com/Software/Server_Software/File_Servers/Active_Directory/Q_2...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23249766.ht...
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...
http://www.experts-exchange.com/Software/Office_Productivity/Groupware/Outlook/Q_23548787....
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_233586...