Hi,
I have a list of files in excell that I need moved out of a directory tree.
the directory tree is as follows...
Files/(folder numbers 1 to100)\(number1)-(number2)
In excell I have "num...
Hello
i was busy with creating a batch file with a script to replace empty spaces in file names for a -
but the script works fine in the map itself but it does not change the file names in s...
I am looking for a SHORT batch file in XP or 2003 to delete ALL files AND folders in a specified directory.
Hi all,
How can i Download the latest file from FTP?
I know first 3 characters will remain same
Pattern is CSAS*.ZIP
I want to download latest file from ftp?
I'm looking to delete all of the extend.dat files within the documents and settings folder. I'm using the code below in a batch file to accomplish this task. It is called using the following c...
We have a user with 9GB of data (26,000 files in 3000 folders) synchronized to his laptop using Offline Files. Unfortunately the synchronization takes 10-15 minutes each time even if no files ...
Hello,
I would like a script to copy all files from a directory and paste to a new directory whilst also changing all files of a specified extension (i.e. out) to new a new extension (i.e txt...
Is it possible to check certain Registry Settings from a batch file?
I would like to check whether a users setting is:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Polici...
I am on a Windows Server 2003 network. I have roughly 90 servers. I need to basically replace one single file on every single one.
c:\inetpub\wwwroot\default.htm with my own file.
SSHD i...
Hi, everybody.
I need to delete a .txt file but only when the file is created empty.
Using Batch language.
thanks in advance.
suppose i have 3 files on cd namely file a,b,c.
batch file code that when run check whether any of these files (a,b,c) are on any of partition or not.
if any of file found delete that file ...
I have an AIX Unix server that I need to remotely shutdown by using a batch file /script from a Windows 2003 server. I have the root password and I have telnet and SSH access. Both server a...
Hello,
I currently have a very simple script which copies an access file to another directory. It is scheduled to run every hour to make a copy of the database. Rather than overwrite the ba...
I currently have a computer (sianas01) on my domain. It has a second hard drive (s:) in that is encrypted using Truecrypt.
I have already scheduled a batch file that decrypts the drive and...
Hi,
I have 9700 PDF files in one folder, and I need to break them up into sequentially numbered folders each containing 100 files.
I would feel more comfortable doing this in Bash, but this ...
Is there a command/script that can rename a directory path? If my system sees a directory called, "C:\capture" it will capture all the incoming data and store it in that directory. If left f...
how can i put my the line in batch file FOR /R "d:\" %a in ("*.txt") DO copy %a "D:\test".
I want to find the txt files from diffrent location and copy it in one location.
hi, i am looking for a simple way to create an X number of copys of a file.
so that if i have one file named
filename0000.tif
i´d like to create x number of copys only call them filenam...
I would to change the permission of the registry key across the network.
HKLM\Software\Symantec (everyone full control)
I want to do it remotely with a script.
for /f %%m in (C:\temp2...
I need to clean up my drive every monday. But within this drive I have several folders that need to be in the drive, the other folders that users put into it should be deleted. I need a batch...
I added a del and xcopy command to the users logon script to put a shortcut on there desktop.
When some users logon to there desktop they are prompted with a question in the DOS window. Its ...
I would like to write a simple batch file that does a disk check, defrag, and cleanup and write the results to an outupt file on the local computer it is running the maintenance on. I have don...
I have and xcopy .bat file that I use to backup certain files. The .bat excludes one folder in a directory, and it works perfect if I run it from my desktop, it is pointed at a server and wor...
Hello,
In a batch program I have a variable that performs different when within a block of code (see snippet). If the code is executed in an IF statement block %CONNECTIONS_VALUE% equals ...
Hi experts,
I have a quick question. I need a batch file to delete files from a network share. I tried mapping the drive as f.e. letter X: than cd x:\filder but it just does not want to w...