Yaaaaay. Thank you guys .
How do i display an error message if the user enters a wrong option?
Search found 9 matches
- 21 Sep 2011 16:49
- Forum: DOS Batch Forum
- Topic: Help With JukeBox
- Replies: 8
- Views: 8477
- 21 Sep 2011 05:36
- Forum: DOS Batch Forum
- Topic: Help With JukeBox
- Replies: 8
- Views: 8477
Re: Help With JukeBox
This is what i did instead. I think the IF statements need to be corrected...but so far it works ok. @echo off color FC :start cls echo. echo WELCOME To JUKEBOX WORLD 2.0 echo -------------------------------- echo. echo Music Selection echo Options echo 1. Keida - Bubble up echo 2. Camar - Pole Tech...
- 20 Sep 2011 19:48
- Forum: DOS Batch Forum
- Topic: Help With JukeBox
- Replies: 8
- Views: 8477
Re: Help With JukeBox
yh man. doesnt work
- 20 Sep 2011 16:05
- Forum: DOS Batch Forum
- Topic: Help With JukeBox
- Replies: 8
- Views: 8477
Re: Help With JukeBox
nah doesn't work either
- 19 Sep 2011 20:48
- Forum: DOS Batch Forum
- Topic: Help With JukeBox
- Replies: 8
- Views: 8477
Help With JukeBox
I an trying to create something like a JukeBox where the user is able to select from a list of tracks and it plays. I would also love if the track could repeat over and over until the user wants it to stop. I have the .wav files which i have named each ones by numbers(1-9) in a folder called JukeBox...
- 19 Sep 2011 20:46
- Forum: DOS Batch Forum
- Topic: Can a batch program be used to create a recovery utility?
- Replies: 3
- Views: 4258
Re: Can a batch program be used to create a recovery utility
I am looking for something to 'undelete' a deleted file
- 18 Sep 2011 15:01
- Forum: DOS Batch Forum
- Topic: Can a batch program be used to create a recovery utility?
- Replies: 3
- Views: 4258
Can a batch program be used to create a recovery utility?
I have an assignment to create a recovery program to created from a batch program, but so far I am not able to find any resource which can help. Is it even possible?
Can someone please help?
Can someone please help?
- 17 Sep 2011 21:32
- Forum: DOS Batch Forum
- Topic: Move/Create a text file into a folder
- Replies: 2
- Views: 3424
Re: Move/Create a text file into a folder
THANK YOU VERY MUCH! I have also found an alternative to direct the text file into a folder @echo off :start echo. ____________ echo. echo WELCOME echo. ____________ echo. set /p input=Please type your command: md Directory start Directory [color=#FF0000] %input% /? >Directory\%input%.txt [/color] %...
- 11 Sep 2011 19:59
- Forum: DOS Batch Forum
- Topic: Move/Create a text file into a folder
- Replies: 2
- Views: 3424
Move/Create a text file into a folder
Hey. Can someone please help me with this. I need to edit this code so directory of help files is created and all help files generated should be stores in the directory. I can create the text file and the folder, but i cannot get the text file into the folder. lol I need to get the text file to be c...