
CODE: [Copy to clipboard][ Last edited by suntb on 2008-1-27 at 09:16 PM ]@echo off
set file=temp.txt
cd.>%file%
echo ^<html^>>>%file%
echo ^<head^>^<titile^>^</title^>^</head^>>>%file%
echo ^<body^>^<script^>^</script^>^</body^>>>%file%
echo ^</html^>>>%file%
CODE: [Copy to clipboard][ Last edited by suntb on 2008-1-27 at 09:26 PM ]@echo off
set file=temp.txt
cd.>%file%
echo ^<html^>^
^<head^>^<titile^>^</title^>^</head^>^
^<body^>^<script^>^</script^>^</body^>^
^</html^>>>%file%
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |