Changeset 2419 in Sophya for trunk/SophyaPI/PIext/piacmd.cc
- Timestamp:
- Jul 21, 2003, 11:13:10 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2377 r2419 493 493 usage += " by Auto_Ini_Ranf(int lp) \n"; 494 494 usage += " Usage: autoiniranf"; 495 Register Help(kw, usage, grp);495 RegisterCommand(kw, usage, NULL, grp); 496 496 497 497 kw = "shell execute"; … … 503 503 usage += " > shell myfile.csh [arg1] [arg2] [...]\n"; 504 504 usage += " (where the first line of \"myfile.csh\" is \"#!/bin/csh\")\n"; 505 Register Help(kw, usage, grp);505 RegisterCommand(kw, usage, NULL, grp); 506 506 507 507 kw = "exitpiapp"; 508 508 usage = "To end the piapp session (Interpreter's command)"; 509 Register Help(kw, usage, grp);509 RegisterCommand(kw, usage, NULL, grp); 510 510 511 511 basexec = new PIABaseExecutor(this, omg, app);
Note:
See TracChangeset
for help on using the changeset viewer.