Starting MS Windows from UNIX


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Starting MS Windows from UNIX
# 1  
Old 02-08-2002
Starting MS Windows from UNIX

Hi there, sorry that this is a really dumb question from a UNIX newbie, but here goes.

How do I start MS Windows (I think it is NT) from UNIX?

The school I work for has a network server that has a UNIX shell (I think that is what it is called) and has some form of Windows on it (I think it is NT). Basically, it crashed, and when it restarted, we got a UNIX interface. I don't know what command I need to start up Windows.

When I did an ls command, I got a listing of some files/directories including:

.exrc . kde .skel Desktop and others. I figured to cd to the Desktop directory, and there were some files called Autostart, StartNetatalk.kdelnk, Templates, etc...

I figured I needed to start the file Autostart. But how do I start it? What is the UNIX command for executing a program? (I am sorry that this is probably a really dumb question). Is it start Autostart? run Autostart? go Autostart?

Anyway, thanks so much for your help.
# 2  
Old 02-08-2002
You may be thinking of a Citrix client using X. Do a find and search for "citrix" or "Citrix". Or ask your SysAdmin.
thehoghunter
# 3  
Old 02-08-2002
Thanks for the reply.

Unfortunately, the System Administrator fled the country, so I am the default administrator!!! I know little to nothing about network administration (I am a Web designer not a LAN / WAN guy), so I couldn't even do a find and search for citrix...

But this is definitely the server (not a client), if that is what you mean. Here is a list of files in the root directory:

.x.err, .bash_history, .dayplan, .dayplan.priv, .exrc, .kde, .kderc, .netscape, .newsrc-news, .skel, .xinitrc, Desktop, ServerLog, StartLog, autosave, bin, lpmasqadm, loadlin, mbox, nsmail

I did a cd to the desktop directory (that is like the one UNIX command I know how to do!) and these files were listed:

.directory, Autostart, CD-ROM.kdelnk, StartNetatalk.kdelnk, Templates, Trash, Firewall.MASQ, Firewall.deMASQ, floppy.kdelnk, StopNetatalk.kdelnk

I figured probably I needed to run Autostart, but I don't even know how to start it. Do I type run Autostart? go Autostart? exec Autostart?

Any suggestions (short of changing professions) would be greatly appreciated.

Thanks again!
# 4  
Old 02-08-2002
Let me see if I understand.

You are working on an actual UNIX system and are looking to start the window environment (Not MS windows or NT )?

If you have logged into the system and have a prompt, type in uname -a to get the OS and version. Then we can help better on which window system you are trying to start.
thehoghunter
# 5  
Old 02-09-2002
Are you sure that Windows is being invoked? By the contents in the directory, I'm almost positive that you're working with KDE, a free desktop manager / windowing system. It would be helpful to know the exact OS and version, because the config scripts can differ slightly for each one.
# 6  
Old 02-11-2002
Yeah, there is some reference to KDE there.

Are you sure it's Unix, or could it be some type of unix variant, like linux.

If it's linux, try startx

or configure x-windows try searching for XF86Config

I'd tell you where it is but I'm at school right now on a windows machine
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

UNIX Environment Setup - (Just starting!)

Morning All So, I am starting looking into the world of UNIX for a new job (luckily not my primary function!) and I am looking to get stared. Like anything I seem to learn best by trying things out first in an environment but I have a key question: Currently I use Oracle VirtualBox, can... (1 Reply)
Discussion started by: harveyclayton
1 Replies

2. UNIX for Advanced & Expert Users

Starting SSH in UNIX

I have been working on my UNIX box for just over 1 month. The issue I am having, I cannot get my SSH to start on the system. I have a few rsync programs that are depending on SSH. Can anyone please let me know how to get SSH started back? Any assistance will be much appreciated. Thanks (2 Replies)
Discussion started by: T Long
2 Replies

3. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies

4. Shell Programming and Scripting

Need help!! Am just starting to learn UNIX

Dear ALL! i have just started learing UNIX. Can anyone pls let me how to write a program using command line to give product of two numbers ? The program should ask like enter first no and so on. Also,i want to know a program which can display the digits entered in words. Like if entered "1"... (2 Replies)
Discussion started by: chature
2 Replies

5. Shell Programming and Scripting

Need help!! Am just starting to learn UNIX

Dear ALL! i have just started learing UNIX. Can anyone pls let me how to write a program using command line to give product of two numbers /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman;... (1 Reply)
Discussion started by: chature
1 Replies

6. UNIX for Dummies Questions & Answers

Problems starting X windows

After i login i try to start X windows by using the "startx" command. All it does is return "startx: Command not found". Any help would be great.:), By the way I'm using freeBSD. (1 Reply)
Discussion started by: spacebizall
1 Replies

7. UNIX for Dummies Questions & Answers

Changing windows server alias name on windows or unix?

My situation is that we have production unix scripts that ftp files over to a windows server. I'm not sure if its a 2000 or 2003 server as I dont work on server, more on the unix side. It turns out that they are changing servers on the network. So they are migrating our data over from say Server 1... (1 Reply)
Discussion started by: NycUnxer
1 Replies

8. UNIX for Dummies Questions & Answers

starting out in unix

i am trying to learn cgi script (perl), i think to do this i need to download a unix system,/acccount, which i have tried to do on XP without success. Can any one point me in the right direction on how i get started. i.e what do i need to do to actually write cgi script for my website. cheers... (4 Replies)
Discussion started by: rerkskin
4 Replies

9. Shell Programming and Scripting

starting unix

I was wondering if there is a unix version of an autoexec.bat, if there is where will it be? I am new to unix so please be gentle!! (9 Replies)
Discussion started by: imshelpdesk
9 Replies
Login or Register to Ask a Question