寫自己的命令

2021-07-25 00:06:48 字數 889 閱讀 9853

哈哈,發現可以在windows下可以寫自己命令了

首先,編寫**

# include

# include

int main(int argc,ptchar argv)

else

if (0 == lstrcmp(argv[1], "-c") && argc == 4)//拷貝檔案

else

if (0 == lstrcmp(argv[1], "-m"), argc == 4)//移動檔案(也可以重新命名檔案)

else

printf("movefile成功");

}else

printf("引數錯誤\n");

system("pause");

return

0;}

然後,在cmd中進入到專案資料夾裡,我的專案名稱是mu,即(my utility(實用,工具)),

是這個第乙個的debug,而不是該路徑下mu的debug

執行命令之前:

然後就可以使用命令了,在**裡,重新命名引數是4個,

比如:mu -m c.txt c++.txt

執行後:

自己寫Linux下的pwd命令

pwd命令用來顯示到達當前目錄的路徑。以下 在opensuse11下編譯通過 結構體dirent儲存目錄的詳細資訊 struct dirent include include include include define bufsize 512 ino t get inode char 從目錄名得到...

給自己寫的

多吃些粗糧.給別人比他們自己期許的更多,並且用心去做 熟記你喜歡的詩歌 不要輕信你聽到的每件事,不要花光你的所有,不要想睡多久就睡多久。無論何時說 我愛你 請真心實意。無論何時說 對不起 請看著對方的眼睛。相信一見鐘情。永遠不要忽視別人的夢想。深情熱烈地愛,也許你會受傷,但這是使人生完整的唯一方法。...

自己寫的SQLHelper

using system using system.collections.generic using system.text using system.data.sqlclient using system.configuration using system.data namespace dal...