Search found 5 matches

by QE_LiTHiUm
06 Aug 2009 03:26
Forum: DOS Batch Forum
Topic: Deleting file on desktop, waiting for a program to be closed
Replies: 5
Views: 6601

Thank you all dostips.com forum.... I finally finished my project by your help..... ( especially larry ).

The reply was so fast, as I excepted from this forum.
I changed the name of the topic to be relevant to it's contents, maybe it will help somebody someday.

Thanks again.
by QE_LiTHiUm
05 Aug 2009 16:06
Forum: DOS Batch Forum
Topic: Deleting file on desktop, waiting for a program to be closed
Replies: 5
Views: 6601

Ok, I was trying all night till now, and I got my answer for the time problem : set da=%DATE% date 08/06/2015 start "title" /wait "myrogramtorun.exe" for /f "tokens=2 " %%a in ("%da%") do set number=%%a date %number% And it works just great for me, tha...
by QE_LiTHiUm
05 Aug 2009 14:23
Forum: DOS Batch Forum
Topic: Deleting file on desktop, waiting for a program to be closed
Replies: 5
Views: 6601

Thanks for the help, it worked even in Vista, except the time setting and returning function, which you forget to mention.
Any suggestions for this part ?
by QE_LiTHiUm
05 Aug 2009 12:04
Forum: DOS Batch Forum
Topic: Deleting file on desktop, waiting for a program to be closed
Replies: 5
Views: 6601

Thanks very much larry for your kindness and your help.

I don't have time right now,I'll examine that and I will post the result, Thanks again.
by QE_LiTHiUm
05 Aug 2009 07:03
Forum: DOS Batch Forum
Topic: Deleting file on desktop, waiting for a program to be closed
Replies: 5
Views: 6601

Deleting file on desktop, waiting for a program to be closed

Hi, I've searched this forum for almost 4 hours and finally I decided to join this great forum. I'm surprised to see how qiuch the answers coming up, it's great. I want to make a batch file which does : - Finds the version of the dos being used... ( I know it's done by the ver command) - Checks if t...