home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / apps / 2649 < prev    next >
Encoding:
Text File  |  1992-09-10  |  913 b   |  28 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!mcsun!sun4nl!star.cs.vu.nl!xerox
  3. From: xerox@cs.vu.nl (J. A. Durieux)
  4. Subject: Re: Could someone please write this micro-app for me?
  5. Message-ID: <BuD021.A34@cs.vu.nl>
  6. Sender: news@cs.vu.nl
  7. Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
  8. References: <1992Sep9.113834.27004@porthos.cc.bellcore.com>
  9. Date: Thu, 10 Sep 1992 11:03:36 GMT
  10. Lines: 16
  11.  
  12. >In article <BuAztJ.KC8@cs.vu.nl> xerox@cs.vu.nl (J. A. Durieux) writes:
  13.  
  14. >>Currently I have a "remove.bat" with "del %1" in it, but that has two
  15. >>disadvantages:
  16.  
  17. >>(1) It only deletes one file
  18. >>(2) It switches to DOS, so that my screen flashes.
  19.  
  20. tony2@prefect.uucp (21131-gozdz) reacts:
  21.  
  22. >Why not use "del %1 %2 %3 %4 %5 %6 ..." in your remove.bat (RM.BAT)?
  23.  
  24. There is a third reason why I really want a windows app:
  25.  
  26. (3) After using "remove.bat", the file manager doesn't know the file is
  27.     deleted.
  28.