Search found 4 matches

by yabba
23 Jun 2011 13:53
Forum: DOS Batch Forum
Topic: Need help
Replies: 7
Views: 7517

Re: Need help

Thanks again.
by yabba
23 Jun 2011 12:55
Forum: DOS Batch Forum
Topic: Need help
Replies: 7
Views: 7517

Re: Need help

Thanks for your help, its working now. Though I have one trivial question, why does %random% work like a clock?

It seems to return a slowly increasing number, depending on time..
by yabba
23 Jun 2011 12:23
Forum: DOS Batch Forum
Topic: Need help
Replies: 7
Views: 7517

Re: Need help

The directory is known, thanks. Meddling with this, I figure I need a way to check a file if it has a certain part right. What I mean is I need to check for files starting with bgm_ and extension being .mp3 bgm_*.mp3 ? edit Does it do any harm to use DEL on a file that doesn't exist? edit2 how to de...
by yabba
23 Jun 2011 11:44
Forum: DOS Batch Forum
Topic: Need help
Replies: 7
Views: 7517

Need help

I have no experience whatsoever in .bat, but I do know c++ a bit so if someone could just tell me how to do the following I think I can piece it together myself. 1. Randomly select a string (file name) from preset strings 2. Check if a file with a specific name exists in a folder 3. Move a file (if ...