![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need script to connect sftp servers | kittusri9 | Shell Programming and Scripting | 1 | 05-10-2008 05:13 AM |
| how to connect sftp server using script | kittusri9 | Shell Programming and Scripting | 1 | 05-06-2008 07:12 AM |
| how to connect to windows from unix ? | guhas | Shell Programming and Scripting | 2 | 12-19-2005 05:37 PM |
| Connect from Windows Using SSH | aldowsary | AIX | 12 | 08-07-2005 03:12 PM |
| How do I connect windows xp to Linux Red hat unix | TRUEST | UNIX for Advanced & Expert Users | 7 | 11-21-2002 12:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
siquadri,
ren Test*.txt "Test%Date:/= % %Time::=.%.txt" The above command is suggested to rename a file through a script with the current data and time; and is also an good illustration of character replace in batch scripts.. if you do a.. echo %Date:/= % it will replace : with a blank space examples: C:\Documents and Settings\ilango>echo %Date:/= % Mon 04 06 2009 C:\Documents and Settings\ilango>echo %Date:/=;% Mon 04;06;2009 C:\Documents and Settings\ilango>echo %Date:/=ilan% Mon 04ilan06ilan2009 C:\Documents and Settings\ilango>echo %Date:/=*ilan*% Mon 04*ilan*06*ilan*2009 /ilan |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| sftp, sftp windows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|