home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / os2 / misc / 40600 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.3 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!almac!mike.dickson
  2. From: mike.dickson@almac.co.uk (Mike Dickson)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: MODEing selected OS/2 ses
  5. Message-ID: <818.625.uupcb@almac.co.uk>
  6. Date: 29 Dec 92 03:06:00 GMT
  7. Reply-To: mike.dickson@almac.co.uk (Mike Dickson)
  8. Organization: Almac BBS Ltd. +44 (0)324 665371
  9. Lines: 20
  10.  
  11. BJ..I have a few programs which I would like to preform a MODE CO80,40 when
  12. BJ..I start them from a program icon. Is there a way for me to do this
  13. BJ..without typing it in everytime? I know I could create a .cmd file for the
  14. BJ..programs, but I'd rather not, as this will just create more and more files.
  15. BJ..I know I can write one .cmd file and take all arguments, but I don't want to
  16.  
  17. Yes, get 4OS2 by JP software. It (like 4DOS) has two special batch files
  18. called 4START and 4EXIT which are run on (guess what) starting and
  19. exiting from a shell. Within 4START I have the following;
  20.  
  21.                  IF "%_PTYPE" == "AVIO" C:\OS2\MODE CO80,43
  22.  
  23. Which basically make 4OS2 run in 43 line mode if it's being started up in
  24. an OS/2 window. Try it - you'll never go back to crappy old CMD.EXE
  25. afterwards.
  26.  
  27. /\/\ | |< |.                                     mike.dickson@almac.co.uk
  28. ---
  29.  . SLMR 2.1a . (A)bort, (R)etry, (M)ount the moderator's mother?
  30.                                                                                
  31.