home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / msdos / programm / 3208 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.2 KB  |  52 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!loescher
  3. From: loescher@Informatik.TU-Muenchen.DE (Stephan Loescher)
  4. Subject: Re: XCOPY in the background ?
  5. References:  <1993Jan21.141821.13561@Informatik.TU-Muenchen.DE> <1993Jan22.103951.19978@Informatik.TU-Muenchen.DE>
  6. Originator: loescher@hphalle0a.informatik.tu-muenchen.de
  7. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  8. Organization: Technische Universitaet Muenchen, Germany
  9. Date: Fri, 22 Jan 1993 11:12:03 GMT
  10. Message-ID: <1993Jan22.111203.20935@Informatik.TU-Muenchen.DE>
  11. Lines: 39
  12.  
  13.  
  14. In article <1993Jan22.103951.19978@Informatik.TU-Muenchen.DE>, lehner@Informatik.TU-Muenchen.DE (Alexander Lehner) writes:
  15. |> 
  16. |> In article <1993Jan21.141821.13561@Informatik.TU-Muenchen.DE> 
  17. |> loescher@Informatik.TU-Muenchen.DE (Stephan Loescher) writes:
  18. |> 
  19. |> > Hello!
  20. |> 
  21. |> > I'm looking for a possibility to run XCOPY, COPY, MOVE, or other DOS-programs
  22. |> > in the background (multitasking), so I can work in the foreground with another
  23. |> > program. (like in UNIX: 'command &' runs 'command' in the background)
  24. |> > I would prefer a unit or program in Pascal or a already compiled program.
  25. |> 
  26. |> > I thank you for any help!
  27. |> 
  28. |> 
  29. |> If You need background running because your disk-transfers are time-intensive,
  30. |> you could use a caching program with delayed write (as HyperDisk).
  31. |> 
  32. |> -- 
  33. |>                                     /\
  34. |>      Alexander Lehner              /  \      lehner@informatik.tu-muenchen.de
  35. |>                                   /    \  
  36. |>      Birkenstr. 4                /      \    8059 Eittingermoos
  37. |>                                 /\  /\  /\
  38. |>      "make love like war!"     /  \/  \/  \  Voice: 08161/84566
  39. |>                               /    \  /    \
  40. |>                               \    /  \    /             
  41. |>                                \  /\  /\  /             
  42. |>                                 \/  \/  \/
  43. |>                                   
  44.  
  45. I have tested HyperDisk, but I also needs some time, and the smaller the cache,
  46. the longer it takes.
  47. Perhaps you have configured HyperDisk better than I have?
  48. (Can you tell me the command-line in your config.sys, which version of HyperDisk
  49. you have and which memory you use?)
  50.  
  51. Stephan.
  52.