|
-
January 17th, 2001, 06:35 AM
#1
How to execute a batch file in a DOS TSR program?
Hi all,
I would like to know how to execute a batch file in a DOS TSR program. I trying with the system function but it return me an error same with the more simple command for DOS.
example of my code:
ret = system("c:\xxxx.bat");
but ret = -1
Please help me, thanx in advance.
Sorry for my english but i'm french.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|