| 网站首页 | 绿色软件 | 绿色数码 | 安全中心 | 屏保中心 | 源码中心 | 电子书库 | 教程库 | 图片库 | 资料库 | 算命 | 笑话 | 广告 | 绿站旧版 | 返回总部 | 
您现在的位置: 绿色软件站 >> 源码中心 >> BAT源码 >> 转换处理 >> 源码信息
热点推荐
最新更新
本类热门
· txt转htm
· 中文数字转换为阿拉伯数字
· reg 转 BAT
· 字母大小写转换
· 十进制转十六进制
· 十进制转二进制
· 图片批量生成网页
· sz.reg转换成reg.bat
· 人民币金额小写转大写
· 大小写互转程序
推荐软件
其他更新
BAT生成网页程序
运行环境: Win9x/NT/2000/XP/2003 (载入中...)
文件大小: 1 K
软件类别: BAT源码
软件语言: 简体中文
软件属性:       
授权方式: 免费版
添加时间: 2008-3-21 16:56:59
软件等级: ★★★
软件绿化: 佚名
相关链接: 源码演示地址  源码注册地址
下载次数: 日: 周: 月: 总:
软件添加: 审核:lodge 录入:lodge
::软件简介::  

警告:运行BAT源码是一种危险的动作,如果你不熟悉,请不要尝试!
echo off
title 魔法情书
cls
color fa
echo ^<html^>^ >index.htm
echo ^<head^>^ >>index.htm
set /p a=请输入网页标题:
echo ^<title^>^%a%^<^/title^>^ >>index.htm
echo ^</head^>^ >>index.htm
set /p f=你想要网页中的背景是(1图片、2颜色):
if /i "%f%"=="1" goto 1
if /i "%f%"=="2" goto 2
:1
set /p b=请编辑你想要的背景图片路径(例如:  c:\1.bmp、jpg、gif...如果在同一文件夹内,则可以直接输入文件名):
echo ^<body background=%b%^>^ >>index.htm
goto next
:2
set /p d=请编辑你想要的背景颜色(请直接输入6位颜色码):
echo ^<body bgcolor=%d%^>^ >>index.htm
goto next
:next
set /p c=请编辑你想要的背景音乐路径(例如: c:\1.mp3):
echo ^<embed src=%c% autostart="true" loop="true" hidden="true"^>^ >>index.htm
set /p e=请选择你想要的发光字体的颜色(1紫色、2黄色):
set /p g=请编辑文章标题:
set /p h=请设置标题大小(直接输入数字):
if /i "%e%"=="1" goto a
if /i "%e%"=="2" goto b
:a
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#FF9966,strength=3); height:10px; color:white; padding:1px" size=%h%^>^%g%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
goto go
:b
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#9966FF,strength=3); height:10px; color:white; padding:1px" size=%h%^>^%g%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
goto go
:go
set /p i=请输入你的甜言蜜语吧:
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#9966FF,strength=3); height:10px; color:white; padding:1px"^>^%i%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
echo ^</body^>^ >>index.htm
echo ^</html^>^ >>index.htm
echo 恭喜你!完成拉!~发给你爱的人吧!祝福你们~
pause >

echo off
title 魔法情书
cls
color fa
echo ^<html^>^ >index.htm
echo ^<head^>^ >>index.htm
set /p a=请输入网页标题:
echo ^<title^>^%a%^<^/title^>^ >>index.htm
echo ^</head^>^ >>index.htm
set /p f=你想要网页中的背景是(1图片、2颜色):
if /i "%f%"=="1" goto 1
if /i "%f%"=="2" goto 2
:1
set /p b=请编辑你想要的背景图片路径(例如:  c:\1.bmp、jpg、gif...如果在同一文件夹内,则可以直接输入文件名):
echo ^<body background=%b%^>^ >>index.htm
goto next
:2
set /p d=请编辑你想要的背景颜色(请直接输入6位颜色码):
echo ^<body bgcolor=%d%^>^ >>index.htm
goto next
:next
set /p c=请编辑你想要的背景音乐路径(例如: c:\1.mp3):
echo ^<embed src=%c% autostart="true" loop="true" hidden="true"^>^ >>index.htm
set /p e=请选择你想要的发光字体的颜色(1紫色、2黄色):
set /p g=请编辑文章标题:
set /p h=请设置标题大小(直接输入数字):
if /i "%e%"=="1" goto a
if /i "%e%"=="2" goto b
:a
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#FF9966,strength=3); height:10px; color:white; padding:1px" size=%h%^>^%g%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
goto go
:b
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#9966FF,strength=3); height:10px; color:white; padding:1px" size=%h%^>^%g%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
echo ^<br^>^ >>index.htm
goto go
:go
set /p i=请输入你的甜言蜜语吧:
echo ^<center^>^ >>index.htm
echo ^<font style="filter: glow(color=#9966FF,strength=3); height:10px; color:white; padding:1px"^>^%i%^<^/font^>^ >>index.htm
echo ^</center^>^ >>index.htm
echo ^</body^>^ >>index.htm
echo ^</html^>^ >>index.htm
echo 恭喜你!完成拉!~发给你爱的人吧!祝福你们~
pause >
::下载地址::  
·电信服务器一  ·电信服务器二  ·网通服务器二  ·网通服务器一  
::相关软件::  
酷我音盒(自带100万首歌曲的播放器)
没有相关源码
(载入中...)
::相关教程::
::下载说明::
为了达到最快的下载速度,推荐使用网际快车下载本站软件。
如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢!
未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持!
      网友评论:(评论内容只代表网友观点,与本站立场无关!) 发表评论