![]() |
|
How to create Create an Alarm In Batch - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: How to create Create an Alarm In Batch (/Thread-How-to-create-Create-an-Alarm-In-Batch) |
How to create Create an Alarm In Batch - karan - 05-19-2011 Due to some problem with the server I am not able to upload the pictures if u want in graphical manner please download the attachment given below. Step 1:Capture The "Alarm" In order to create an alarm, we will need a sound. There is a special character that when in a batch file or entered in command prompt, will cause a tone to play through the internal speaker. In order to get that special character, you need to do a key combo in command prompt then save it so you can copy and paste it. Thats what I'll do in the next few steps Step 2: Open Command Prompt Goto start> run, then type in cmd, then press OK or Goto start> All Programs> Accessories> Command Prompt Step 3: Change Directory Once in command prompt, type cd desktop That will change the directory command prompt is in to the desktop. Step 4: Echo, ECHO! Now that you've navigated to the desktop, type this: echo @echo Step 5: Key Combo Now hold down ALT & 7 (must be on the numpad) at the same time. "G" should appear. Step 6: Save as Batch Now Type: >alarm.bat ">" means save and "alarm.bat" is what you are saving it as. Make sure you remember the ".bat" part, or it wont be saved as a batch file. Step 7: Obtain The Character Right click on the newly created batch file and click Edit. Then select the box looking letter that is the character, and copy it. You've now successfully captured the rare alarm character! Clap Clap Clap... Step 8: Delete You can now delete the file "Alarm.bat Step 9: Alarm Code First, open Notepad. Then type: @echo off :alarm "@echo off" means that it won't show you whats happening. Keeps batch files clean. ":alarm" is a label Then paste the special character under that. Next type: cls goto alarm "cls" means clear screen. It just removes everything on screen off the command prompt. Sorta like a dry erase board. "goto alarm" means that it will goto the label ":alarm" Goto File> Save As, and save it as "Alarm.bat" Step 10: Done! You can now run the batch file "Alarm.bat" and it will sound an alarm through your computer speakers! One neat thing to do is if you have a password protected batch file, you can sound an alarm if they get the password wrong! I have included it in a bonus step Step 12: Password ONLY DO THIS IF YOU ARE FAMILIAR WITH BATCH! Here is it in a password: @echo off title Password Echo Please enter password to proceed. set /p udefine= set variable1=(Yourpasswordhere) if %udefine%==%variable1% ( goto correct cls ) cls color 0c echo Invalid Password! pause goto alarm :correct (rest of batch file here) :alarm cls go to alarm [/font] RE: How to create Create an Alarm In Batch - Coder-san - 05-19-2011 Ok enough with the leaching. No need to copy-paste hundereds of topics. It doesn't make you any more reputable, in fact it does the opposite. Either post with credits, or don't post at all. I had enough of you two. RE: How to create Create an Alarm In Batch - karan - 05-19-2011 copy nd paste....:?...:?.... y yuh saying this.....lol yuh dunt knw its mean n0 knw...c.mon....z) RE: How to create Create an Alarm In Batch - Coder-san - 05-19-2011 Most of "your" threads are leeched from this website. [link=http://naveenhackandentertainment.wetpaint.com/page/How+to+create+Create+an+Alarm+In+Batch]How to create Create an Alarm In BatchThis is a featured page[/link] RE: How to create Create an Alarm In Batch - karan - 05-19-2011 nopezzzzzz its nt frm dat site ![]() ...........
RE: How to create Create an Alarm In Batch - 1234hotmaster - 05-19-2011 (05-19-2011, 04:08 PM)karan Wrote: nopezzzzzz its nt frm dat siteHe meant you copy pasted it. Give the author credits :\ also its not your first leeched thread. Spoiler: How to hack wifi or wireless password
http://www.hackcommunity.com/Thread-How-to-Hack-Wifi-or-Wireless-Password http://mhdyandi.blogspot.com/2011/01/hack-wifi-with-backtrack.html http://www.egyhacks.net/2011/01/hacking-wifi-or-wireless-password.html http://hacktipss.onsugar.com/search/HEX http://www.isoftdl.com/2011/01/how-to-hack-wifi-or-wireless-password.html#axzz1Nu8VDKSE http://losthacker-deadbj.blogspot.com/2011/01/how-to-hack-wifi-or-wireless-password.html http://vasanthtechno.webs.com/apps/blog/show/6190610-how-to-hack-wifi-or-wireless-password Spoiler: Hacking msn yahoo
http://www.hackcommunity.com/Thread-Hacking-Msn-Yahoo http://crack0hack.wetpaint.com/page/MSN+HACKING http://naveenhackandentertainment.wetpaint.com/page/Hacking+Msn%2FYahoo http://www.technojerk.com/hacking/the-finest-hotmail-hack-which-works/ http://hackerz7.blogspot.com/2011/01/hacking-msn-small-trick.html http://www.finehack.co.cc/2010/04/hacking-msn-yahoo.html Spoiler: Fastest way to hack into systemhttp://www.hackcommunity.com/Thread-Fastest-Way-To-Hack-Into-System http://hackersdad.wordpress.com/hardcore-hacking-articles/fastest-way-to-hack-into-someones-system/ and LOTS more i don't want to waste time searching. PLZ credit the authors
|