Search found 3 matches

by Phil Baird
Wed Nov 26, 2008 3:54 pm
Forum: General
Topic: toolbar.4d syntax
Replies: 6
Views: 20508

Hi Sam

Your suggestion resulted in this

CreateProcess failed !

c:/program "files/internet" "explorer/iexplore.exe"

I know that the Createprocess command wants a single literal string but how can you have spaces in a single string without using "" these?
by Phil Baird
Wed Nov 26, 2008 3:30 pm
Forum: General
Topic: toolbar.4d syntax
Replies: 6
Views: 20508

Thanks Mark

My example has a space between program and files

If I use

Command "createprocess c:\program files\myprog.exe"
or
Command "createprocess "c:\program files\myprog.exe""

neither works
by Phil Baird
Wed Nov 26, 2008 2:47 pm
Forum: General
Topic: toolbar.4d syntax
Replies: 6
Views: 20508

toolbar.4d syntax

I was wondering if anyone can tell me how to use spaces in the createprocess command in the toolbars file.

Command "createprocess c:\program files\myprog.exe"

The above line does not work because of the space.

Thanks

Phil