Editing Shell Script

Hi

I'm a newbie, but I understand that there's some space difference between unix and the pc, which is why I can't write shell script on my pc but I can view it using notepad, wordpad, etc.

Is there any program I can use that will let me view the shell script and edit it without screwing up the script so that it's not readable in unix anymore?

are you working on windows or unix??
in unix you have editors like ed,vi,cat etc etc..
google it you will find the desired ans

I'm working in windows.

so you wanna edit shell script in windows and save it back to unix??
to edit you can use editor like "editplus" in windows

Yup. I want to edit it in windows and then be able to run it in unix.

then best editor will be "editplus"
it will help you to connect to unix server via ftp also.. google it for more info and download it to your PC

thanks so much!! i really appreciate it. i wasn't sure which programs to use since I ended up with so many results when I first tried googling for a solution.