中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-27 16:42
47,813 topics / 349,918 posts / today 0 new / 48,276 members
DOS批处理 & 脚本技术(批处理室) » ASCII Code Encyclopedia - (0 to 255) Updated
Printable Version  12,758 / 49
Floor16 ccwan Posted 2006-11-27 21:55
金牌会员 Posts 1,160 Credits 2,725 From 河北廊坊
Moderator 3742668 is really powerful! Wait until my cooldown time is up, I will definitely give you extra points.
Floor17 redtek Posted 2006-11-27 22:00
金牌会员 Posts 1,147 Credits 2,902
Wonderful~~Learned~~:)))
Floor18 amao Posted 2006-12-20 02:13
中级用户 Posts 152 Credits 316
We noobs can only learn. Bookmark it first. Thanks, great guys.
Floor19 yardian Posted 2006-12-21 04:58
中级用户 Posts 85 Credits 305
Accidentally discovered something with the same function
Get the ASCII code value of the keyboard

[ Last edited by yardian on 2006-12-21 at 04:59 AM ]
Floor20 HUNRYBECKY Posted 2006-12-28 23:00
银牌会员 Posts 442 Credits 1,179
Floor21 scriptor Posted 2006-12-28 23:12
银牌会员 Posts 555 Credits 1,187
But how to use commands to output these special characters under CMD?

Only use CMD commands, not other ones like VBS, JS, HTML, etc.

But DEBUG is allowed.

What to do?
Floor22 lxmxn Posted 2006-12-29 00:26
版主 Posts 4,938 Credits 11,386

The simplest method is Alt+, where the number is the ASCII code corresponding to the character.
Floor23 lp1129 Posted 2007-03-27 13:28
初级用户 Posts 92 Credits 186
Just arrived to learn, and give some support
Floor24 wydos Posted 2007-03-28 00:23
中级用户 Posts 117 Credits 304
Floor25 rryr Posted 2007-03-28 05:56
新手上路 Posts 1 Credits 2
Hehe, do you have any points?
Floor26 wuwuwuming Posted 2007-04-01 23:14
初级用户 Posts 18 Credits 37
Floor27 i5239 Posted 2007-04-01 23:56
新手上路 Posts 3 Credits 6 From 被世界遗忘的角落...
I'm a newbie~ Want to learn~ But can't understand anything~ It seems everyone is an expert~
Floor28 qpmgljf Posted 2007-04-22 05:30
初级用户 Posts 49 Credits 125
<html>

<head>

<title>Check Character ASCII Value</title>

<STYLE type=text/css>
BODY {
MARGIN-TOP: 8px
}
.style1 {
COLOR: #ff6633
}
TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 15pt
}
A:link {
COLOR: #333333; TEXT-DECORATION: none
}
A:visited {
COLOR: #333333; TEXT-DECORATION: none
}
A:active {
COLOR: #ff6600; TEXT-DECORATION: none
}
A:hover {
COLOR: #ff6600
}
.upline {
BORDER-TOP: #ff6633 1px solid
}
.downline {
BORDER-BOTTOM: #ff6633 1px solid
}
.f1 {
FONT-SIZE: 12px; COLOR: #ff6633; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
.f2 {
FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
</STYLE>


</head>

<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="760">
<tr>
<td width="100%"></td>
</tr>
<tr>
<TD height=30>
 </TD>
</tr>
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber7">
<tr>
<td width="100%">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#111111" id="AutoNumber9" style="border-collapse: collapse">
<tr>
<td width="103%" align="left" height="30">
<p align="center"><b>Check Character ASCII Value</b></td>
</tr>
<tr>
<td width="100%" align="left"><br>
<p align="center">
<SCRIPT language=JavaScript>
<!-- Begin
function showKeyCode()
{
var character = document.characterCode.character.value.substring(0,1);
var code = document.characterCode.character.value.charCodeAt(0);
var msg = "Character \""+character+"\" corresponds to ASCII code value "+code+".";
alert(msg);
}
// End -->
</SCRIPT>
<FORM name=characterCode>
<p align="center">
Enter a character to check:
<INPUT name=character size=15>
<INPUT onclick=showKeyCode(); type=button value=Display Character ASCII Value>
</FORM><br><br>
</td>
</tr>
</TABLE>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%"></td>
</tr>
</table>
</center>
</div>
</body>

</html>
Floor29 lisus Posted 2007-04-26 13:03
初级用户 Posts 37 Credits 79
good!!!!!

Collected...
Floor30 Michale Posted 2007-06-22 19:48
初级用户 Posts 27 Credits 52 From ☆逍遥宫☆
All are good stuff, collected. Thanks
Prev  1 2 3 4  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023