dezren39 Posted March 24, 2008 Posted March 24, 2008 so basically I'm working on a project right now and I thought someone here might be able to help. Basically I'm trying to get a batch file to find and recognize other files and then run them. What I tried to do was @echo off dir /s /b . Plugin*. bat . HC4list. txt hideconsole. exe . HC4list. bat PING 127. 0. 0. 1 -n 1 del . HC4list. bat and i thought it worked but then I tried it again today and it gave me an error that "The system could not find the file specified". Help anyone? I'm running windows XP under a limited account. I googled for a while but haven't found anything good. Edit: figured it out ^_^. @echo off dir /s /b .Pluginstart.bat > .list.bat .hideconsole.exe .list.bat Quote
GonZor Posted March 25, 2008 Posted March 25, 2008 This question seems strangely familiar :P Shouldn't the second line be (unless you have a seperate file ".HC4list.bat") dir /s /b .Plugin*.bat > .HC4list.bat Quote
dezren39 Posted March 25, 2008 Author Posted March 25, 2008 yea, just using my resources. :P its sposed to be list.bat but i was trying some things and i forgot to change it back Quote
operat0r_001 Posted March 28, 2008 Posted March 28, 2008 http://rmccurdy.com/scripts/quickclean.txt Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.