hi Experts...
I m trying to run a batch script in Windows server which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like
ksh HC_Report.ksh>out.html...but it generates the HTML file in
windows server.i wnt the same cmd(ksh HC_Report.ksh>out.html) to be executed on unix server..s der any possibilitie
Hi,
I have prepared 1 .sh script that is running fine in UNIX box. Now I wanted to run that script from windows box. I am thinking of converting it to .exe so that can run this in windows server and use it.
Overview:
Script basically checks for some values in logs of process running in unix box and currently I am running this from some other unix box. Now I wanted to run it from windows machine.
Hi,
It will be great help if any of them can provide or tell which scripting is possible to write for checking folder exists or not in Windows server from Unix/Windows machine.
If folder doesn't exist then need to create the folder through script and copy the files.
It is on very highly required. Please post the script asap.
Regards,
Prakash
hi,
when i finish running some scripts in unix...some csv file is getting generated...now im manually taking this csv file from this generated directory and using FTP, i'm importing to windows os and saving in a directory...
please give me a script to automate this..so that i can add in my existing script ...for importing to windows automatically
I am a Windows head and need to know how to do something on Mac's. I need a Unix script that will run on a Mac that writes to a file everyone who has a Account on that Mac.
So if there are 4 user accounts on the Mac the script would write to a file, (that lives on a server) that User1, User2, User3, User4 are on Machine MAC-LT-0035 (for example)
is there any way to automate the process of copiying the files between windows and unix
without doing it manually,using tools such as winscp.
I need to copy files from unix to windows such by executing some commands in windows.
i goolged it and found these tools that can do this.
ftp
sftp
scp
pscp
winscp console.
EDIT : can i get something using pscp beacase i just found out that ftp is not e
I am using Unix workstation to transfer a .txt file to my other Windows XP desktop using network. can u suggest some idea how to do. i am new to unix .
I usually work in .NET and windows.But recently I have a problem which involves the unix server. The unix server is having text files whose data needs to be inserted to sql server database in another windows server. I need to insert the data on regular time interval of 15 mins automatically. I will be able to do the same by writing a windows services...but no idea in Unix..please help..
Can someone show me the basics on configuring SSH on Unix so I can access my Unix account remotely from Windows 7. Basically, I want to fire some scripts remotely.
I've already posted a thread on the Windows forum thinking my configuration was wrong on the Windows side.