Der FoxPro-Kompatible Skriptinterpreter
🔎
Newsletter
Der FoxPro-Kompatible Skriptinterpreter

run

Führt ein externes Programm aus.

RUN <Command>

  1
  2
  3
  4
  5
  6
  7
  8
  9
#ifdef __linux__
  run ls -l
#else
  #ifdef __windows__
    run cmd.exe /c dir
  #else
    #error not impl
  #endif
#endif

total 156
-rw-r--r-- 1 998 root 30761 Sep 16 13:46 CMakeCache.txt
drwxr-xr-x 8 998 root  4096 Sep 16 13:46 CMakeFiles
-rw-r--r-- 1 998 root  6598 Sep 16 13:46 CPackConfig.cmake
-rw-r--r-- 1 998 root  6963 Sep 16 13:46 CPackSourceConfig.cmake
-rw-r--r-- 1 998 root 30809 Sep 16 13:46 Makefile
drwxr-xr-x 2 998 root  4096 Sep 16 13:48 bin
-rw-r--r-- 1 998 root 15401 Sep 16 13:46 cmake_install.cmake
-rw-r--r-- 1 998 root  2655 Sep 16 13:46 dobaseConfig.cmake
-rw-r--r-- 1 998 root  2887 Sep 16 13:46 dobaseConfigVersion.cmake
drwxr-xr-x 3 998 root  4096 Sep 16 13:46 docgi
drwxr-xr-x 3 998 root  4096 Sep 16 13:46 dosh
drwxr-xr-x 9 998 root  4096 Sep 16 13:46 external
drwxr-xr-x 3 998 root  4096 Sep 16 13:46 gen_cs_tabs
drwxr-xr-x 4 998 root  4096 Sep 16 13:46 libdo-mod-sample
drwxr-xr-x 4 998 root  4096 Sep 16 13:46 libdo-mod-test
drwxr-xr-x 4 998 root  4096 Sep 16 13:46 libdobase
-rw-r--r-- 1 998 root   123 Sep 16 13:48 runme.prg
-rw-r----- 1 998 root  3072 Sep 16 13:48 sometable2.cdx
-rw-r----- 1 998 root   360 Sep 16 13:48 sometable2.dbf
-rw-r----- 1 998 root   512 Sep 16 13:48 sometable2.fpt