Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 05-05-2003, 06:02 PM   #1
ieatacid
A Gray Wolf
 
Join Date: Sep 2002
Server: karana
Posts: 9
Interface Author - Click to view interfaces
Default Batch file

i'm having this problem with texture.txt (as i've seen others here have had as well) where it can grow extremely large - 4GB is my record. i've rebuilt my UI and still can't find the problem.

what i was thinking though is making a batch file that would load at windows start up to delete it. then i wouldn't have to remember to delete every so often. the only thing is, is i'm not sure what the exact syntax would have to be. it would need to delete C:\program files\sony\everquest trilogy\texture.txt

would this be added to autoexec.bat? or would i have to make a new batch file and have it load via the registry or start up folder. it's WinXP so i'm not even sure if it still uses autoexec.bat

any help or ideas would be appreciated.
ieatacid is offline   Reply With Quote
Old 05-05-2003, 06:55 PM   #2
n0ne
A Gray Wolf
 
Join Date: Sep 2002
Posts: 4
Default

AUTOEXEC.BAT is the simple solution.

Copy that :
##############
## EQ Cleaning
##
del /F/Q C:\program files\sony\everquest trilogy\texture.txt
del /F/Q C:\program files\sony\everquest trilogy\dbg.txt
del /F/Q C:\program files\sony\everquest trilogy\UIErrors.txt
## EOF
##############


N0ne
n0ne is offline   Reply With Quote
Old 05-05-2003, 07:38 PM   #3
ieatacid
A Gray Wolf
 
Join Date: Sep 2002
Server: karana
Posts: 9
Interface Author - Click to view interfaces
Default

thanks a bunch man.

what are the /q and /f switches for?
ieatacid is offline   Reply With Quote
Old 05-05-2003, 07:51 PM   #4
n0ne
A Gray Wolf
 
Join Date: Sep 2002
Posts: 4
Default

in a CMD type "del /?"

/F Force deleting of read-only files.
/Q Quiet mode, do not ask if ok to delete on global wildcard

N0ne
n0ne is offline   Reply With Quote
Old 05-05-2003, 08:06 PM   #5
ieatacid
A Gray Wolf
 
Join Date: Sep 2002
Server: karana
Posts: 9
Interface Author - Click to view interfaces
Default

didn't work. files are still there
ieatacid is offline   Reply With Quote
Old 05-05-2003, 08:44 PM   #6
ieatacid
A Gray Wolf
 
Join Date: Sep 2002
Server: karana
Posts: 9
Interface Author - Click to view interfaces
Default

ok, did a little research and it turns out that windows xp doesn't use autoexec anymore (probably why it's blank). so i made a file called eqdelete.bat

the number signs (#) also seemed to mess it up so i took those out as well and just put this into eqdelete.bat:

Code:
del /F/Q "C:\program files\sony\everquest trilogy\texture.txt" del /F/Q "C:\program files\sony\everquest trilogy\debug.txt" del /F/Q "C:\program files\sony\everquest trilogy\UIErrors.txt"

the path needed to be in quotes too.

dropped that in my start-up folder and it works
ieatacid is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 11:47 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI