This is where I am right now.
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\user>cd c:\android-sdk-windows\tools
c:\android-sdk-windows\tools>dir
Volume in drive C has no label.
Volume Serial Number is B0AE-AF4E
Directory of c:\android-sdk-windows\tools
06/08/2011 11:19 PM <DIR> .
06/08/2011 11:19 PM <DIR> ..
06/08/2011 11:18 PM 5,445,617 aapt.exe
06/08/2011 11:18 PM 410,942 adb.exe
06/08/2011 11:18 PM 96,256 AdbWinApi.dll
06/08/2011 11:18 PM 60,928 AdbWinUsbApi.dll
06/08/2011 11:16 PM 323 adb_has_moved.txt
06/08/2011 11:18 PM 1,344,051 aidl.exe
06/08/2011 11:16 PM 3,237 android.bat
06/08/2011 11:16 PM <DIR> ant
06/08/2011 11:16 PM 1,444 apkbuilder.bat
06/08/2011 11:16 PM 2,275 ddms.bat
06/08/2011 11:18 PM 423,585 dexdump.exe
06/08/2011 11:16 PM 127,504 dmtracedump.exe
06/08/2011 11:16 PM 1,445 draw9patch.bat
06/08/2011 11:18 PM 2,682 dx.bat
06/08/2011 11:16 PM 9,733,600 emulator.exe
06/08/2011 11:16 PM 17,976 emulator_NOTICE.txt
06/08/2011 11:16 PM 779,819 etc1tool.exe
06/08/2011 11:16 PM 183,651 fastboot.exe
06/08/2011 11:16 PM 2,349 hierarchyviewer.bat
06/08/2011 11:16 PM 36,100 hprof-conv.exe
06/08/2011 11:16 PM <DIR> Jet
06/08/2011 11:16 PM 1,627 layoutopt.bat
06/08/2011 11:19 PM <DIR> lib
06/08/2011 11:18 PM 16,046,592 llvm-rs-cc-2.exe
06/08/2011 11:18 PM 15,424,512 llvm-rs-cc.exe
06/08/2011 11:16 PM 30,830 mksdcard.exe
06/08/2011 11:16 PM 1,503 monkeyrunner.bat
06/08/2011 11:18 PM 332,494 NOTICE.txt
06/08/2011 11:16 PM <DIR> proguard
06/08/2011 11:18 PM 301 source.properties
06/08/2011 11:16 PM 1,446,224 sqlite3.exe
06/08/2011 11:16 PM 1,919 traceview.bat
06/08/2011 11:16 PM 460,463 zipalign.exe
29 File(s) 52,420,249 bytes
6 Dir(s) 425,065,365,504 bytes free
c:\android-sdk-windows\tools>adb devices
List of devices attached
c:\android-sdk-windows\tools>fastboot
usage: fastboot [ <option> ] <command>
commands:
update <filename> reflash device from update.zip
flashall flash boot + recovery + system
flash <partition> [ <filename> ] write a file to a flash partition
erase <partition> erase a flash partition
getvar <variable> display a bootloader variable
boot <kernel> [ <ramdisk> ] download and boot kernel
flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it
devices list all connected devices
continue continue with autoboot
reboot reboot device normally
reboot-bootloader reboot device into bootloader
options:
-w erase userdata and cache
-s <serial number> specify device serial number
-p <product> specify product name
-c <cmdline> override kernel commandline
-i <vendor id> specify a custom USB vendor id
-b <base_addr> specify a custom kernel base address
-n <page size> specify the nand page size. default:
2048
c:\android-sdk-windows\tools>