Category : Files from Magazines
Archive   : WDOCT92.ZIP
Filename : 3N10026B

 
Output of file : 3N10026B contained in archive : WDOCT92.ZIP
#if !defined(WIN32)
WinExec (DOSApp ? FullCmd : Cmd, SW_SHOWNORMAL);

ProcInstance = MakeProcInstance ((FARPROC)
LaunchPrgEnumProc,
hEmacsInstance);
/* LaunchPrgEnumPrg will place window handle in hPrgWnd */
EnumWindows (ProcInstance, (DWORD)hModule);
FreeProcInstance (ProcInstance);

/* Keep checking for the window every so often, until it
no longer exists */
WaitForLaunchPrg(hPrgWnd);
#else
STARTUPINFO suInfo;
PROCESS_INFORMATION pInfo;

suInfo.cb = sizeof(STARTUPINFO);
suInfo.wShowWindow = SW_SHOWNORMAL;
suInfo.dwFlags = STARTF_USESHOWWINDOW;

if (CreateProcess (NULL, DOSApp ? FullCmd : Cmd, NULL,
NULL, DETACHED_PROCESS, FALSE, NULL, NULL,
&suInfo, &pInfo))
WaitForSingleObject(pInfo.hProcess, -1);
#endif
}



  3 Responses to “Category : Files from Magazines
Archive   : WDOCT92.ZIP
Filename : 3N10026B

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/