H.C. Chen's Library tagged → View Popular
Learn to Write a Batch File with Firefox | Firefox Facts
-
Add Sticky Note

- "c:\Program Files\Mozilla Firefox\firefox.exe" is not in my Vista's default path that I can't simply run firefox. But strange !!!! "start firefox.exe" really works !!!!!
D:\Learnings\autoit>start firefox <=== works
D:\Learnings\autoit>firefox
'firefox' is not recognized as an internal or external command,
operable program or batch file.
- on 2009-04-28
- "c:\Program Files\Mozilla Firefox\firefox.exe" is not in my Vista's default path that I can't simply run firefox. But strange !!!! "start firefox.exe" really works !!!!!
Mklink command - Microsoft TechNet DOS command line
DOS command line commands
TechNet
TechNet Library
Windows
* Windows Server <===== At least some support
* Windows 7
* Windows Vista <===== Support
* Windows Home Server
* Windows XP <========= Not support
Windows Server
Windows Server 2008 and Windows Ser...
Command Reference
* A-Z List
A-Z List
* Adprep
* Append
* Arp
* Assoc
* At
* Attrib
* Auditpol
* Autochk
* Autoconv
* Autofmt
* Bcdedit
* Bitsadmin
* Bootcfg
* Break
* Cacls
* Call
* Cd
* Certreq
* Certutil
* Change
* Chcp
* Chdir
* Chglogon
* Chgport
* Chguser
* Chkdsk
* Chkntfs
* Choice
* Cipher
* Clip
* Cls
* Cluster
* Cmd
* Cmdkey
* Color
* Comp
* Compact
* Convert
* Copy
* Csvde
* Date
* Dcdiag
* Dcpromo
* Defrag
* Del
* Dfscmd
* Dir
* Dirquota
* Diskcomp
* Diskcopy
* Diskedit
* DiskPart
* DiskRAID
* Diskshadow
* Dnscmd
* Doskey
* Driverquery
* Dsacls
* Dsadd
* Dsdbutil
* Dsamain
* Dsget
* Dsmgmt
* Dsmod
* Dsmove
* Dsquery
* Dsrm
* Echo
* Edit
* Endlocal
* Erase
* Eventcreate
* Exit
* Extract
* Fc
* Filescrn
* Find
* Findstr
* Flattemp
* For
* Forfiles
* Format
* Freedisk
* Fsutil
* Ftype
* Goto
* Gpresult
* Graftabl
* Help
* Icacls
* If
* Ipconfig
* Ktmutil
* Ktpass
* Label
* Ldifde
* Ldp
* Logman
* Logoff
* Lpq
* Lpr
* Mapadmin
* Md
* Mkdir
* Mklink
* Mode
* More
* Mount
* Mountvol
* Move
* Msg
* Msiexec
* Msinfo32
* Mstsc
* Netdom
* Net computer
* Net group
* Net localgroup
* Net print
* Net user
* Nfsadmin
* Nfsshare
* Nfsstat
* Nlb
* Nltest
* Nslookup
* Ntbackup
* Ntdsutil
* Openfiles
* Path
* Pause
DOS程序员参考手册[10] - 88250的专栏 - CSDNBlog
-
扩展内存是指超过8086的1M限制的内存。在扩展内存规范(XMS)的范围内,扩展
内存还指高位内存区(HMA)和上位内存块(UMB)。
UMB是DOS640K内存界线与8086 1M界线之间的有用内存区域。它们通常不与
640K有用内存相连接,并且在DOS5.0之前,它们只有通过XMS驱动程序才对程序员
有用。从DOS5.0开始,UMB能通过DOS的内存服务来访问;DOS内存服务则可为你访
问XMS驱动程序。
MSDN explanations of the try-except Statement (C++)
__try __except C C++ programming
-
EXCEPTION_CONTINUE_EXECUTION (–1)
-
Add Sticky NoteEXCEPTION_CONTINUE_SEARCH (0)
- This value means : "I don't handle this exception code. Please ask others."
Then the __except clause will not be executed I guess. - on 2009-01-20
- This value means : "I don't handle this exception code. Please ask others."
- 2 more annotations...
Advanced Power Management v. 1.2
APM spec
I study this, well actually I am trying to find power.exe for QEMU or Bochs DOS environment to reduce the host CPU usage.
Dr. Dobb's Journal - April 2007
DDJ sample page
Dr. dobb's journal 線上免費推出.
forth assembler
2. Ragsdale, William F., "A FORTH Assembler for the 6502," Dr.
Dobb's Journal #59 (September 1981), pp. 12-24. A simple
illustration of addressing modes.
3. Duncan, Ray, "FORTH 8086 Assembler," Dr. Dobb's Journal #64
(February 1982), pp. 14-18 and 33-46.
4. Perry, Michael A., "A 68000 Forth Assembler," Dr. Dobb's
Journal #83 (September 1983), pp. 28-42.
学习80X86保护模式运行原理的bochs下的Image文件 - CPU及微机基本硬件的使用 - OldLinux - Powered by Discuz!
学习80X86保护模式运行原理的bochs下的Image文件
http://oldlinux.org/Linux.old/
http://oldlinux.org/Linux.old/study/
http://www.oldlinux.org/Linux.old/study/sabre/os/articles/
-
学习80X86保护模式运行原理的bochs下的Image文件
http://oldlinux.org/Linux.old/
http://oldlinux.org/Linux.old/study/
http://www.oldlinux.org/Linux.old/study/sabre/os/articles/ -
学习80X86保护模式运行原理的bochs下的Image文件[这个贴子最后由taowentao在 2006/02/16 10:10am 第 1 次编辑]
最新 QEMU 0.8 虚拟机模拟软件——免费软件,随意下载,任意使用
支持:
1.x86、arm、PowerPC、Sparc、MIPS等系统模拟;
2.软盘、硬盘、光驱、usb、串口、并口、声卡、网卡、显卡、鼠标、键盘等全系统模拟;
3.虚拟机运行状态保存,恢复,使之可从上次保存的运行状态恢复,并继续执行;
4.采用动态编译技术,速度极快;
5.真正的软件模拟,不会对系统及硬件造成任何不良后果;
6.监控台可执行多种命令,如更换软盘映象文件,保存虚拟机运行状态,全屏切换等;
7.串口输出可重定向到文件;
8.加载硬件加速模块后(不加载也有很好的性能),可与任何商业模拟软件相媲美;
9.点击窗口后,自动捕获鼠标,极其简单、快速、方便。
主题: “自编的实时微内核及多窗口 (含虚拟机qemu演示)”
下有最新的 QEMU 0.8 for windows 虚拟机模拟软件,及其演示;
点击下载连接处超连接即可下载,然后按照说明解压缩,执行即可看到演示效果。
Windows XP file forum
check what the file is for
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in tech
-
Web 2.0 Educational Tech Options
Some ideas for getting stud...
Items: 17 | Visits: 154
Created by: lstollin
-
Tech News
A collection of technology ...
Items: 11 | Visits: 131
Created by: Joel Bennett
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
