How can I start a cygwin application from windows 7 command prompt?

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions How can I start a cygwin application from windows 7 command prompt?
# 1  
Old 03-05-2014
How can I start a cygwin application from windows 7 command prompt?

I have compiled an application called tmesh.exe, that was compiled for the cygwin, win7 platform. I wonder, if I do that outside X window, Is there a chance that I can run it on the command prompt of windows 7? (tmesh:4048): Gtk-WARNING **: cannot open display: THANKS Jack
# 2  
Old 03-06-2014
yeah, I've got it working.
But I got corrupted memory problem. Does anyone know about this error?
How can I start a cygwin application from windows 7 command prompt?-sparc-station-errorpng
# 3  
Old 03-06-2014
This second issue doesn't seem to have anything to do with the abstract now. Is this an actual sparc or is it a VM. It looks like it's hanging on booting after attempting to correct the condition. Take a look at your output. Does this sequence happen everytime?
# 4  
Old 03-07-2014
The OS is running on an emulator. The emulator itself was compiled out of this source. The Machine Emulator I tried to re-create the nvram file everytime, and the error re-appeared and re-appeared. Nup, it actually doesn't happen the first time the nvram file is created, but every second time the emulator was booted. I first boot into the emulator, after the welcome message appears, I attach the Solaris 2.4 image onto it. But the screen happens as a final result. Just trying, even swapping for another image, like Solaris 2.5, doesn't help at all. Don't know if the error is caused by my compilation. I followed all the steps provided in the web page on how to use tme properly. Quite hairy Thanks for your time Jack

Last edited by lucky7456969; 03-07-2014 at 02:05 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to start powershell with shebang from windows/cygwin/bash?

I would like to the the windws8/cygwin/bash shebang feature to start a powershell script. I do a "chmod +x set-sound.ps1" and then at a bash prompt I do ./set-sound.ps1 The first line of ./set-sound.ps1 #!powershell.exe -ExecutionPolicy unrestricted The result is the result: ... (5 Replies)
Discussion started by: siegfried
5 Replies

2. UNIX and Linux Applications

Cygwin application not working on my machine.

I have windows XP machine. Today i have tried to install Cygwin, I've downloaded all the packages then ran the setup. It's showed completed. But when i try to open this it's not working. Do i need to do anything extra for this..? Please help... (3 Replies)
Discussion started by: pamu
3 Replies

3. Windows & DOS: Issues & Discussions

Start windows application (.bat) from Unix

How can I start an application sitting on a windows machine (XP) from Unix shell script (AIX server) ? (6 Replies)
Discussion started by: pkan
6 Replies

4. UNIX Desktop Questions & Answers

Can Unix access Windows' File through Command Prompt in Unix

Hi all, I wish to know whether Unix can access window's file in Unix's terminal? Apart from that, how to copy files or share files between Window and Unix? I get to know of secure copy, however, my company's Unix does not support the feature of secure copy? Any other method for me to share/... (5 Replies)
Discussion started by: jessy83
5 Replies

5. Shell Programming and Scripting

Use Unix shell script to open Windows command prompt (cmd)

Hello, I work on Windows and I use Putty to access a remote UNIX server. I am trying to build a shell script that will have as main task to open the Windows command prompt (cmd) and run some Windows commands thereafter. The commands are actually file transfer commands that will download a file... (14 Replies)
Discussion started by: rookie2785
14 Replies

6. UNIX for Dummies Questions & Answers

startX windows application during boot.....putty connection takes the windows

Dear all i am new to linux/debian i run my application on the computer...during startup in bashrc i wrk wid dis script to invoke startx..i do this above command and it works perfectly... if && ; then startx -- -br 1>/dev/null exit 0 fi i use winscp for file transfer and putty for... (1 Reply)
Discussion started by: venkat_330
1 Replies

7. UNIX for Advanced & Expert Users

Is it Possible to Start Tomcat Manager using command prompt!

Hi All, wget http://<username>:<password>@<hostname>:<port>/manager/list -O - -q using this command i can able to stop , start , reload everything i can able to do once i start the tomcat , now i have some doubt legends. 1. Is this is a secure way using wget to start, stop, reload the... (0 Replies)
Discussion started by: anishkumarv
0 Replies

8. Shell Programming and Scripting

MKS KORN SHELL WONT EXECUTE from windows command prompt

Can anybody help me with this small script , the script works fine and launches the IE from c:\documents and settings \test\my documents>ksh prompt $RunURL1.sh this scitpt works and launches the ie from ksh , but when i schedule it to run the script then i get the error box saying command:1... (2 Replies)
Discussion started by: venu
2 Replies

9. Windows & DOS: Issues & Discussions

closed-source application & CygWin

Is it possible to install closed-source applications on CygWin? (7 Replies)
Discussion started by: Xterra
7 Replies

10. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies
Login or Register to Ask a Question