home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2004 December
/
PCpro_2004_12.ISO
/
files
/
webserver
/
xampp
/
xampp-perl-addon-1.4.9-installer.exe
/
test.pl
< 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
Perl Script
|
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>;
}