Search found 11 matches
- 04 Mar 2021 17:48
- Forum: DOS Batch Forum
- Topic: Move all files up one directory
- Replies: 2
- Views: 3622
Re: Move all files up one directory
Thanks Steffen, I knew it would be a pretty simple batch, spent hours trying to figure it out to no avail, you've saved me so much time, very much appreciated.
- 04 Mar 2021 05:04
- Forum: DOS Batch Forum
- Topic: Move all files up one directory
- Replies: 2
- Views: 3622
Move all files up one directory
Hello, I hope someone can help, I'd like to create a script to be run from "Main Directory" to move any files three subdirectories below up one level, this needs to be able to use a method of wildcards for directories as there are many constantly changing directories, the "Main Directory" itself is ...
- 22 Apr 2012 11:42
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
IT WORKS!!!!
thankyou so much it now does precisely what I want, you've been very helpful much appreciated.
James.
thankyou so much it now does precisely what I want, you've been very helpful much appreciated.
James.
- 21 Apr 2012 22:24
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
think you may have misunderstood my last post, It works great was saying that you mentioned earlier that it would append the playlists which wouldn't have been ideal, but it doesn't it overwrites the playlist with exactly what it should be so i can make whatever changes I like removing/adding files ...
- 21 Apr 2012 17:22
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
also noticed that last script you offered Fawers, didn't append the playlist but rather created a new one correct with whatever is in the folder which is great as no clean up required if I want to do a batch refresh after changes. so just that removing of the unneeded extra file path and it will be ...
- 21 Apr 2012 16:28
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
sorry hadn't realised the last post was by another user, if my reply didnt quite make sense, glad its getting some interest, only come accross this site today seems like a good comunity on here.
- 21 Apr 2012 16:25
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
ok nearly there the last script creates a playlist file in the grandchild folder and the child folder though the child folder playlist is blank persumably because it is creating on from the files in that folder which there arent. the 2nd to last script is nearly exactly what I want the only thing is...
- 21 Apr 2012 14:40
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
thanks tested both scripts, the 2nd script doesn't seem to produce a playlist anywhere that I can find, the first one produces the playlist and saves to the 'grandchild' folder where the files are, Is it possible for it to save in the folder a level up, to the 'child' folder instead? obviously for t...
- 21 Apr 2012 13:18
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
- 21 Apr 2012 13:04
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
Re: help with playlist creator
thanks for your response and trying to help, to give an example of what I want it to do, say I have a folder called 'parent' in that folder I have a number of other folders 'child 1', 'child 2' etc in these 'child' folders each has another folder 'grandchild' its within these grandchild folders wher...
- 21 Apr 2012 12:08
- Forum: DOS Batch Forum
- Topic: help with playlist creator
- Replies: 16
- Views: 13446
help with playlist creator
Hi I have a batch script that creates a .m3u playlist file, it creates the playlist file from the content of the folder it is run from and also all subfolders from that location, I would really like to modify it so that instead of creating a single playlist file, it would create a seperate playlist ...