Hi,
Im using the PowerBasic Compiler 3.5 for DOS under WindowsNT 4.
My problem is that I have to start child processes in my program.
Such like executing a batch file or using DOS-Shell commands like
md, del, start etc... I know that there are PB commands for that to.
When I start a batch file it works, but is not able to start
such processes like md, del, start.
When I use the shell command standing alone and a shell opens
I can use those commands. Why? and Is there any way using them?
And an other question is: Is there a way getting the information
what the current path is from inside of my Program?
Thanx for your help!!
------------------
Im using the PowerBasic Compiler 3.5 for DOS under WindowsNT 4.
My problem is that I have to start child processes in my program.
Such like executing a batch file or using DOS-Shell commands like
md, del, start etc... I know that there are PB commands for that to.
When I start a batch file it works, but is not able to start
such processes like md, del, start.
When I use the shell command standing alone and a shell opens
I can use those commands. Why? and Is there any way using them?
And an other question is: Is there a way getting the information
what the current path is from inside of my Program?
Thanx for your help!!
------------------
Comment