精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>○ DOS>>应用软件>>工具软件>>Re: 本人下在收集DOS下的精品软件

主题:Re: 本人下在收集DOS下的精品软件
发信人: samuel()
整理人: smallhors(1999-07-22 20:49:32), 站内信件

: : 作为回报,我会返还一些好的私人珍藏给你。
: 我最喜欢用的:
: Norton  Commander
: PCTool 5.0
: RI (雷军写的清内存工具)
loadsys好用, 能动态load,unload设备/驻留程序.
连EMM386.EXE都能load/unload.

Loadsys v1.4b: Copyright (C) G W Robinson/SERC 1990-92. All Rights Reserved.
Load Device Drivers and Terminate & Stay Resident programs (TSRs).
The format is:
      LOADSYS  /option filename params
which loads device driver or TSR called filename and runs it with parameters
params. Filename can be a full pathname or a file which is in the current
directory or a PATH directory. Filename need not have an extension in which
case the first file ending in .SYS, .COM or .EXE will be used.

The following options modify the action taken:
  ?  display this help information
  a  give additional information on whats being done
  h  display this help information
  l  list the TSRs/Device Drivers loaded by LOADSYS
  n  TSR/Device Driver must always be referred to by name
  r  redirect interrupts to allow disable/enable and ensure unloading will work
  s  silent flag - dont report anything
  u  unload filename or last TSR/Device Driver loaded
 xh  record current directory as the home directory
!xh  return to home directory

Examples are:
  loadsys ansi       Load ANSI.SYS if in directory in Path
  loadsys /u ansi    Unload ANSI.SYS
  loadsys /u         Unload last TSR or Device Driver to be loaded
  loadsys /l         List TSRs/Device Drivers loaded via LOADSYS
  loadsys /r ansi    Load ANSI.SYS so it can stop/go and guarantee unloading
  loadsys /d ansi    Disable ANSI.SYS but dont unload it
  loadsys /e ansi    Enable disabled ANSI.SYS
  loadsys /xh        Record current directory as home
  loadsys /!xh       Return to home directory

The following options are for expert use only - some may crash the PC.
?nbsp;is a hex number, ?nbsp;is a decimal number, ?nbsp;is a bit value (0,1 or 
x - x means dont care) - see documentation for further details:

  1  program name refers to first rather than last matching entry
  2  force second copy of TSR or Driver to be loaded
  3  do Int 3 prior to running program
  b  reserve the last paragraph of memory for LOADSYS so DOS memory chain
     can be extended to upper memory
 !b  reduce DOS memory chain to lower memory
  b噜噜:噜噜  add memory block at segment 噜噜 and size 噜噜 paragraphs
              to DOS memory chain - DANGEROUS
  d  disable a TSR/Device Driver - must have been loaded with /r
  e  enable disabled TSR/Device Driver
  f  load program as free to be moved in memory - VERY DANGEROUS
  i噜  record interrupt 噜 as chained to at a later date or dont redirect
  lb list memory blocks
  ld list Device Drivers
  lf list DOS File Table
  lp list program memory blocks
  ls list system features
  lx list XMS memory blocks
  m噜噜:噜噜           display value of memory byte 噜噜:噜噜
  m噜噜:噜噜=噜        reset memory byte 噜噜:噜噜 to 噜
  m噜噜:噜噜=10#腚?nbsp;   reset memory byte 噜噜:噜噜 to 腚?BR>  m噜噜:噜噜=2#後後後後 reset memory byte 噜噜:噜噜 to bit values 後後後後
  mw噜噜:噜噜, mw噜?噜噜=噜噜, mw噜噜:噜噜=10#腚腚?
    mw噜噜:噜噜=2#後後後後後後後後   as above but for word values
  oa  place control block adjacent to program
  ob  dont extend DOS memory chain into xl or xp supplied memory
  od  force file to be loaded as a Device Driver
  oe  force Environment copy to be released
  of  dont Flush Device Driver before unloading
  oh  load program in HMA
  oi  use DOS internal loader instead of the one in LOADSYS
  ok  keep LOADSYS where it is, dont move up memory when loading
  ol  force loading into low memory even if upper available
  om  dont take note of memory obtained from EMMs or HMA
  oo  overlay program out if runs another program
  oq  quit if a warning occurs
  or  dont enable ROM shadowing at unload
  os  dont report Interrupt changes that dont point to me (Side Effects)
  ot  force file to be loaded as a TSR program
  ou  load only into upper memory
  ov  notify that program may switch to Virtual 8086 mode
  p噜噜, p噜噜=噜, p噜噜=10#腚?nbsp;etc  display or reset 8 and 16 bit
      I/O Port 噜噜 in the same way as /m
  q   squeeze memory by moving program loaded with /f option down memory
      (up if /t) to remove gaps - VERY DANGEROUS
  t   load or move to top of 640K memory
  uh  unload last home directory (/xh) record
  w噜噜   Load program at segment 噜噜 in memory
  wg噜噜  Load program at a memory segment greater than or equal to 噜噜
  wl噜噜  Load program at a memory segment less than 噜噜
  xb?nbsp;increase DOS file Buffers to ?BR> !xb  decrease DOS file buffers to original CONFIG.SYS value
  xc  move COMMAND.COM
  xd  allow DOS access to upper memory
 !xd  reduce DOS access back to lower memory
  xe  move DOS Environment
  xf  remove memory fragmentation caused by LOADSYS
 !xf  allow memory fragmentation
  xl  as xp but allow 4 pages for LIM access
  xl?nbsp;as xp but allow ?nbsp;pages for LIM access
 !xl  release EMS upper memory if not in use
  xp  use all memory pages upto 1Mbyte available via an EMS/LIM interface
 !xp  release EMS upper memory if not in use
  xr  switch ROM shadowing on
 !xr  switch ROM shadowing off
  xt  move PS/2 Extended BIOS Data area
  xw  move DOS working buffer for BAT file
  xx  use all memory  upto 1Mbyte available via an XMS interface
  xx噜噜  use only 噜噜 paragraphs of upper memory from XMS
 !xx  release XMS upper memory if not in use
  z噜噜  Load program in block of memory size 噜噜 paragraphs

Examples are:
  loadsys /f ansi    Load ANSI.SYS so it can be moved in memory
  loadsys /q ansi    Squeeze memory by moving ANSI.SYS down filling any gaps
  loadsys /qt ansi   Move ANSI.SYS to top of 640K memory
  loadsys /t /z6B ansi  Load ANSI.SYS at top of 640K memory in 6B paragraphs
  loadsys /z6B /w9000 ansi   Load ANSI.SYS at segment 9000 in 6B paragraphs
  loadsys /z6B /wgC800 ansi  Load ANSI.SYS at segment greater than C800
  loadsys /lb        Look at memory usage
  loadsys /2 vdisk   Load second virtual disk driver
  loadsys /i15 himem Load HIMEM.SYS - uses INT 15 later on
  loadsys /mw40:72=1234  Set memory word 40:72 to hex 1234
  loadsys /p2D4      Display value of 8 bit I/O port 2d4
  loadsys /p2D4=2#1xxxxxx0 pc3270  Load PC3270.COM and reset I/O port 2D4 at
                                 unload by setting bit 7 and clearing bit 0
  loadsys /bD000:1000  Add 64k memory block at D000 to DOS memory chain
  loadsys /xp        Use all upper memory provided by EMS
  loadsys /!xp       Release all EMS provided memory
  loadsys /xl2       Use all available EMS memory leaving
                     2 pages for EMS/LIM access
  loadsys /xx        Use all available XMS provided upper memory
  loadsys /xb20      Increase DOS buffers to total of 20
  loadsys /xf        Remove memory fragmentation prior to using Windows 3
  loadsys /xcou      Move COMMAND.COM to upper memory if available



--
Samuel Leo <[email protected]>
________________________________
Welcome to Network Studio
studio.sinet.net.cn
studio.szonline.net
IP: 202.103.190.5

※ 来源:.网易 BBS bbs.netease.com.[FROM: bbs.huizhou.gd.cn]

[关闭][返回]