The renaming tag has no wiki summary.
0
votes
1answer
10 views
Replaced file name with the right number
I am trying to check a batch of file names and change the name the files look like the following
er-1.gif
I need to check the numbers after the dash and then look through an array to find what ...
0
votes
1answer
26 views
Renaming files by removing a word from filename
I want to rename files in a folder that is currently named as A - f1, A - f2
where A is the folder name. I want to do this either in a batch file or shell
script.
-1
votes
1answer
37 views
Java file upload & rename with php
I'm trying to upload & rename a file from a java program.
My java upload method:
public void bestandUploaden(String oudeUrl, String nieuweNaam) throws ParseException, IOException {
...
0
votes
3answers
140 views
How to bulk rename files within subfolders - using CMD command prompt
I am quite new to Command Prompt (Windows), however I have used it to do some file extensions changing and it is extremely helpful. I know nothing on coding, and so i am simply going off what I have ...
0
votes
3answers
99 views
Batch file to rename files in multiple folders
I have the folder and file structure as given below. I am in need of a MS DOS batch file to rename the files in multiple folders. Can anyone please help out? TIA.
-Main Folder
-->Sub Folder1
...
0
votes
1answer
90 views
Batch script to copy latest log file from server to client system then rename it
I am trying to setup a batch script that will copy over the latest IIS logs from our Exchange Client Access Server over to my system. That way I can analyze the logs while keeping the original log ...
3
votes
3answers
89 views
Racket with-hash macro and rename transformers
I created this:
(define-syntax (with-hash stx)
(syntax-parse stx
[(_ obj:id ((~or key:id [new-key:id hash-key:id]) ...) body:expr ...+)
#'(let ([key (hash-ref obj 'key)] ...
...
-5
votes
1answer
34 views
How can renaming file in batching script? [closed]
If Equetes_77 not exist
{
rename Equates.trf ---> Equates_77.trf
rename Equetes3.trf --> Equates.trf
}
else
{
rename Equates77.trf --> Equates.trf
rename Equates.trf --> Equates3.trf
}
0
votes
1answer
83 views
Renaming multiple files to folder names on windows
I have been trying to make a program that renames several .mp4 file to the name of the folder it is in.The program works sometimes on a few files but eventually throws a null pointer exception
I ...
0
votes
2answers
89 views
check for duplicate filename when copying files in C#
I want to copy files to a directory and rename to a particular format. but if the filename already exists, it should append {1}, {2} or {3} before the file extension.
My code renamed and copied the ...
1
vote
1answer
537 views
How to Batch change file extensions within subfolders [closed]
I am very new to Command Prompt, and only started using it as of 1 day ago.
I have a folder in a location, for example C:\Users\Administrator\Desktop\Images, and inside that folder there is roughly ...
2
votes
2answers
68 views
pitfalls in renaming files in bash
I am reading a guide here
http://mywiki.wooledge.org/BashFAQ/030
on this link a few examples are given I am trying to understand them one example code says
# Bash
# Replace all spaces with ...
0
votes
2answers
56 views
XSLT 1.0: rename elements with same content
It seemed like an easy task but I am totally stuck now. I have the following XML:
<?xml version="1.0" encoding="UTF-8"?>
<Items>
<Item>
...
0
votes
0answers
30 views
rename many shapefiles from spreadsheet containing names
I have downloaded GIS data from CanVec. The files are numerically coded for the tile and features, there is a spreadsheet of corresponding names in English. Is there any way to change the filenames to ...
1
vote
2answers
246 views
VB.NET How to rename image in MemoryStream?
Well the title pretty much says it all. If I have an image in a file stream like so:
Dim imgStream As MemoryStream = New MemoryStream()
sd.Save(imgStream, System.Drawing.Imaging.ImageFormat.Jpeg)
...
0
votes
1answer
57 views
why tomcat is not aware of refactoring package name in eclipse
I changed few packages names in my JAVA project but when starting tomcat again after the change, it tries to get the old package name.(throwes java.lang.ClassNotFoundException)
I get the following ...
1
vote
2answers
55 views
renaming after 2nd underscore using rename command
I had a Directory named "ABI-Data" contains files like
10_2012-08-22_B02_014.fsa
1_2012-08-22_A01_015.fsa
11_2012-08-22_C02_012.fsa
12_2012-08-22_D02_010.fsa
14_2012-08-22_F02_006.fsa
I need output ...
0
votes
3answers
51 views
alternative to md5 (not for password hashing)
so I want to generate some cached html files and I want to use some sort of encryption when naming them so they can't be easily accessed. Md5/Sha1,2 might be good alternatives but
I want something ...
0
votes
0answers
60 views
Wicked issue when .bat renaming in Windows XP
I need a hand here.
I'm running a .bat file in Windows XP that will rename no extension filenames into .csv files. I have four csv files with no extension, and I want to rename them with a ...
0
votes
0answers
59 views
Excel Chart Sheet Suddenly Renamed to Chart # [closed]
I have an excel workbook with many chart sheets. Recently the chart sheets are getting renamed to chart #. This only occurs for the chart sheets and not for any of the data and formula sheets. These ...
2
votes
0answers
150 views
Changing an Android app's folder name
I have an android app (with jni, ndk). And I want to change its name. I have changed the package name successfully, and the title of the app in strings.xml like suggested in other posts on this forum. ...
1
vote
2answers
101 views
Renaming index.php and accessing other pages in Joomla
sorry if my question is very obvious for most of you but i'm novice in joomla and i have to act urgently (no time for learning). I have to do some modifications online on my website and i don't want ...
1
vote
0answers
67 views
Naming Conventions for new API's (carpool platform) [closed]
I am developing a new set of API's for carpooling/cab booking. And am kinda burnt out thinking about the naming convention to follow for API's. I am looking for suggestions and ideas for improving the ...
2
votes
2answers
185 views
Unix- Copying the same file from multiple directories into a new directory while renaming the files
I have 36 subdirectories in the same directory named 10,11,12,....45 and a subdirectory logs
in each subdirectory (except for the directory logs) there is the same file called log.lammps
i was ...
0
votes
0answers
103 views
“check that the identity you selected is valid” issue found after renaming my Xcode application?
i have an issue while i try to create an adhoc archive after renaming my application.
i changed my application name by clicking the project header in the Xcode.
i don't know exactly what are all ...
2
votes
1answer
1k views
How to rename existing solution and project in Visual Studio 2008? [duplicate]
Possible Duplicate:
how to rename a project without killing solution
I know that this question has been frequently asked, but none could help me overcome the fear of rendering my ...
1
vote
1answer
411 views
Alternative to git cherry-pick when renamed files are common
I'd like to cherry-pick single commits from on branch to another.
I expect file renames to be quite common but still want to be able to apply changes without human intervention.
Since the built-in ...
0
votes
0answers
36 views
How should i do this? burning files with long names to dvd
i have a lot of files with long names that are too long to be burned as they are. i want to burn the files but i also don't want to lose the names -and i definitely don't want to spend too much time ...
0
votes
1answer
67 views
Trying to rename a file when uploading and it wont work
Hey i am trying to change a file name on upload if it exist but seems i have a problem. here is the code..
$tempfilename = $filename["name"];
while(file_exists($location . $tempfilename))
{
...
0
votes
1answer
184 views
VBScript: Getting error by batch renaming files within a folder
In this script I try to rename all the files within a folder. The new names I will gather from each textfiles in itself using Instr(1, strText, "(Amtlicher Gemeindeschlüssel = " ...). So all jsp-files ...
0
votes
2answers
113 views
ARRAY is preceding renamed filenames after upload - PHP
I am running a PHP script to upload files from a HTML form, rename them and place them on my server. It is uploading and renaming, however every file name now starts with the word "Array"
ie: ...
1
vote
3answers
3k views
How to remove spaces from file names (in bulk)
How to remove spaces (not replace with underscores) from several thousand files ini builk in Windows?. Can I do this from the DOS command
Currently:
file one.mp3
file two.mp3
All files need to ...
0
votes
5answers
241 views
How to rename label on radio button using jquery
Hi i have the following
<label>
<INPUT style="DISPLAY: inline; VERTICAL-ALIGN: middle" class=fieldValue name=radioOpt value=1 CHECKED type=radio> Option1
</label>
...
0
votes
1answer
87 views
GWT class members naming
I'm using GWT.
When it is compiling the Java code to Javascript code, sometimes it changes some of the members' names.
for example:
private int height;
becomes in the JS:
height_0;
Example:
public ...
2
votes
1answer
983 views
TortoiseSVN cannot commit, says “forbidden by server”
Recently a bunch of renaming changes were made into a folder that I checked out a while ago. Once I updated all of the renaming changes, I am having a problem of not being able to commit anything. It ...
0
votes
0answers
368 views
Trying to commit from XCode on a GIT local repository after renaming the project
I have a projectA which has been duplicated and renamed ProjectB. After creating a new GIT repository from the local working copy I'm trying to commit the last changes,but I'm receiving this error ...
1
vote
1answer
5k views
Rename (or remove prefix) multiple files to each ones number
I am trying to change all the files names in a current folder and I am trying to achieve this either by removing the files prefix (every file has a common prefix) or changing their names to their ...
2
votes
2answers
117 views
Ruby - split and rename subarrays
As the title says... if I have an array containing subarrays is it possible to split the array and rename the new split arrays? I know I could simply type new_array=array[0] and so on but the problem ...
0
votes
2answers
137 views
Renaming files to their foldername
Helo there.
I have a Movies folder with subfolders inside. In those subfolders (which is the name of the movie) are the actual movie files which I would like to rename from somename.nfo to ...
1
vote
1answer
114 views
Inefficient handling of file renames in Mercurial
When I rename a file using Mercurial, and then commit without any changes, why does it still send the full file to the repository? (I can tell because the subsequent push to the remote repository ...
0
votes
1answer
96 views
Renaming devices (hard coded device names)
Is there an easy way to change the name of a device?
Lets say for example you have a Bluetooth device. And it has the hardcoded name "Sony Bluetooth Device". Is there a way to change it to ...
-1
votes
1answer
85 views
Renaming a button from a string
I am trying to rename a button from a string. Sounds simple enough? Well I have scowered the internet and tried many things however I keep coming up with the same errors.
I have 2 forms and one class ...
-1
votes
1answer
310 views
renaming files using variables in Ruby
How do you use variables to rename files in Ruby?
File.rename("text1.txt", "text2.txt")
The above example is fine when using irb, but I writing a script where both var1 and var2 are unknown to me.
...
0
votes
1answer
277 views
Possible to rename widget after laid out in RelativeLayout?
Working with Android for the first time, I've blocked out a layout using the relative layout and laid down some buttons and text widgets how I like them. However when I go back to rename the IDs the ...
4
votes
1answer
519 views
iCloud - renaming open documents on another device sometimes fails
The issue: I'm working on an iCloud document on device A, e.g. iPod Touch. Then I change the name of the document on device B, e.g. my Mac (via the Finder). The change goes up to the cloud and after a ...
-4
votes
3answers
303 views
rename a set of directories and the files in each of those directories
The problem for which the perl code is to be developed is as follow:
There is a root directory that contains several directory in it. Each subdirectory has in turn a text file in it.
We need to go ...
2
votes
2answers
542 views
cakephp routes modify controllers name / fetching controllers name
I created a route which is analog to this one:
Router::connect("/backend/:controller/:action/*");
And now I want to route every controller that fits this pattern to be renamed to something like ...
0
votes
2answers
375 views
rename a set of files, by changing their prefix
I've got a set of four directories
English.lproj
German.lproj
French.lproj
Italian.lprj
each of this contains a serie of XMLs named
2_symbol.xml
4_symbol.xml
5_symbol.xml
... and so on ...
...
1
vote
2answers
729 views
replace names of all directiories and files in PS
I want to replace all space characters into "_" in names of all subfolders and files.
Unfortunately when I type:
Get-ChildItem -recurse -name | ForEach-Object { Rename-Item $_ $_.replace(" ","_") }
...
0
votes
1answer
365 views
Renaming namespaces in windows phone
Is it possible to rename the namespace, projectfolder, solution name in windows phone? I have a paid version and free version of app. The free version of the app has minor modification. So I tried ...




