home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netrunner 2004 October
/
NETRUNNER0410.ISO
/
regular
/
ActivePerl-5.8.4.810-MSWin32-x86.msi
/
_5a5d2cd20e9aab7f36494845fcba7fdb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-01
|
357 b
|
19 lines
#! ./perl
#
# tests the Windows Script Host functionality
@list = ( 'ADOSample1.wsf',
'ADOSample2.wsf',
'args.wsf "ok 1" "ok 2"',
'helloworld.wsf',
'notepad.wsf',
'showenv.wsf',
'specialfolder.wsf' );
for my $item (@list) {
system ("CScript $item");
print "Press [ ENTER ] to continue\n";
<STDIN>;
}