mirror of https://github.com/tongzx/nt5src
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.
24 lines
432 B
24 lines
432 B
@echo off
|
|
rem Copyright (c) 1999-2000 Microsoft Corp. All Rights Reserved.
|
|
rem
|
|
rem File name:
|
|
rem
|
|
rem test.cmd
|
|
rem
|
|
rem Abstract:
|
|
rem
|
|
rem Windows Embedded Prototype Script for Printers
|
|
rem
|
|
rem Remarks:
|
|
rem
|
|
rem This file tests dependency mapping functionality
|
|
rem
|
|
rem Author:
|
|
rem
|
|
rem Larry Zhu (lzhu) 11-29-2000
|
|
rem
|
|
@echo on
|
|
|
|
cat ..\scripts\lib.vbs ..\scripts\cmi.vbs test.vbs > tmp.vbs
|
|
|
|
cscript tmp.vbs
|