home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12494 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.7 KB

  1. Path: sparky!uunet!munnari.oz.au!sgiblab!sdd.hp.com!elroy.jpl.nasa.gov!ames!olivea!charnel!jmeyers
  2. From: jmeyers@ecst.csuchico.edu (Jeff Meyers)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Help - DOS commands from program...
  5. Message-ID: <1k5i8eINNq8f@charnel.ecst.csuchico.edu>
  6. Date: 27 Jan 93 08:48:14 GMT
  7. References: <1k4gi7INNou2@charnel.ecst.csuchico.edu> <douglas.728101903@ebony.cs.scarolina.edu>
  8. Organization: California State University, Chico
  9. Lines: 30
  10. NNTP-Posting-Host: psycho.ecst.csuchico.edu
  11.  
  12. In article <douglas.728101903@ebony.cs.scarolina.edu> douglas@cs.scarolina.edu (G. David Douglas Jr.) writes:
  13. .
  14. .
  15. .
  16. >was around (had to write my own code to do that).  If I remember correctly,
  17. >version 3.1 had a command called  chdir  (change directory) -- does yours?
  18. .
  19. .
  20.  
  21. Yes!!!!  That fixed it!  Don't know why I didn't notice Borland's version
  22. of the chdir, mkdir, rmdir commands...  I guess they included them because
  23. the DOS equivalent is quirky...  I still have to use a batch file to execute
  24. the self-extracting files, though... any ideas on getting redirection to
  25. work under program control?  The files are compressed with the PK version
  26. of self-extracting stuff (forget the name).  The command
  27.  
  28.      \command.com /C prcmpgm.exe *.* > nul
  29.  
  30. does not redirect output to nul. All of the unpacking garbage scrolls
  31. across the screen.  Under batch file control, however, works fine.
  32.  
  33.  
  34. Thanks again G. David Douglas, Jr!!
  35.  
  36.  
  37. -- 
  38. ============================================================================
  39. | Jeff Meyers      |  jmeyers@ecst.csuchico.edu      | 39x43'N  121x48'W   |
  40. | Chico, Ca 95926  |  KD6DIS@KE6LW.#NOCAL.CA.USA.NA  | Grid: CN80-CM99 ??  |
  41. ============================================================================
  42.