Hey can anyone tell me how to make a program that i can have a cmd in the cmd to exacute over and over waiting 1 minute each time?
starjsjwars 0 Newbie Poster
Recommended Answers
Jump to PostWell since you seem to be using windows, there are already a couple of ways built in to do this.
1. Use the 'at' command
$ at /? The AT command schedules commands and programs to run on a computer at a specified time and date. …
Jump to Posthmm... but what i mean is in the command prompt i tpye in C:/programfiles/blahblahblah so i hit enter. it opens the .exe. So when i hit the arrow up botton it has the same cmd in it.. so what i wanna do is have that arrow go up and exeute …
Jump to PostPerhaps it would be a good idea to first establish which C++ compiler you have.
Jump to PostHey can anyone tell me how to make a program that i can have a cmd in the cmd to exacute over and over waiting 1 minute each time?
just use Ancient Dragon's code but replace Sleep(1000) with Sleep(90000).
one minute is 60000 milliseconds, not 90000.
Where to find …
Jump to PostK i D\L it soo i see it in the HD but i have to put it anywhere? Its red so icant compile it.. how do i fix it?
Where is it on your hard drive? On my hard drive its in include directory with a lot of other windows …
All 18 Replies
Ramy Mahrous 401 Postaholic Featured Poster
starjsjswars2 0 Newbie Poster
Ramy Mahrous 401 Postaholic Featured Poster
starjsjswars2 0 Newbie Poster
Salem 5,265 Posting Sage
starjsjswars2 0 Newbie Poster
Sturm 270 Veteran Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
starjsjswars2 0 Newbie Poster
Ramy Mahrous 401 Postaholic Featured Poster
starjsjswars2 0 Newbie Poster
Salem 5,265 Posting Sage
Sturm 270 Veteran Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
starjsjswars2 0 Newbie Poster
Sturm 270 Veteran Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
starjsjswars2 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.