LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Is it possible to give MSDOS commands in Unix script??? (https://www.linuxquestions.org/questions/programming-9/is-it-possible-to-give-msdos-commands-in-unix-script-14540/)

gopi_20us 02-18-2002 05:03 PM

Is it possible to give MSDOS commands in Unix script???
 
Hi all,

Is it possible to give MSDOS commands from Unix script???How do we encrypt and decrypt files from Unix ???

Thanks in advance.
gopi.

isajera 02-20-2002 12:48 AM

most linux distros now come with helper progs that will convert a dos command to it's corresponding linux equivalent - but it's a really bad idea to rely on that. every dos command has a linux command that does everything it does, and probably much much more. shell scripting in any *nix is much more advanced than msdos scripting.

as far as encrypting files, you'll need to get a package or a program for that. you can always find stuff like that on freshmeat.net or sourceforge.net.


All times are GMT -5. The time now is 11:34 AM.