zupl.t

来自「DOS下采用中断接收数据的串口通讯的例子,很难找到的好东西!」· T 代码 · 共 27 行

T
27
字号
	:: ProYAM/ZCOMM script to upload minirb and rz/sz to *nix	if S>1200 pt1	ena -t	if !fminirb.c echo "Can't find minirb.c !!";  abort	putw "stty -echo; cat >minirb.c\r"	f -xHr minirb.c	putw "\r\4"	putw "stty echo\r"	dis -h	pat 1 "rwx"	pat 2 "%"	put "cc minirb.c -o minirb; ls -l minirb\r"	wait -f120	if 1 goto okok	echo "The compiiation appears to have failed."	echo "Please compile minirb.c to minirb, then"	echo "hit F5 to upload the rest of the rz/sz files."	set f5@putw minirb\r; sb README zmodem.h zm.c sz.c rz.c rbsb.c *.1 gz ptest.sh	t	returnokok:	echo "Minirb Compilation Appears Successful."	put minirb\r	sb README zmodem.h zm.c sz.c rz.c rbsb.c *.1 gz ptest.sh	t	return

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?