Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo-Dev 75c48ba87f
Merge pull request #4 from ArchGryphon9362/patch-1
4 years ago
..
1stress_without_critical.psf Add source files 4 years ago
2stress_with_critical.psf Add source files 4 years ago
3stress_with_diff_rtc_values.psf Add source files 4 years ago
bd.exe Add source files 4 years ago
boot_test.psf Add source files 4 years ago
bt.cmd Add source files 4 years ago
bt_finish.ini Add source files 4 years ago
bt_finish.psf Add source files 4 years ago
bt_rs.ini Add source files 4 years ago
bt_rs.psf Add source files 4 years ago
btnrpmte.cmd Add source files 4 years ago
btpmte.cmd Add source files 4 years ago
cmtestapi.dll Add source files 4 years ago
dbgport.sys Add source files 4 years ago
denumcmd.exe Add source files 4 years ago
devenu.dll Add source files 4 years ago
dtimeout.psf Add source files 4 years ago
gdtest.exe Add source files 4 years ago
gendev.dll Add source files 4 years ago
hctdrv.sys Add source files 4 years ago
ipmte.cmd Add source files 4 years ago
kc.exe Add source files 4 years ago
manual.psf Add source files 4 years ago
nfservic.exe Add source files 4 years ago
notify.exe Add source files 4 years ago
nowait.ini Add source files 4 years ago
ntios.psf Add source files 4 years ago
nveng.dll Add source files 4 years ago
pmcs.dll Add source files 4 years ago
pmte.exe Add source files 4 years ago
pmte.html Add source files 4 years ago
pmte.inf Add source files 4 years ago
pmte.ini Add source files 4 years ago
pmte1.ini Add source files 4 years ago
pmte2.ini Add source files 4 years ago
pmteauto.bat Add source files 4 years ago
pmtedt.exe Add source files 4 years ago
pmteping.exe Add source files 4 years ago
pnp_pmte.psf Add source files 4 years ago
pnpservice.exe Add source files 4 years ago
po.ini Add source files 4 years ago
popnp.exe Add source files 4 years ago
re_test.cmd Add source files 4 years ago
readme.txt Add source files 4 years ago
regini.exe Add source files 4 years ago
restart.cmd Add source files 4 years ago
rs.exe Add source files 4 years ago
sm.cmd Add source files 4 years ago
smbchk.cmd Add source files 4 years ago
smbcmp.exe Add source files 4 years ago
smbdos.exe Add source files 4 years ago
smbquery.exe Add source files 4 years ago
sound.wav Add source files 4 years ago
ssetup.exe Add source files 4 years ago
test_pmte.psf Add source files 4 years ago
viewer.dll Add source files 4 years ago

readme.txt

* PMTE  Power Management test shell

This tests several device types in a system before and after each
sleep state the system supports. You can run one of the supplied scripts that will
do this as many times as you specify automatically.


Currently it tests the below device types.

Disks
CD-ROM
Floppy
Sound
NET
IRDA
Serial with loopback
Modems
parallel port
VIDEO


* TO RUN A SCRIPT FROM THE COMMAND LINE

Type

Pmte /rs: <scriptName> <NumberOfTimes>


* TO SKIP TESTING SOME OF THE DEVICE TYPES

To exclude one or more of the above devices types in testing use the
/sdt: (skip device type) switch for each device type you want to skip.
For example to not test Serial/Modem and the BOOFLOPPY devices types type
the below.

Pmte /sdt: COM /sdt: bootFLOPPY

It is ussaly a good idea to skeep the bootfloppy because hiberanet will probaply not be automated.

Other devices type that we can skip are

NET
IRDA
DISK
SOUND
VIDEO


* hanging tests.

PMTE spawns a process for each device test,
when PMTE is unable to talk to one of these processes it will break into the kernel debugger.
So that this system issue can be debugged.

You need a kernel debugger connected otherwise the APP will just AV, when this happens.


* Other switches

/QOS:

If you start PMTE from a test shell that can parse the pmte.log file.
If this switch is used PMTE will just exit when it is done testing.

/LOG: [log file name]

The default log file name is pmte.log if you need to call it something else for some reason
use this switch.