Search found 9 matches

by helene
08 Jul 2014 11:44
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

new script

i want a script that will rename a series of files name like 012345.txt 012346.txt 0123457.txt and so on.they are located in the c drive in a folder name code . i receive this file from a server and i hav to send them to another server but the application suport only 5 characters as a name. i alread...
by helene
08 Jul 2014 06:41
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

i put the code in the same directory as my files it is not working...the command prompt " file not found..."
by helene
08 Jul 2014 05:08
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

ok... :?: :?: :?: :?: :?:
by helene
08 Jul 2014 04:15
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

i don't want to write a code i want to facilitate my task by writing a script which will rename the files i will receive. i already wrote 3 differents scripts that save the files in another folder and the second script rename them but when renaming instead of deleting the 1st number it replace it by...
by helene
08 Jul 2014 03:45
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

ok sorry ... dont you have a solution for me pleasssssssssseeeeee :( :( :( :(
by helene
08 Jul 2014 03:02
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

it is a coming files from a server so sometimes its come by 3 or 10 or 1 and me i have to rename it and send it to another application which support only 6 characters as a name.
by helene
08 Jul 2014 02:41
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

i did it but it show me files not find in the command prompt
by helene
07 Jul 2014 11:13
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

Re: rename a file in a batch script

excuse me foxidrive my files are locate in a folder name code in the c drive how can i directorate your script to work with my folder????
by helene
07 Jul 2014 06:08
Forum: DOS Batch Forum
Topic: rename a file in a batch script
Replies: 19
Views: 13746

rename a file in a batch script

i want to write a script in windows to rename a file by deleting the first number.
by example : files name 012345.txt, 012346.txt... my application supporte only 5 characters for a name so by renaming it should be 12345.txt, 12346.txt.. and so on.