Jump to content

Recommended Posts

Posted

I'm troubleshooting a file search function (specifically, a slightly modified version of this one) under Windows 98. The function seems to lock up the AutoIt executable whenever it's called. After a bit of testing it appears that the dir command works fine under 9x, and nothing else in that function appears to be NT-specific. I searched the help file, and it doesn't specify that StdoutRead() requires an NT-based kernel, but I can't find anything else that may cause the problem.

So, does StdoutRead() require @OSType == WIN32_NT, or should it work under Windows 9x as well? If it should work under either, does anyone have any other suggestions why this function won't work?

Thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...