- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- copy file from linux to windows like a batch file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 06:48 AM
тАО07-08-2009 06:48 AM
copy file from linux to windows like a batch file
for one of my project i need samething which is to copy file from linux to windows and run exe in windows like batch file.....
i cannot use samba because its size is more,
is anybody help me out for this.....
thanking you......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 07:49 AM
тАО07-08-2009 07:49 AM
Re: copy file from linux to windows like a batch file
Use winexe for linux to run remote commands or SSH if you installed cygwin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-08-2009 07:51 AM
тАО07-08-2009 07:51 AM
Re: copy file from linux to windows like a batch file
I never do it, but it seem that winexe could maybe run exe directly from linux
http://eol.ovh.org/winexe/
You could also search about remote shell on windows from linux "cygwin on windows"
To copy you could use rsync.
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2009 03:13 AM
тАО07-09-2009 03:13 AM
Re: copy file from linux to windows like a batch file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2009 07:43 AM
тАО07-09-2009 07:43 AM
Re: copy file from linux to windows like a batch file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2009 11:00 AM
тАО07-09-2009 11:00 AM
Re: copy file from linux to windows like a batch file
http://sshwindows.sourceforge.net/
You will then be able to scp files from linux to windows.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 01:54 AM
тАО07-14-2009 01:54 AM
Re: copy file from linux to windows like a batch file
winexe will execute command in a remote windows machine-one part is over.
but my requirement is i need to copy file from linux to remote windows machines and then i need to execute those things in that machine.
winexe will execute files and exe which is there in windows machine but i need to copy those things from 1 linux to 100 windows machine at a time, this is my job.
i can't individually install anything in remote windows machines,only thing is from linux only i need to install and run the application.
Anybody has any solution to this problem...???
thanking you.....