代码语言
.
CSharp
.
JS
Java
Asp.Net
C
MSSQL
PHP
Css
PLSQL
Python
Shell
EBS
ASP
Perl
ObjC
VB.Net
VBS
MYSQL
GO
Delphi
AS
DB2
Domino
Rails
ActionScript
Scala
代码分类
文件
系统
字符串
数据库
网络相关
图形/GUI
多媒体
算法
游戏
Jquery
Extjs
Android
HTML5
菜单
网页交互
WinForm
控件
企业应用
安全与加密
脚本/批处理
开放平台
其它
【
Perl
】
显示bios时间
作者:
work24
/ 发布于
2014/1/17
/
754
#! perl # Check command line arguments (none required) if($ARGV[0] ) { Syntax(); } # Create temporary DEBUG script $dbg="D FFFF:0005 L 8\nQ\n"; open( DBGSCR,"> biosdate.dbg") ||die("Cannot open temporary DEBUG script: $!"); printDBGSCR$dbg; closeDBGSCR; # Run DEBUG script and filter output; # improved DEBUG output filtering by Uri "Talentix" `debug.exe < biosdate.dbg` =~ /(\d\d\/\d\d\/\d\d)/; print"\nBIOS date: ".$1."\n"; # Delete temporary DEBUG script `DEL biosdate.dbg >NUL 2>&1`; subSyntax { print"\nBIOSDate.pl, Version 1.10 for DOS, Windows & OS/2\n", "Display BIOS date of local computer\n\n", "Usage: BIOSDATE.PL\n\nThis script uses ", "DEBUG.EXE to read the information from BIOS.\n", "Tested in Windows 2000 only.\n\nWritten by ", "Rob van der Woude\nhttp://www.robvanderwoude.com\n\n", "Improved DEBUG output filtering by Uri \"Talentix\"\n\n", "Original idea by ComputerHope\n", "http://www.computerhope.com/rdebug.htm\n\n\n"; }
试试其它关键字
bios时间
同语言下
.
获取本机所有IP和设备的绑定情况
.
生成隨機密碼
.
取文件的最后修改时间
.
获取本机所有IP和设备的绑定情况
.
将perl脚本变成乱糟糟的一团
.
从 HTML网页中解析出链接
.
使用 HTTP::Request 请求 URL 并将响应保存到文件
.
使用指定的User-Agent抓取网页
.
使用 Net::SMTP发送邮件
.
编写的一个简单 Web服务器
可能有用的
.
C#实现的html内容截取
.
List 切割成几份 工具类
.
SQL查询 多列合并成一行用逗号隔开
.
一行一行读取txt的内容
.
C#动态修改文件夹名称(FSO实现,不移动文件)
.
c# 移动文件或文件夹
.
c#图片添加水印
.
Java PDF转换成图片并输出给前台展示
.
网站后台修改图片尺寸代码
.
处理大图片在缩略图时的展示
work24
贡献的其它代码
(
2
)
.
显示基本的bios信息
.
显示bios时间
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved
站长博客
粤ICP备13059550号-3