var test:String; begin test:='c:\test\testprogramm.exe'; exec(test); end
String test = "c:\\test\\testprogramm.exe"; exec(test);