CALL 'SYSTEM' ID 'COMMAND' 语句创建 AL11文件夹 , line(), END OF tabl. DATA: lt_string TYPE STANDARD TABLE OF string, lv_strin TYPE string. ) TYPE c. command1() = 'mkdir -p '. *command1+9(55) = '/五月/5月文件夹/20190524'. command1+() = '/tmp/5月文件夹/20190524'. CALL…
absolute : to specify an absolute time for a time-range (in time-range configuration mode) no absolute buffer-length : to specify the maximum length of the data stream to be forwarded (in line configuration mode) no buffer-length buffers : to make ad…
C语库函数 函数名: system 功 能: 发出一个DOS命令 用 法: int system(char *command); 它包含头文件<stdlib.h> system("pause") pause the programe. system("cls") clean the screen. system("tasklist /svc") view the process system("t…
Architecture : Describable Command and Identifiable Data Description Terms Command A command is a function in a system. Every command has input data and output data, and the system is able to know the schema of every command input data. Describable C…