LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Launching a remote win32 process (https://www.linuxquestions.org/questions/programming-9/launching-a-remote-win32-process-100896/)

zael 10-06-2003 01:50 PM

Launching a remote win32 process
 
Does anyone know of a way that i can from a linux box initate a win32 process on winXX client to run. Also if possiable Vice Versu?

webrurouni 10-06-2003 07:32 PM

what winXX are you implying? XP? NT? because the xp has the new NTFS filing system which linux can't read.

sandy 10-06-2003 07:38 PM

In case of WinXP you can use the remote desktop connection feature using some softwares rdesktop etc..

For other winXX clients .. mount the partition in your box and try running the app with the help of wine..

BTW
Quote:

because the xp has the new NTFS filing system which linux can't read
Where Are you living.. Atleast in my country NTFS partitions are readable :D

webrurouni 10-06-2003 07:45 PM

by linux? RH9 only can read fatXX HDs

sandy 10-06-2003 07:48 PM

This is Year 2003 man;) ..
Go to linux-ntfs.sf.net for more info

webrurouni 10-06-2003 09:42 PM

sry... sill a n00b...
but both the manual and physical experiance on my PC, RH9 can't read the NTFS system
:D

h/w 10-06-2003 09:57 PM

to webrorouni:

mount -t ntfs /dev/whatever /whatever
mount -t vfat /dev/whatever /whatever

with both support enabled in kernel.

repe 10-07-2003 06:19 AM

Quote:

but both the manual and physical experiance on my PC, RH9 can't read the NTFS system
Do you mean writing? It's most likely to corrupt your NTFS partition, but reading is no problem. :)


All times are GMT -5. The time now is 09:58 PM.