Search found 4 matches
- 12 Jan 2010 00:58
- Forum: DOS Batch Forum
- Topic: Memory leak
- Replies: 4
- Views: 7083
Thanks for your help. I had tried several delays, from ping to sleep. I still get the same effect. I even deleted the timeout: still no change. However, if I remove the loop and run the file several times instead, there is no memory leak. Another thing I tried was, instead of setlocal EnableDelayedE...
- 07 Jan 2010 06:47
- Forum: DOS Batch Forum
- Topic: Memory leak
- Replies: 4
- Views: 7083
Memory leak
Hi, I'm experiencing a memory leak while running a batch file. The file consists of a loop, which runs every 30s. Every time the loop runs, it increases the memory requirement by about 1MB. The memory is not released once the batch is finished, and doesn't show up anywhere else in the task manager. ...
- 20 Nov 2009 03:29
- Forum: DOS Batch Forum
- Topic: Synchronization of file count
- Replies: 2
- Views: 4245
- 16 Nov 2009 08:03
- Forum: DOS Batch Forum
- Topic: Synchronization of file count
- Replies: 2
- Views: 4245
Synchronization of file count
Hi, I'm having a problem a synchronization problem between dir and counting the nr of files with a given extension. What I'm trying to the is the following: 1. All files with the extension *.abc in the current directory should be submitted for execution 2. A fluid dynamics simulation is started, whi...