Applies To: |
|
Summary: |
It would be useful to have a Cicode function the same as the Citect for DOS monitor function DOS. |
Solution: |
Any DOS command can be executed via the
Exec() function. Just call COMMAND.COM to do the command required
with the /c option. For example to make a directory.
Exec("COMMAND.COM /c MD C:\TEST", 1); |
Keywords: |
Related Links
Attachments