posts - 535,comments - 60,views - 197万
03 2009 档案
批处理获取exe返回结果
摘要:@echo off e:\a.exe a b c IF ERRORLEVEL 1 goto error IF ERRORLEVEL 0 goto success :error echo error goto end :success echo success goto end :end :: IF %ERRORLEVEL% LEQ 1 goto ::EQU - 等于 ::NEQ - 不等于 :... 阅读全文
posted @ 2009-03-20 17:03 凌度 阅读(1605) 评论(0) 推荐(0) 编辑
LINUX下cp -f无效问题
摘要:cp -f无效问题找到了,原来是系统使用别名,默认用了-i参数,一定要确认覆盖 .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' 阅读全文
posted @ 2009-03-04 10:08 凌度 阅读(877) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示