Helpful Batch File

MrObvious

Senior Member
I made this quick batch file for Windows that makes my updating easier:

TortoiseProc.exe /command:update /path:"C:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" /closeonend:2

This runs the SVN update for my scripts folder, and only leaves the window open if there is an error.

xcopy "c:\Documents and Settings\Yourname\Desktop\ISXEQ2\ISXEQ2 Scripts" "c:\Program Files\Innerspace" /e /r /y /EXCLUDE:ExcludedFiles.txt

This copies all the directories to my Innerspace folder, with the exception of the text listed in ExcludedFiles.txt which is "\scripts\EQ2Harvest\Navagational Paths" because I don't want my paths overwritten.

Hope that idea is helpful for some.
 

pz

Active Member
yeah i do the same (cept closeonend:0 so i can see what files [if any] changed), very handy stuff especially if (as i do) you're copying the files to several machines.
 
Top Bottom