Help please
I am trying to execute a shell.exe which requires a command for usage in VB.Net
so the shell is in folder "tmp"
c:\tmp> shell.exe
and then the command follows:
c:\tmp> shell.exe -f "c:\file\to\loa d" table database
There are of exsamples for just executing a shell but can't seem to come right with shell followed by command.
Regards
I am trying to execute a shell.exe which requires a command for usage in VB.Net
so the shell is in folder "tmp"
c:\tmp> shell.exe
and then the command follows:
c:\tmp> shell.exe -f "c:\file\to\loa d" table database
There are of exsamples for just executing a shell but can't seem to come right with shell followed by command.
Regards
Comment