home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / rexx / 1458 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!batcomputer!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!ulci20!ulys.unil.ch!adufour
  3. From: adufour@ulys.unil.ch
  4. Subject: DOS VERSION settings control in batch files
  5. Message-ID: <1993Jan6.175821.1@ulys.unil.ch>
  6. Sender: news@ulci20.unil.ch
  7. Organization: University of Lausanne - CH (Switzerland)
  8. Date: Wed, 6 Jan 1993 16:58:21 GMT
  9. Lines: 22
  10.  
  11.  
  12. I am writing two small rexx batches. My objective is to backup a few system
  13. files, then install a new program/application, then run a second rexx 
  14. program to compare the files and tell what changes have made the newly
  15. installed program.
  16.  
  17. I saw such batch for DOS, they used the Dos FC.EXE program, to generate the
  18. comparison report. The version of FC.EXE I have does not run in a Dos session
  19. if I don't set the DOS VERSION to FC.EXE,5,00,255 (for example).
  20.  
  21. The problem is that I was not able to control the DOS VERSION settings of the
  22. new DOS session wich is opened when I "call" my Dos batch (wich contains the
  23. FC.EXE calls).
  24.  
  25. I am looking for either a solution to set the DOS VERSION from a batch, or for
  26. an OS/2 version of the FC.EXE program.
  27.  
  28. Any help would be very appreciated...
  29. ---------------------------------------------------------------------------
  30. Arnaud Dufour                                 e-mail : adufour@ulys.unil.ch
  31. Assistant/Lan Manager                         tel    :     +41.21.692.41.57
  32. HEC-Inforge/CH-1015 Lausanne-Switzerland      fax    :     +41.21.692.41.50
  33.