<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4934179285483006860</id><updated>2011-11-27T16:49:35.032-08:00</updated><title type='text'>Tools and Security Windows Site</title><subtitle type='html'>secretFile,Security, Registry Tools, cange Your Icon Drive, Transfer File, Free,secretFile,Security, Registry Tools, cange Your Icon Drive, Transfer File, Free Tools,</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xxsecurity.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xxsecurity.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>ifos sofi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='17' height='32' src='http://3.bp.blogspot.com/-0tvm_YRKNBM/Tb9-i14ivtI/AAAAAAAAAYw/c0T_WLZI27I/s220/ifossofi.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4934179285483006860.post-895375371453046696</id><published>2008-10-23T20:53:00.000-07:00</published><updated>2008-10-23T21:41:50.951-07:00</updated><title type='text'>Creat Detector Tools</title><content type='html'>for example we want check some files on Local Disk ( &lt;span style="font-weight: bold;"&gt;D:\ &lt;/span&gt;) like Mp3,Doc, 3Gp, Wmv,Txt, and Other File we know,. ok I give litle example like this :&lt;br /&gt;&lt;br /&gt;- checking a File mp3 on LocalDisk/Drive D:\&lt;br /&gt;- Check at all folder and sub folders&lt;br /&gt;-------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;@echo off&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;title basic Search file&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;:D&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;if not exist D:\ goto finished&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;for /R D:\ %%d in (*.mp3) do if exist %%d goto fileExist&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;goto fileNotExist&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;:fileExist&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;echo detected Mp3 File on localDisk D..&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;goto finished&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;:fileNotExist&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;echo not Found Mp3 File on localDisk D !!&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;:finished&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;echo.&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;echo.&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;echo Finish.. press anykey to exit&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;pause &gt; nul&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;&lt;br /&gt;exit&lt;/span&gt;&lt;br /&gt;-------------------------------------------------------------------------&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/2480850/batch2.rar.html"&gt;&lt;span style="font-weight: bold;"&gt;Download&lt;/span&gt;&lt;/a&gt; (batch/CMD Source Code)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4934179285483006860-895375371453046696?l=xxsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xxsecurity.blogspot.com/feeds/895375371453046696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4934179285483006860&amp;postID=895375371453046696' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/895375371453046696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/895375371453046696'/><link rel='alternate' type='text/html' href='http://xxsecurity.blogspot.com/2008/10/creat-detector-tools.html' title='Creat Detector Tools'/><author><name>ifos sofi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='17' height='32' src='http://3.bp.blogspot.com/-0tvm_YRKNBM/Tb9-i14ivtI/AAAAAAAAAYw/c0T_WLZI27I/s220/ifossofi.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4934179285483006860.post-781671164027485878</id><published>2008-10-22T20:28:00.001-07:00</published><updated>2008-10-22T22:57:32.935-07:00</updated><title type='text'>HOW To Creat Batch Programming ?</title><content type='html'>... some friends ask to me how to creat batch programming:) in example he want to creat some tools with batch File/program (DOS,CMD),. ok this's Tutor for basic batch program.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ask&lt;/span&gt;&lt;br /&gt;1.  how to read/creat some teks?&lt;br /&gt;2.  how to copy file ?&lt;br /&gt;3.  how to rename File ?&lt;br /&gt;4.  how to Delete data/other files ?&lt;br /&gt;5.  how to hide a files ?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Answer&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1).&lt;/span&gt; in example you want to creat/type teks " I Love You "&lt;br /&gt;   - Open the Teks Editor Notepad&lt;br /&gt;   - Then Write This Code into Notepad :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        @echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        echo I Love You&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        Pause &gt; nul&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;then save it in bat extension example :&lt;span style="font-weight: bold;"&gt;Filename.bat&lt;/span&gt;&lt;br /&gt;now, you can Test it ( double click &lt;span style="font-weight: bold;"&gt;Filename.bat&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2). &lt;/span&gt;in example You want to copy File muse.mp3 in Drive D:\ into Drive E:\&lt;br /&gt;    - please write this code into Notepad&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        @echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        copy D:\muse.mp3 E:\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;        exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;save it, example : &lt;span style="font-weight: bold;"&gt;CopyFile.bat&lt;/span&gt;&lt;br /&gt;cek Drive E:\ if exist muse.mp3 at drive E:\ your batch program is Succesd :)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3).&lt;/span&gt; example you have a file &lt;span style="font-weight: bold;"&gt;muse.mp3&lt;/span&gt; at drive/localdisk D:\ , and you want to rename into &lt;span style="font-weight: bold;"&gt;muse-rock.mp3&lt;/span&gt; here code for rename a File :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ren&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;D:\muse.mp3&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;muse-rock.mp3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;save it, example : &lt;span style="font-weight: bold;"&gt;RenFile.bat&lt;/span&gt;&lt;br /&gt;now Your &lt;span style="font-weight: bold;"&gt;muse.mp3&lt;/span&gt; has changed to &lt;span style="font-weight: bold;"&gt;muse-rock.mp3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4).&lt;/span&gt; Code for delete a file : ( &lt;span style="font-weight: bold;"&gt;del D:\file.extension&lt;/span&gt;) so,you can write code like this :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;del D:\muse.mp3 /S /Q&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;save it, example : &lt;span style="font-weight: bold;"&gt;DelFile.bat&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;5).&lt;/span&gt; in example you want to hide mp3 file at drive D:\ (all in folder and sub folders) code for hide a files/more files :&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;@echo off&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;attrib +r +h +s D:\*.mp3 /S /D&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;save it, example : &lt;span style="font-weight: bold;"&gt;hiddenFile.bat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/2472197/batch.rar.html"&gt;&lt;span style="font-weight: bold;"&gt;DOWNLOAD ALL EXAMPLE&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;IT's Easy For You?? :)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;You Can open CMD at Windows [ &lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;start&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;-&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;Allprograms&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;-&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;Accessories&lt;/span&gt;&lt;span style="color: rgb(255, 255, 255);"&gt;-&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 255, 255);"&gt;Command Promt&lt;/span&gt;] or or Press CTRL+R to open CMD. then type &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;help&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; into CMD screen to see a commands&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4934179285483006860-781671164027485878?l=xxsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xxsecurity.blogspot.com/feeds/781671164027485878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4934179285483006860&amp;postID=781671164027485878' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/781671164027485878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/781671164027485878'/><link rel='alternate' type='text/html' href='http://xxsecurity.blogspot.com/2008/10/how-to-creat-batch-programming.html' title='HOW To Creat Batch Programming ?'/><author><name>ifos sofi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='17' height='32' src='http://3.bp.blogspot.com/-0tvm_YRKNBM/Tb9-i14ivtI/AAAAAAAAAYw/c0T_WLZI27I/s220/ifossofi.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4934179285483006860.post-2857106256491703094</id><published>2008-10-18T21:58:00.000-07:00</published><updated>2008-10-18T22:14:25.929-07:00</updated><title type='text'>secretFile V.1</title><content type='html'>secretFile is Tools for Change File Extension &lt;br /&gt;So,anyone Can't Look or Search Your Secret File&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example Extension : &lt;/span&gt;&lt;br /&gt;JPG(*.jpg)    : this extension usualy for Picture/Photo/image format&lt;br /&gt;DOC(*.doc)  : this is one of microsoft format&lt;br /&gt;Mp3(*.mp3): extension for Music File&lt;br /&gt;&lt;br /&gt;With this Tools You can automatic change extension with your extension&lt;br /&gt;example : if you want protect your JPG File you can change *.JPG to *.myextension&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 204, 204);"&gt;How To Use ?&lt;/span&gt;&lt;br /&gt;Example :&lt;br /&gt;- You Want to Protect File : jpg&lt;br /&gt;- Convert File jpg to            : myfile&lt;br /&gt;- All jpg Files at Drive         : D&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_1EdAzuxkoNA/SPrBqyjXyeI/AAAAAAAAAN8/LBbSrQXelb4/s1600-h/1.JPG"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_1EdAzuxkoNA/SPrBqyjXyeI/AAAAAAAAAN8/LBbSrQXelb4/s400/1.JPG" alt="" id="BLOGGER_PHOTO_ID_5258728455777274338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/2437435/secretFilev.1.rar.html"&gt;&lt;span style="font-weight: bold;"&gt;Download&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4934179285483006860-2857106256491703094?l=xxsecurity.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xxsecurity.blogspot.com/feeds/2857106256491703094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4934179285483006860&amp;postID=2857106256491703094' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/2857106256491703094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4934179285483006860/posts/default/2857106256491703094'/><link rel='alternate' type='text/html' href='http://xxsecurity.blogspot.com/2008/10/secretfile-v1.html' title='secretFile V.1'/><author><name>ifos sofi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='17' height='32' src='http://3.bp.blogspot.com/-0tvm_YRKNBM/Tb9-i14ivtI/AAAAAAAAAYw/c0T_WLZI27I/s220/ifossofi.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_1EdAzuxkoNA/SPrBqyjXyeI/AAAAAAAAAN8/LBbSrQXelb4/s72-c/1.JPG' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
