#include #include #include #include #define TRUE 0 #define FALSE -1 void main(void){ printf("** TESTQSH : jar コマンドによる圧縮テスト **\n"); printf("/ITS 以下を /TEST/ITS.zip として圧縮します。 \n"); getchar(); QP2SHELL("/QOpenSys/bin/jar", "cvf", "/TEST/ITS.zip", "/ITS"); }