what does it mean? batch file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
mailus
Posts: 1
Joined: 10 Mar 2013 08:53

what does it mean? batch file

#1 Post by mailus » 10 Mar 2013 09:01

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!

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: what does it mean? batch file

#2 Post by foxidrive » 10 Mar 2013 09:53

Edit your post if you need to change it.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: what does it mean? batch file

#3 Post by foxidrive » 10 Mar 2013 09:58

Type this and you will see the help for sfk.exe on the replace command. Open a cmd window first.

sfk replace

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: what does it mean? batch file

#4 Post by Squashman » 10 Mar 2013 11:23

And on the developer's website.
http://stahlworks.com/dev/index.php?tool=rep

Liviu
Expert
Posts: 470
Joined: 13 Jan 2012 21:24

Re: what does it mean? batch file

#5 Post by Liviu » 10 Mar 2013 13:26

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.

Post Reply