home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / msdos / desqview / 4137 < prev    next >
Encoding:
Text File  |  1993-01-03  |  2.2 KB  |  73 lines

  1. Newsgroups: comp.os.msdos.desqview
  2. Path: sparky!uunet!uunet.ca!canrem!dosgate!dosgate![quarterdeck.canada@canrem.com]
  3. From: "quarterdeck canada" <quarterdeck.canada@canrem.com>
  4. Subject: dv386 settings for us
  5. Message-ID: <1993Jan3.3880.3942@dosgate>
  6. Reply-To: "quarterdeck canada" <quarterdeck.canada@canrem.com>
  7. Organization: Canada Remote Systems
  8. Distribution: comp
  9. Date: 3 Jan 93 21:54:40 EST
  10. Lines: 61
  11.  
  12. JH>I beleive it was in this newsgroup that had a discussion about trying
  13. JH>to use a Colorado 250 with DV.  I am running PCBoard under Desqview,
  14. JH>and want to make an event to run CPbackup to do a full backup in the
  15. JH>morning.  This is of course no problem NOT running under DOS.
  16.  
  17. JH>Is there an easy way to do this I am missing?  An easy way to exit
  18. JH>DV (I am using 2.42, and QEMM 6.02 BTW), run the backup event, and
  19. JH>re-enter DV.  I already know how to set up script files to automatically
  20. JH>make DV open the PCB wiindow.
  21.  
  22. The following DEBUG script will create a program that quits DESQview as
  23. long as there are no applications open that have "Allow Close Window
  24. Command" set to N on the second page of the Change a Program Menu.
  25.  
  26. Mark and Transfer the following lines of text into a plain ASCII file.
  27. Call that file QUITDV.DBG.
  28.  
  29. n quitdv.com
  30. a 100
  31. MOV    AX,101B
  32. INT    15
  33. MOV    BX,1559
  34. MOV    AX,1110
  35. INT    15
  36. MOV    BX,1051
  37. MOV    AX,1110
  38. INT    15
  39. MOV    BX,FC00
  40. MOV    AX,1110
  41. INT    15
  42. MOV    AX,101C
  43. INT    15
  44. MOV    AX,4C00
  45. INT    21
  46.  
  47. rcx
  48. 27
  49. w
  50. q
  51.  
  52. Make sure that you don't leave out the blank line before rcx.  Save the
  53. file QUITDV.DBG, and make sure DOS's DEBUG is on your path.  Force-feed
  54. your .DBG file to DEBUG like this:
  55.  
  56. DEBUG < QUITDV.DBG
  57.  
  58. This will create a file in the current directory called QUITDV.COM.
  59. Again, it will not work if an open window has "Allow Close Window
  60. Command" set to no in the DVP.  Otherwise, SAVE YOUR WORK, type QUITDV
  61. from a DOS prompt (or run it from a batch file) and watch the fun.
  62.  
  63. Regards,
  64.  
  65. Michael Bolton
  66. Tech Support
  67. Quarterdeck Canada  (416) 360-5758  quarterdeck.canada@canrem.com
  68. ---
  69.  ■ DeLuxe² 1.25 #6922 ■ DESQview works on ANY '86 processor
  70. --
  71. Canada Remote Systems  - Toronto, Ontario
  72. World's Largest PCBOARD System - 416-629-7000/629-7044
  73.