Search the web
Sign In
New User? Sign Up
DOpus · Directory Opus Announcement List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6877 - 6906 of 7353   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6877
Do a regular expression rename from: (.*) (.*)(\.mp3)# to \1_\2\3 The # on the end of the first string makes Opus apply the pattern until it stops having an...
Leo Davidson
analisnudesette
Offline Send Email
Aug 1, 2006
7:03 am
6878
I want to run an external program on the selected files in a lister. If I just pass the file names, the length of the command line quickly overflows, so this...
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 1, 2006
7:39 am
6879
Do you need to run this regularly or is it just an occasional thing? (i.e. If it's a few extra steps rather than a single-click solution would it still do the...
Leo Davidson
analisnudesette
Offline Send Email
Aug 1, 2006
10:50 am
6880
thanks for quick answer! but, this does not work?! what ever i do (select, unselect files) nothing.... can you, please, check once more time this command for...
viking4u
VIKING_SOFTWARE
Offline Send Email
Aug 1, 2006
11:07 am
6881
I will run it regularly, i.e. a few times every day. /Sven Axelsson...
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 1, 2006
1:03 pm
6882
I already have this as a button. I want to keep it that way. As of now the button looks like cd C:\Music\Bagpipe makelily.py -f {dlgstring|Format file:|format}...
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 1, 2006
2:34 pm
6883
i must appologize to you!!!! this works, but, i make mistake while copyng line. once more, sorry for disturbance! regards!...
viking4u
VIKING_SOFTWARE
Offline Send Email
Aug 1, 2006
7:09 pm
6884
Welcome to the Directory Opus (DOpus) for Beginner's Users Group! This user's group is for those using Directory Opus: The Explorer replacement and File...
DOpus@yahoogroups.com
Send Email
Aug 2, 2006
11:28 am
6885
I'm giving Directory Opus another trial as Windows Explorer is still misplacing files when I copy from one dirctory to another. So far, so good, but one...
morrmar55
Offline Send Email
Aug 3, 2006
5:55 pm
6886
When you say they're visible in the right-hand pane but not the left do you mean you can see them in the file list but not in the folder tree? If so then,...
Leo Davidson
analisnudesette
Offline Send Email
Aug 3, 2006
7:02 pm
6887
... hidden (H attribute), you probably need to turn on Preferences / Listers / Folder Tree: Show hidden folders. That's it! I was poring over the Folders tab...
morrmar55
Offline Send Email
Aug 4, 2006
12:36 am
6888
You need to go to the Opening Listers part of Preferences and turn off everything at the top where it says "Inherit from the Default Lister."...
Leo Davidson
analisnudesette
Offline Send Email
Aug 4, 2006
12:43 am
6889
... off everything at the top where it says "Inherit from the Default Lister." Thanks again Leo, I swear I'm not a moron... I just act like one with new s/w....
morrmar55
Offline Send Email
Aug 4, 2006
5:00 am
6890
I just got my Ipod and it's sick. Putting all my music on it now than im going to go for a short jogg. Cant believe it didn't cost me a thing thanks to...
josalyne-overfelt437@...
Send Email
Aug 4, 2006
2:35 pm
6891
Hi. Next week, I expect to get a new desktop computer. Like my current one, it will run WindowsXP Pro. I have DOpus 8.2.2.3 on my present computer. I want...
mulberryfan
Offline Send Email
Aug 4, 2006
8:31 pm
6892
1) If you still have your licence certificate (e.g. in a saved email) then you can simply use that on the new machine. If you've lost if you can get it again...
Leo Davidson
analisnudesette
Offline Send Email
Aug 5, 2006
12:18 am
6893
Thanks VERY much, Leo, for your prompt and helpful response. You've told me exactly what I need to know....
mulberryfan
Offline Send Email
Aug 5, 2006
1:27 am
6894
You can do this with an "MS-DOS Batch Function" type button like this: if exist "%TEMP%\opus_file_list.txt" ( del "%TEMP%\opus_file_list.txt" ) echo MAKING...
Leo Davidson
analisnudesette
Offline Send Email
Aug 6, 2006
2:55 pm
6895
Took me just 2 weeks to get my accredited Masters in this course. Already in line for an interview on monday to hopefully get a better position within the ...
josalyne-overfelt437@...
Send Email
Aug 6, 2006
4:33 pm
6896
Hey, that works! I did try something like that, but using (the obvious) echo {filepath$}>"%TEMP%\opus_file_list.txt" instead. But that only inserts one of the...
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 7, 2006
8:31 am
6897
... For reference: command output > file Redirects the output to a file. Repeat the command, and you replace the old file with the new one. command output >>...
Sir Tim Seifert
sir_tim_seifert
Offline Send Email
Aug 7, 2006
9:45 am
6898
... Exactly, so it seems a little weird that echo {filepath$}>>"%TEMP%\opus_file_list.txt" will be magically repeated for each path in the variable. But,...
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 7, 2006
11:41 am
6899
... When Opus generates the batch file it repeats any lines which only use a single file path for all of the selected files....
Leo Davidson
analisnudesette
Offline Send Email
Aug 7, 2006
12:19 pm
6900
... As can be seen by looking at the temporary batch files in %TEMP%/dopXXX.bat Cool. You learn something new every day....
Sven Axelsson
svenax_mpd
Offline Send Email
Aug 7, 2006
1:05 pm
6901
I have created a button on my toolbar that allows me to send the selected file by email, zipped first or otherwise which I find very quick and useful. I would...
Stuart
vacantalmond
Offline Send Email
Aug 8, 2006
4:50 pm
6902
You can put the selected file paths into the clipboard, using UNC network paths for items on network drives, via this command: Clipboard COPYNAMES=unc Then...
Leo Davidson
analisnudesette
Offline Send Email
Aug 8, 2006
6:12 pm
6903
Hi, everyone. Back in February, Timo T. Tuhkanen started a thread about DOpus locking the USB drive. Many people, myself included, found that they had to...
mulberryfan
Offline Send Email
Aug 8, 2006
7:35 pm
6904
Hello mulberryfan, On Tuesday, August 8, 2006, at 3:35:38 PM, you wrote re: [DOpus] Version 8.2.2.3 Locks USB Drive Worse Than Ever?: m> Has anyone else...
Wayne Howard
solarman42
Offline Send Email
Aug 8, 2006
7:51 pm
6905
I just bought a new 2GB flash drive. In the instructions it said that with WinXP it was unnecessary to use the "Safely Remove Hardware" function. Just wait for...
Jay Heyl
jheyl
Offline Send Email
Aug 8, 2006
9:41 pm
6906
... Thanks for your response. Yes, as far as I know, I have all the patches installed. I'm really mystified that things have become worse now that I've...
mulberryfan
Offline Send Email
Aug 8, 2006
9:55 pm
Messages 6877 - 6906 of 7353   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help