Skip to main content

Questions tagged [filenames]

A filename (also written as two words, file name) is a name used to uniquely identify a computer file stored in a file system. Filenames are a human-friendly label for the references or pointers that operating systems use to identify files within a file system.

0 votes
0 answers
18 views

Passing a filename the contains an equal sign to a shortcut?

I have a program that gets a file as a parameter: csv2xlsx.exe file.csv And I have a shortcut to the program: csv2xlsx.lnk file.csv Both is fine. Mostly. If I use a filename like this: Job=7_HRZ=1_HiS....
user avatar
1 vote
3 answers
79 views

Which regex can I use to replace Greek capital vocals with tonos to ones without it, in Bulk Rename Utility application?

I would like to replace in a lot of filenames, the Greek capital vocals with tonos, with the ones without it: Ά > Α Έ > Ε Ή > Η Ί > Ι Ό > Ο Ύ > Υ Ώ > Ω I know how to replace them ...
geotso's user avatar
  • 23
1 vote
0 answers
9 views

Unpacking RAR archive, but one of the parts (segments) in UPPER CASE filename and extension, any ideas about workaround for this?

For some reason, example.mpg turned into several RARs, part01.rar part02.rar etc, all the way to part22.rar, but ONE of the RARs, is this PART07.RAR (in capital letters), so the WinRar or 7-zip cannot ...
Stu Mountjoy's user avatar
1 vote
0 answers
68 views

Renaming file in a long-path in Windows 11 in GUI does not work, when programmatically it does

I have problems renaming a file in a long-path in the GUI on Windows 11 v23H2, while programmatically it can be renamed. How can I tell Windows to allow me do the renaming in the GUI? G:\ is a google-...
Xavi Montero's user avatar
0 votes
2 answers
50 views

Save files with the same name in the same folder (in numerical order)

WIN11. AFAIK it's not possible for two files with the same name to be saved in the same location (unless they don't actually share the same name), so I'm looking for a workaround. I have two separate ...
maliebina's user avatar
  • 129
0 votes
1 answer
22 views

How do I limit Windows 11 desktop search to either filenames or file contents?

When I am doing a windows desktop search, sometimes I wish to search file names, and sometimes file contents, but never both at once. How do I limit my search to file names only? How do I limit my ...
andrewH's user avatar
  • 253
1 vote
0 answers
40 views

Rearranging parts of a filename in Windows 10 [closed]

I have over 100 photos of deep-sky objects (galaxies, Nebulae, star clusters, etc.) taken by a Seestar "smart telescope". The Seestar creates files starting with "Stacked_" ...
FredOz's user avatar
  • 11
0 votes
1 answer
154 views

Folder names and file names text wrapping in wrong position

File names and folder names on windows 10 - the text wraps down to the next line and it is visually distracting and, frankly, horrible to read. How do I stop the text from wrapping? Letters of the ...
hsawires's user avatar
  • 496
0 votes
0 answers
132 views

How to force Windows file explorer to display files that have invalid names?

I was searching journals on a research topic. I eventually got to some old exotic site containing a zip file which according to the description contained multiple documents. However when I unzipped it ...
pi4261's user avatar
  • 1
1 vote
1 answer
37 views

Make a list of files that contain just numbers as the filename in Windows [closed]

I have a large number of files on multiple hard drives, some of which are just in a format like 1.mkv Sometimes that 1 is actually multiple digits, but in all cases (that I'm currently looking for) it ...
Russel Bairstow's user avatar
0 votes
1 answer
858 views

Asterisk in Windows filename

I'm trying to copy and paste the asterisk in a filename in Windows, but I got an error; I copied also the asterisk from charmap, but nothing to do. Is there a symbol also similar to the asterisk that ...
Gennaro Arguzzi's user avatar
1 vote
0 answers
29 views

Windows 11, Filename of C:\Users\name was misspelt, renamed the file however when I open the command line It still shows the misspelt name [duplicate]

When setting up my laptop I misspelt Artoid as Artoi, this meant the filename of the user file was Artoi, I changed the filename as shown in the photo below: The file is named Artoid in file explorer. ...
Artoid44's user avatar
0 votes
1 answer
458 views

Some files have truncated filenames with mkisofs -J -R

I have installed mkisofs 3.02a09 (i686-pc-mingw32) on Windows 10. I'm trying to create an ISO with mkisofs but some filenames are truncated : PS C:\tools> mkisofs -J -R -o VDI-Michelin-Editions-...
SebMa's user avatar
  • 1,873
1 vote
1 answer
181 views

Is there a simple way to specify whether a webp is lossy (like jpg), lossless (like png), or animated (like a gif)?

For example, is it possible to name something "file.lwebp" to explicitly designate that it is lossy, or "file.awebp" to designate it is animated? Or is there no such method, and ...
chausies's user avatar
  • 151
0 votes
0 answers
135 views

How can I restrict filenames to only allow [A-Za-z0-9_-.] in Windows?

For reasons, I want to limit filename characters to the set [A-Za-z0-9_-.] (upper & lowercase alphabet, numerals 0 to 9, underscore, hyphen, and period). No spaces, exclamation points, @ signs, ...
Cedric Silvester's user avatar

15 30 50 per page
1
2 3 4 5
32