Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,207
» Latest member: Meup
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 422 online users. » 0 Member(s) | 419 Guest(s) Bing, Google, Yandex
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 58
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 73,617
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 30,278
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,639
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,043
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,608
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 103,221
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 44,002
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 34,466
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,108
|
|
|
Copy *.whatever from wherever into ONE directory |
Posted by: Digerati - 2003-12-19, 09:40 PM - Forum: Tips and Tricks
- No Replies
|
 |
A question arose today on how to copy all the jpg's from all over one computer to one single directory. Well here is one way to automate this task.
First do this:
DIR /b/s *.jpg>list.txt
Now after the command has complete its run, open the file in notepad.
Now use it's search/replace feature to replace all occurrences of the drive
letter with the copy command...
Replace:C:\
With:COPY /Y C:\
If any filenames in the list contain spaces, add a double quote in front of
the drive letter like this...
With:COPY /Y "C:\
Then using a case insensitive search, replace all occurrences of the ".jpg"
extension with the remainder of the command.
Replace:.jpg
With:.jpg c:\jpeg_files
If you added a double quote above, then you will need to add one following
the .jpg extension to enclose each file name in double quotes.
With:.jpg" c:\jpeg_files
Now review the file to ensure you see each command as follows,
COPY /y C:\pathname\filename.jpg c:\jpeg_files
Or with double quotes,
COPY /y "C:\pathname\filename.jpg" c:\jpeg_files
If all looks good, save it as somefile.bat and run it.
The possibilities with this script are not limited to just that.
You could also replace the COPY command with the DEL command to delete, or the MOVE command to move it from its current location.
|
|
|
Funny video |
Posted by: Digerati - 2003-12-19, 06:30 PM - Forum: General Chat
- Replies (1)
|
 |
[/url][url=http://www.grithouse.com/~2600/downloads/hotdog_4th_July.wmv]http://www.grithouse.com/~2600/downloads/hotdog_4th_July.wmv
|
|
|
Introduction |
Posted by: net_buster - 2003-12-19, 05:40 PM - Forum: Hello
- Replies (4)
|
 |
hi im Liam and i live i oxfordshire (u.k.) im still at school but am trying to learn as much as i can about linux/windows security. My hobbies include compute4rs(obviously) snooker, and listening to music. I came to this site as i am planning to duel boot a machine to linux. THis site is extremely useful and has helped me greatly keep up the good work.
And hello to everyone out there on this forum.
|
|
|
Linux docutmetation |
Posted by: Digerati - 2003-12-19, 05:20 PM - Forum: Tips and Tricks
- Replies (1)
|
 |
I took the time to scan a fold out that I had that was a guide to linux that you can find in most college bookstores.
I scanned them into images and then converted to pdf. I hope they look ok.
Morbondu at Grithouse.com was gracious enough to let me store them there since his connection is twice as fast as mine is.
[/url][url=http://www.grithouse.com/~2600/downloads/linuxdocs/]http://www.grithouse.com/~2600/downloads/linuxdocs/
|
|
|
Xchat background |
Posted by: Oroshi - 2003-12-19, 11:30 AM - Forum: Tips and Tricks
- Replies (3)
|
 |
you can choose the colours background, but you can select the "transparent" so here i will tell you how:
open the xchat, in the top menu that have: X-Chat IRC Server Settings Windows and Help.
Click "Settings", then click "Preferences". Under the "Interface", you'll see a "Text box". go there. there is a check box and written "Transparent background" tick the box, then click "ok"
Now your background of xchat will become a transparent.
Thats the tip for xchat.
Enjoy!
|
|
|
Penny for my thoughts... |
Posted by: lytez - 2003-12-19, 09:20 AM - Forum: General Chat
- Replies (4)
|
 |
As I was perusing through some of the many posts added in the past few days I noticed a few postings in the incorrect section of forums...specifically in the linux newb section titled "how do i". This is more a place for members to ask questions than it is for members to post information about possible questions...It might be worth having a seperate section for these, but until then I believe they should be moved to "Tips and Tricks". Just some thoughts, try to start out right and keep this place clean/organized! B)
|
|
|
attention GIMP users ! |
Posted by: anyweb - 2003-12-19, 08:10 AM - Forum: How Do I?
- Replies (3)
|
 |
I want to convert a whole bunch of TGA screenshots to JPG format in GIMP
is there a way i can do it automagically or do i have to do each one by hand ?
cheers
anyweb
|
|
|
Command line tools in XP |
Posted by: Digerati - 2003-12-19, 04:45 AM - Forum: Tips and Tricks
- Replies (4)
|
 |
Command line tools in XP that are useful
bootcfg
View your boot loader settings, such as your default OS and selection timeout, as well as your boot entries and load options.
defrag
You probably already guessed that this defrags your hard drive. Type only "defrag" into your command prompt to get a list of possible arguments, such as the drive letter and the type of output.
diskpart
Manages your disk partitions. After you type "diskpart" into your command prompt, your prompt will become "DISKPART." Type a question mark to get a list of possible arguments. Type exit to leave diskpart.
driverquery
Will get you a nice list of your drivers and their properties.
fsutil
This is a handy command. You can do everything from managing your hardlinks to querying the free space in a volume. Type "fsutil" into your command prompt, and you'll see a list of options. I choose "fsinfo" from the list, so I type "fsutil fsinfo" into the prompt. Now I get even more options, but I choose drives by typing "fsutil fsinfo drives." It's fun, it's easy, and you'll get the hang of it. Explore this utility. There are a lot of cool features and hidden twists.
getmac
This gets the MAC (Media Access Control) address.
gpresult
Get the RSoP, user settings, and computer group policy settings.
helpctr
Starts the Help and Support Center.
ipseccmd
Configures Internet protocol security (IPSec) policies in the directory service or in a local or remote Registry. Ipseccmd is a command-line version of the IP Security Policies Microsoft Management Console (MMC) snap-in.
netsh
A network configuration tool. Type "netsh" to enter the tool, or "netsh /?" to learn more about it. To exit this tool, type "exit" at the "netsh>" prompt.
openfiles
Allows an administrator to display or disconnect open files in XP professional. Type "openfiles /?" for a list of possible parameters.
pagefileconfig
Displays and configures the paging file Virtual Memory settings of a system.
prncnfg
Configures or displays configuration information about a printer.
prnjobs
Pauses, resumes, cancels, and lists print jobs.
recover
This command attempts to recover readable information from a damaged disk. Type "recover" to get the syntax.
reg
The console registry tool. Get syntax help when you type "reg" into the prompt. You can export the registry, copy, restore, compare, and more.
schtasks
The administrator can schedule, run, change, or delete tasks on a local or remote machine. Type "schtasks /?" without the quotes for a list of options.
sfc
The system file checker scans protected system files and replaces the ones you (or your applications) hacked beyond repair with the real, official Microsoft versions. Type "sfc" into the command prompt to get a list of options.
shutdown
You can shut down or restart your own computer, or an administrator can shut down or restart a remote computer. Type "shutdown" into your command prompt to see a list of possible arguments.
systeminfo
Basic system configuration information, such as the system type, the processor type, your time zone, your virtual memory settings, and much more.
tasklist
Want to know what's going on behind the scenes? Type "tasklist" into the command prompt, and get a list of current processes.
taskkill
Now that you know what's going on behind the scenes, maybe you want to shut a few of these extraneous tasks down. That's where taskkill comes in. Type "taskkill /?" for a quick lesson in the syntax of the command, then shut down all those random processes. I just killed my MS messenger by typing "taskkill /PID 1680." I got the PID from running tasklist, above.
typeperf
Writes performance-counter data to the command window or to a supported log file format.
|
|
|
|