system¶
- (system <cmd>)
Execute a command using the system shell:
sh
on Unix andcmd
on Windows.Example:
(system "command arg1 arg2")
Execute a command using the system shell: sh
on Unix and cmd
on Windows.
Example:
(system "command arg1 arg2")