Windows XP BatchFile parser

Joined
Jul 20, 2005
Messages
1
Reaction score
0
Hello,

I'am looking for a batch file wich looks in a directory which different text files.
The behavior of his batchfile is that each file is parsed for an specified string. When this string occurs the file should be moved to directory "one" if not the file is moved to directory "two"

Notice this process is repeated every minute and new files are added to the original directory.

Who can help me.
 
i dont realy know what you want, something that executes simultaneously?

like:

@echo off
echo.
dxdiag
echo.
pause
echo.
sysedit
echo.
pause
echo.
cls
echo.
exit

or to run different shortcuts?

" .exe"
pause
" .exe"
pause
'' .exe''

???

or a batch to run in autoexe.bat upon startup
to stop apps such as: EXAMPLE 2

@echo off
echo.
net stop wuauserv (stops automatic updates)
echo.
pause
echo.
cls
echo.
exit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top