Search found 10 matches
- 21 Jul 2014 13:41
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
I want to thank you two!!! i think i did it! thanks to you guys! @echo off md "F:\coinops\roms\" 2>nul for /f "usebackq delims=" %%a in ("F:\coinops\Coinopslist.txt") do copy "F:\emulators\mame\roms\%%a.7z" "F:\coinops\roms\" echo done pause Again TH...
- 21 Jul 2014 13:36
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
yes, than the cmd window just pop up en goes away in one sec
- 21 Jul 2014 13:31
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
even if i add .rar or .zip to the fisrt roms in the txt it still doesnt copy anything...
- 21 Jul 2014 13:17
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
oh Man! Your right! Now i need to find a way to add .zip to every rom in the text file... this is just s sample from the txt 005 1941 1941j 1942 1942a 1942b 1943 1943j 1943kai 1944 1944j 1945kiii 19xx 19xxa 19xxh 19xxj 19xxjr1 2020bb 2020bba 2020bbh 280zzzap 3countb 3in1semi 3kokushi 3stooges 3wonde...
- 21 Jul 2014 13:10
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
file extension??
whats that?
whats that?
- 21 Jul 2014 11:58
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
copy "F:\emulators\mame\roms\zerotime" "F:\coinops\roms\" copy "F:\emulators\mame\roms\zerotrgt" "F:\coinops\roms\" copy "F:\emulators\mame\roms\zerowing" "F:\coinops\roms\" copy "F:\emulators\mame\roms\zerozone" "F:\coinops\...
- 21 Jul 2014 03:17
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
i probely did something wrong...
Now it scans the .txt file but isnt coping anything to the folder.
it says it cant find any files...
Now it scans the .txt file but isnt coping anything to the folder.
it says it cant find any files...
- 21 Jul 2014 00:44
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
i am getting a error:
The system cant find the file
The system cant find the file
- 20 Jul 2014 14:29
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
Re: compare a text file with files...
Yes thanks!!
where do i place the bat file?
where do i place the bat file?
- 20 Jul 2014 10:35
- Forum: DOS Batch Forum
- Topic: compare a text file with files...
- Replies: 18
- Views: 14096
compare a text file with files...
Hi, I really hope you can help me. I have a list with ROMs that I can run in coinops (old Xbox emulator) its a text file. And I have a file with more than 10000 ROMs in it. Iam looking for a batch command that can copy the ROMs that listed in the text file. Here is some info. Place where the ROMs ar...