Make some kind of icon that when clicked will launch several programs. Specifically FRAPS, Precession and RealTemp?
Announcement
Collapse
No announcement yet.
Is there a way to....
Collapse
X
-
Yep, BAT file is the best way. I need to make one sometime soon to reorder a bunch of files into folders of each files name. Is a bat file the way I should go about this, Sirex?
Like this and for this very reason.
http://www.thehtpc.net/htpc/file-to-folder-script/
Question is, I already have some folders. These should be exempt from the script right? I don't want folders to be created for existing folders hehe.

Comment
-
I have a folder called 'Movies'. In that folder is a mix of subfolders and video files. Each subfolder has been created manually and is named after each movie within it. Ex D:/Movies/Iron Man/Iron Man.mkv. I want to have something automated to move the remaining video files within the 'Movies' folder into subfolders named after them. I have about 40 folders that need creating, and even though I can type pretty quickly, I'm getting lazy in my old age. Hell, I've even got task scheduler shutting my PC down every night.

Comment
-
Thanks, that worked. I still have the warning messages asking me if its ok for those programs to make changes, I'm uneasy about reducing the level of protectino from the windows UAC.[img]https://farm5.staticflickr.com/4373/35734799443_53cb20ef13_z.jpg[/img]
Killed by CLRs since 2004. WOOT!
Support Cainslair. Donate here! [url]http://www.cainslair.org/billspaypal.php?[/url]
Comment
-
Good instinct. Staying at reduced authority (as a security measure) is good because anything sneaking onto your PC will inherit your authority to do bad things. Depends on the risk we choose to accept.Originally posted by Duke{CLR} View Post... I'm uneasy about reducing the level of protectino from the windows UAC.
Comment
-
It would be nice to have an option to allow a specific program to run without the warning though.Originally posted by Qicmee View PostGood instinct. Staying at reduced authority (as a security measure) is good because anything sneaking onto your PC will inherit your authority to do bad things. Depends on the risk we choose to accept.[img]https://farm5.staticflickr.com/4373/35734799443_53cb20ef13_z.jpg[/img]
Killed by CLRs since 2004. WOOT!
Support Cainslair. Donate here! [url]http://www.cainslair.org/billspaypal.php?[/url]
Comment
-
You can if i mind right, dont hold me to this as not near my pc...
If you goto the programs folder on the drive.
Right click the program - properties, there is im sure a setting on that dialog or in a button to run as admin always.
I know shortcuts do it.


I'm not insane. I'm just overwhelming!
Comment
-
I gave that a try but no luck.Originally posted by Sirex View PostYou can if i mind right, dont hold me to this as not near my pc...
If you goto the programs folder on the drive.
Right click the program - properties, there is im sure a setting on that dialog or in a button to run as admin always.
I know shortcuts do it.[img]https://farm5.staticflickr.com/4373/35734799443_53cb20ef13_z.jpg[/img]
Killed by CLRs since 2004. WOOT!
Support Cainslair. Donate here! [url]http://www.cainslair.org/billspaypal.php?[/url]
Comment
-
This might cover what you want to do:
Configure Applications to Always Run as an Administrator
http://technet.microsoft.com/en-us/m.../ff431742.aspx
Otherwise, this lists many methods, The later ones are automatic.
How to Run a Program as an Administrator in Windows 7
http://www.sevenforums.com/tutorials...nistrator.html
Comment
-
Still seems to manual for my liking lol. All those 'mkdir' entries.Originally posted by Sirex View PostYou could start run
Cmd
Open/run
Cd d:/movies
Dir *.mkv > list.txt
And edit those in the list.txt file
Start each line mkdir
If the name has spaces enclose in " at each end
When done rename to .bat and run it from cmd


Comment
Cain's Lair Forums Statistics
Collapse
Topics: 26,222
Posts: 270,124
Members: 5,273
Active Members: 5
Welcome to our newest member, Combat_Wombat.
Top Active Users
Collapse
There are no top active users.
widgetinstance 184 (More Posts) skipped due to lack of content & hide_module_if_empty option.
Comment