VOGONS

Common searches


Search results

Display options

Re: Require-Once DOS Batch Script

In theory, as long as you're running something that is visible with "mem /c", you could do something like this by using the DOS "FIND" command. Something like Copy code to clipboard 1 MEM /C|FIND "s3vbe" & IF ERRORLEVEL 1 ( 2 C:\DOS\DRIVERS\S3VBE20 /INSTALL 3 ) 4 DUKE3D.EXE But I'm not sure if I …

Page 101 of 408