Saving IR data to u...
 
Notifications
Clear all

Saving IR data to usb stick

4 Posts
2 Users
0 Likes
377 Views
farrahyde
(@farrahyde)
Posts: 21
Eminent Member
Topic starter
 

please point me if this question has been asked before, but here it goes.
Can the output from netstat or pstools commands be saved to a usb stick (via copy and paste) to a named file already on the usb device without changing volitle data on the origional volume?
any input will be appreciated.

 
Posted : 21/07/2006 5:25 am
keydet89
(@keydet89)
Posts: 3568
Famed Member
 

> Can the output from netstat or pstools commands be saved to a usb stick
> (via copy and paste) to a named file already on the usb device without
> changing volitle data on the origional volume?

Wow…talk about a mess of a question…no offense!

First, yes, you can add the output of a command to a file easily

c\>netstat -ano >> e\somefile.txt

Use the redirection operator for appending.

Second, volatile data does not exist on volumes…volumes are hard drives. Volatile data exists in memory, and whenever you execute a command, you alter volatile memory, as the program needs to be loaded and run.

I hope that helps…

Harlan

 
Posted : 21/07/2006 6:08 am
farrahyde
(@farrahyde)
Posts: 21
Eminent Member
Topic starter
 

leave it to mee to make a mess of things wink

ty for setting that straight..

Second, volatile data does not exist on volumes…volumes are hard drives. Volatile data exists in memory, and whenever you execute a command, you alter volatile memory, as the program needs to be loaded and run.

and TY for the extended command to take it straight to usb..
c\>netstat -ano >> e\somefile.txt

as nice of a program as netcat is…sometimes it's not appropriate to use it for data xfer..

thanks for all your help.
farrah

 
Posted : 21/07/2006 5:06 pm
keydet89
(@keydet89)
Posts: 3568
Famed Member
 

Yeah, netcat doesn't work in all situations.

I hope that helps you with what you're trying to do.

Also, your profile says "Virginia, South"…if you don't mind me asking, where?

If you want to take this offlist, I'm at keydet89 at yahoo dot com

H

 
Posted : 21/07/2006 6:11 pm
Share: