Search found 4 matches
- 18 Oct 2014 13:34
- Forum: DOS Batch Forum
- Topic: Batch not progressing after starting/closing a file
- Replies: 7
- Views: 5328
Re: Batch not progressing after starting/closing a file
It is just under :loadprg /w worked. Turns out it was working the whole time but sometimes it takes up to a minute for the script to recognize the spreadsheet is closed and move on. I also took out a ton of inefficiencies in the code structure. It is about 70% shorter now. I may play with it a littl...
- 17 Oct 2014 21:16
- Forum: DOS Batch Forum
- Topic: Batch not progressing after starting/closing a file
- Replies: 7
- Views: 5328
Re: Batch not progressing after starting/closing a file
You are correct about the structure. dsdde.lnk and the spreadsheet open fine. The problem is that when I close the spreadsheet the script does not continue to 'goto main' it just sits there saying 'please wait....'. When I am on the main menu I can press 0 and the script exits no problem. The code l...
- 17 Oct 2014 14:07
- Forum: DOS Batch Forum
- Topic: Batch not progressing after starting/closing a file
- Replies: 7
- Views: 5328
Re: Batch not progressing after starting/closing a file
I tried start but would like the script to wait until I closed the spreadsheet then close dde by itself.
- 16 Oct 2014 18:16
- Forum: DOS Batch Forum
- Topic: Batch not progressing after starting/closing a file
- Replies: 7
- Views: 5328
Batch not progressing after starting/closing a file
I did not write this script but had to modify some syntax to get it to work on my new win7 laptop. Now I am trying a few things to make it more user friendly. It sets configuration then opens dde, which is a protocol program then a spreadsheet. With the bottom written this way the spreadsheet opens ...