text stringlengths 0 834k |
|---|
my $warn = <<END; |
$0: $input_file:$line: fatal error: unknown or ambiguous command '$cmd'. |
END |
$shell->warn($warn) and $shell->pause_exit(2, $pause) |
unless $shell->{API}{cmd}{run}{found}; |
$shell->pause_exit(1, $pause) unless $ret; |
} |
close SCRIPT; |
$shell->pause_exit(0, $pause); |
} |
# If we've been told what to do from the command-line, do it right away: |
elsif (@ARGV) { |
my $shell = PPMShell->new(target => $target, pager => 'none'); |
$shell->setmode('BATCH'); |
my $ret = $shell->run($ARGV[0], @ARGV[1..$#ARGV]); |
my $warn = <<END; |
Unknown or ambiguous command '$ARGV[0]'; type 'help' for commands. |
END |
$shell->warn($warn) and $shell->pause_exit(2, $pause) |
unless $shell->{API}{cmd}{run}{found}; |
$shell->pause_exit(0, $pause) if $ret; |
$shell->pause_exit(1, $pause); |
} |
# Just run the command loop |
if (-t STDIN and -t STDOUT) { |
my $shell = PPMShell->new(target => $target); |
$shell->setmode('SHELL'); |
$shell->cmdloop; |
} |
else { |
die <<END; |
Error: |
PPM3 cannot be run in interactive shell mode unless both STDIN and |
STDOUT are connected to a terminal or console. If you want to |
capture the output of a command, use PPM3 in batch mode like this: |
ppm3 search IO-stringy > results.txt |
Type 'perldoc ppm3' for more information. |
END |
} |
=head1 NAME |
ppm3-bin - ppm3 executable |
=head1 SYNOPSIS |
Do not run I<ppm3-bin> manually. It is meant to be called by the wrapper |
program I<ppm3>. See L<ppm3>. |
=head1 DESCRIPTION |
I<ppm3> runs I<ppm3-bin> after setting up a few environment variables. You |
should run I<ppm3> instead. |
For information about I<ppm3> commands, see L<ppm3>. |
=head1 SEE ALSO |
See L<ppm3>. |
=head1 AUTHOR |
ActiveState Corporation (support@ActiveState.com) |
=head1 COPYRIGHT |
Copyright (C) 2001, 2002, ActiveState Corporation. All Rights Reserved. |
=cut |
__END__ |
:endofperl |
",29.9367991845,94,0.5441773359 |
219805,f31d2d0deae137996849a5efb020c68f79815d5b,20,cmd,Batchfile,scripts/igetevent.cmd,MichaelTien8901/ipmiutil,5cc58de93101c939535bdd2aa146d21a66b5c389,['OpenSSL' 'BSD-3-Clause'],13.0,2020-03-24T03:13:04.000Z,2021-09-06T17:09:21.000Z,scripts/igetevent.cmd,MichaelTien8901/ipmiutil,5cc58de93101c939535bdd2aa146d21a66b5c389,['OpenSSL' 'BSD-3-Clause'],3.0,2020-07-12T01:31:23.000Z,2022-02-22T19:49:23.000Z,scripts/igetevent.cmd,MichaelTien8901/ipmiutil,5cc58de93101c939535bdd2aa146d21a66b5c389,['OpenSSL' 'BSD-3-Clause'],4.0,2020-06-21T19:21:04.000Z,2021-09-23T00:20:58.000Z,"ipmiutil getevt %* |
",10.0,19,0.7 |
219806,f31d2db6bdf8b040e4c2ada2ccfd79336f4faa8c,208,cmd,Batchfile,bots/y-bot/y-bot-twitter.cmd,ItsPhant/program-y,c2b211fcaf8cedc7d6d95a8ea9470a913efa1622,['MIT'],,,,bots/y-bot/y-bot-twitter.cmd,ItsPhant/program-y,c2b211fcaf8cedc7d6d95a8ea9470a913efa1622,['MIT'],,,,bots/y-bot/y-bot-twitter.cmd,ItsPhant/program-y,c2b211fcaf8cedc7d6d95a8ea9470a913efa1622,['MIT'],1.0,2020-02-21T17:58:05.000Z,2020-02-21T17:58:05.000Z,"@echo off |
CLS |
mkdir .\temp |
SET PYTHONPATH=..\..\src;..\..\libs\MetOffer-1.3.2;. |
python ..\..\src\programy\clients\twitter.py --config .\config.windows.yaml --cformat yaml --logging .\logging.windows.yaml |
",20.8,123,0.6826923077 |
219807,f31d6971bc05c5c0884b68481701514c7fa95e46,440,bat,Batchfile,2015/Ruanmei install.bat,lyh543/Some-Codes,2b295338f802e71c6b613350f1b6e8299856780f,['MIT'],3.0,2020-06-05T08:29:16.000Z,2021-12-09T05:44:54.000Z,2015/Ruanmei install.bat,lyh543/Some-Codes,6648d57be5cc9642d623563b35780446ed986edc,['MIT'],,,,2015/Ruanmei install.bat,lyh543/Some-Codes,6648d57be5cc9642d623563b35780446ed986edc,['MIT'],1.0,2020-09-15T14:50:31.000Z,2020-09-15T14:50:31.000Z,":: 本程序用以将软媒软件改成中文,并删除无用软件 |
@echo off |
del /q 3gmanager.exe burnmaster.exe ithome.exe mydesk.exe mytime.exe >nul 2>nul |
del /q pcmaster.exe pcmasterdata.dll pcmastersvc.exe rmup.exe softmastergreen.dll winstart.exe >nul 2>nul |
del /q starttweaker.exe winguard.dll winguard.exe winguard_x64.dll winguard_x64.exe >nul 2>nul |
rd /s /q config |
rd /s /q plugins |
for /f ""tokens=1,2 delims=:,。"" %%a in (读我.txt) do ( |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.