Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!wuarchive!zaphod!usc!apple!agate!ucbvax!stlvm2.iinus1.ibm.com!archer From: archer@stlvm2.iinus1.ibm.com ("Gary D. Archer") Newsgroups: comp.windows.ms Subject: Recursive Windows Message-ID: <9101151739.AA00158@ucbvax.Berkeley.EDU> Date: 15 Jan 91 17:36:11 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 30 Ref: Append to WINDOWS USENET (ARCHER) at 04:18:18 on 91/01/15 I like your idea... but to avoid eating 4K of space for a semaphore file (or whatever your cluster size is) use: rem > c:\win-run.now Instead of : echo " " > c:\win-run.now Also, change the echo to tell the user to press ALT-ESC or CTL-ESC to return to windows (or Task list). Gary =========== append follows =========== Brad Hines writes: :Create the batch file WIN.BAT: :=----------------------------- :echo off :if exist c:\win-run.now goto :running :echo " " > c:\win-run.now :c:\windows\win :del c:\win-run.now :goto :exit ::running :echo Windows is already running ::exit -- Brad Hines Internet: brad@huey.jpl.nasa.gov