Search found 7 matches

by Shawn@Rogers
12 Mar 2012 09:15
Forum: DOS Batch Forum
Topic: Renaming all files with random names
Replies: 6
Views: 10887

Re: Renaming all files with random names

Thank you for your replies!

Unfortunately, my computer has some major problems, so I will not be able to test your solution now, but I will.

Sorry for the delay.
by Shawn@Rogers
09 Mar 2012 12:01
Forum: DOS Batch Forum
Topic: Renaming all files with random names
Replies: 6
Views: 10887

Renaming all files with random names

Good day, Here is a summary: Context Multiple photos with simple names like 1.jpg must be moved to a folder already containing similar file names Goal Renaming all files (*.jpg) from a folder with a random file name.jpg to move them to a folder that may contain simple file names.jpg Attempts rename ...
by Shawn@Rogers
14 Feb 2012 15:03
Forum: DOS Batch Forum
Topic: Find version inside a file
Replies: 2
Views: 3502

Re: Find version inside a file

Thank you,

I also tried

do (
N:\script\%%G.bat
)

And it worked.
by Shawn@Rogers
14 Feb 2012 11:53
Forum: DOS Batch Forum
Topic: Find version inside a file
Replies: 2
Views: 3502

Find version inside a file

Hi, the title is not the best but you will understand by seeing it: File: R:\info.txt content: image a version 3.0 computer HP EliteBook 8540p system Windows 7 x86 Behavior: If image is a then load a.bat If image is b then load b.bat I found something that could work but I don't understant the examp...
by Shawn@Rogers
14 Feb 2012 11:05
Forum: DOS Batch Forum
Topic: MD5 Program for batch
Replies: 5
Views: 7247

Re: MD5 Program for batch

I tried all programs above and I chose rhash mainly because of its internal help and its progress status. My context: I must apply computer images (.wim) after checking the checksum. This is my code: :checksum echo Checking image copy integrity X:\Image\rhash\rhash.exe -c --percents R:\CIPNetworkOpt...
by Shawn@Rogers
14 Feb 2012 08:26
Forum: DOS Batch Forum
Topic: MD5 Program for batch
Replies: 5
Views: 7247

Re: MD5 Program for batch

I tried fourmilab MD5 but I can't find the good syntax to create a valid .md5 file
by Shawn@Rogers
13 Feb 2012 16:01
Forum: DOS Batch Forum
Topic: MD5 Program for batch
Replies: 5
Views: 7247

MD5 Program for batch

Hi, my name is Shawn and I am working on a project for my internship.

I need a MD5 program in command lines that could compare a file with a .md5 file
I searched a lot on Google, but I can't make any program work.

Thank you!