i have a batchfile. i dont know what it is...please help me to understand.
this batch file is with sfk.exe file.
this is the commands used in .bat file
@cls
@echo off
sfk replace -bylist pattern -dir SPB_16.3 -file .exe .dll -yes -quiet
echo done!
what does it mean? batch file
Moderator: DosItHelp
Re: what does it mean? batch file
Edit your post if you need to change it.
Re: what does it mean? batch file
Type this and you will see the help for sfk.exe on the replace command. Open a cmd window first.
sfk replace
sfk replace
Re: what does it mean? batch file
And on the developer's website.
http://stahlworks.com/dev/index.php?tool=rep
http://stahlworks.com/dev/index.php?tool=rep
Re: what does it mean? batch file
mailus wrote:i have a batchfile. i dont know what it is...please help me to understand.
Not a good idea to run a batch without knowing "what it is", that patches all EXEs and DLLs under the installation root directory following an undisclosed "pattern". A better place to ask your question looks to be http://www.cadence.com/community/forums/62.aspx.