Search found 118 matches

by RBCC
22 Feb 2017, 08:02
Forum: Windows
Topic: What does this mean?
Replies: 7
Views: 3753

Re: What does this mean?

OK , In an effort to describe the problem I have, I will be posting several Screenshots . I am running Windows 10 Pro, I have recently reinstalled Windows on my Toshiba Laptop. I have this version of Java on my machine : http://i1016.photobucket.com/albums/af288/jm07271/jav_zpss7g6cd4m.jpg ANd after...
by RBCC
10 Feb 2017, 17:49
Forum: Windows
Topic: What does this mean?
Replies: 7
Views: 3753

Re: What does this mean?

I was trying to rename files after using my ideas for renaming . then I hit the rename button then the box popped up and the file wasn't renamed.
by RBCC
10 Feb 2017, 06:34
Forum: Windows
Topic: What does this mean?
Replies: 7
Views: 3753

What does this mean?

Image
I get this in the middle of renaming files!

John
by RBCC
28 Jan 2017, 08:48
Forum: Help and Support
Topic: Moving files from one HD to another,
Replies: 10
Views: 5219

Re: Moving files from one HD to another,

I am just trying to copy a file from on directory to another directory with the same name on another drive with the format string that doesnt make a another directory to put the file in . Just the file, with its new name. http://i1016.photobucket.com/albums/af288/jm07271/screens2_zpslqah1sih.png
by RBCC
28 Jan 2017, 08:04
Forum: Help and Support
Topic: Moving files from one HD to another,
Replies: 10
Views: 5219

Re: Moving files from one HD to another,

But when I did that it made a separate folder for each {airdate}. I am trying to put them in the folder season 3 but have the [airdate] as part of the name not the folder that they are put in . do I take out the\ to do this?
by RBCC
28 Jan 2017, 07:44
Forum: Help and Support
Topic: Moving files from one HD to another,
Replies: 10
Views: 5219

Re: Moving files from one HD to another,

If the season 3 folder was already there would it put the file in the murder, she wrote season 3 folder??
by RBCC
28 Jan 2017, 07:26
Forum: Help and Support
Topic: Moving files from one HD to another,
Replies: 10
Views: 5219

Re: Moving files from one HD to another,

Image
Ok how do I copy from I:\murder,she wrote\season 3 to K:\murder, she wrote\season {3} [{airdate}] ? and not have the airdate be a folder? John
by RBCC
25 Jan 2017, 03:19
Forum: Help and Support
Topic: Moving files from one HD to another,
Replies: 10
Views: 5219

Moving files from one HD to another,

Hello, I am trying to move files from T:\ to M:\Murder, She Wrote\Season 3 with the format string : M:\Murder, She Wrote\Season 3 [{airdate}] -{n} - {'Season∶' +s } {'Episode∶' +e}- {t} I want it to be put into Murder, She Wrote \season 3 and not Murder she wrote\Season 3 \[{airdate}] as in the pict...
by RBCC
09 Dec 2016, 19:16
Forum: Windows
Topic: What kind of file?
Replies: 2
Views: 2078

Re: What kind of file?

Should I use:

Code: Select all

1 Astro and the space mutts [DateAired] [Episode]
<--- Each line has this?
Or

Code: Select all

Astro and the space mutts
           1   [DateAired]  Episode 
?
John
by RBCC
09 Dec 2016, 06:30
Forum: Windows
Topic: What kind of file?
Replies: 2
Views: 2078

What kind of file?

I would like to make a data file so that Filebot could use it for file renaming, What kind of a file does it need to be? comma delimited ? CSV? John :?:
by RBCC
07 Dec 2016, 16:43
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Ok but filebot wont rename anything right now
by RBCC
07 Dec 2016, 16:12
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Ok but filebot wont rename anything right now
by RBCC
07 Dec 2016, 08:32
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Image
How do I copy a file into another directory and then using the new directory name use a part of that directory name and put it into the new folder for the file? Like in the picture! John
by RBCC
06 Dec 2016, 06:42
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Please show code that shows how to copy the file to the right directory and use the new directory name for season #. So that it will be put into the right directory. Ok? John
by RBCC
06 Dec 2016, 04:12
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Would it be easier to use Y:/Diagnosis Murder/season 1/Diagnosis Murder 1x3.mp4 [Airdate] f.dir.dir.name episode title? so it will copy it to that location?

Before I was trying to use the ../.. in the format string! John
by RBCC
04 Dec 2016, 17:05
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

I know that

Code: Select all

..
goes up one directory and

Code: Select all

 ..\.. 
goes up 2 , when I am in the editor of filebot do I put those in where the filename is such as

Code: Select all

../../diagnosis:murder 1x4.mp4
? Am I understanding you right? But if just want the season number

Code: Select all

..\..\[color=#0080FF]diagnosis:murder [/color]1x14.mp4
by RBCC
04 Dec 2016, 06:20
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

The format produces absolute paths . such as

Code: Select all

c:/diagnosis murder/season 1/ diagnosis:murder 1x3.mp4
how to create a format call to use relative paths?

Code: Select all

/diagnosis:murder/season 1/diagnosis:murder 1x3.mp4
Or the filename.ext ie:

Code: Select all

diagnosis:murder 1x3.mp4
? If it uses absolute paths!
John
by RBCC
01 Dec 2016, 20:33
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Y:/perry mason/1x19.mp4, John
by RBCC
01 Dec 2016, 02:50
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Image
How do I put the renamed file back into its original directory? DOes f.name. dir do this?
by RBCC
28 Nov 2016, 12:09
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

So will f.dir.dir.dir.name?
by RBCC
27 Nov 2016, 18:23
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

Image
will f.dir.dir.name create a new folder? if so, how do I do this so it wont..
the folder that it is in is: M:\Diagnosis Murder\Season 7. John
by RBCC
25 Nov 2016, 22:11
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

I dont want them to be moved!
Just use the folder name that they are in as part of the name.
by RBCC
25 Nov 2016, 19:24
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

But they are all in seperate folder. Say you have john,fred and sue in the folder c:\macgyver\seattle. And you want to use macgyver , episode 6. To put the renamed file into. But it makes a dir under the root for each file for each file. Is there anyway to put all them back into the dir they came fr...
by RBCC
25 Nov 2016, 02:27
Forum: Windows
Topic: Get name of parent folder of parent folder of file
Replies: 29
Views: 11591

Re: Get name of parent folder of parent folder of file

I used file.dir.dir.name and got new directories created. How do i put the file in the same folder it came from? John