Re: Create Infinite Loop In Bash Hardware and Software Linux and Unix by asadalikhan while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good. Re: Cannot run exe from asp.net Programming Web Development by Salem …, but maybe something akin to a glorified point of sale terminal. * Does it have an operating system on it? * Are you… Terminal Server License Expired! Hardware and Software Microsoft Windows by smemflynn …It’s being used as a SQL Application server. Terminal Server was installed on it and the warnings about licenses…connections plus the console login. It says in the Terminal Services Configuration page on the local machine that you can…then I get a warning that any programs installed after Terminal Server was installed, won’t work properly… A … Re: Terminal Server Question Hardware and Software Microsoft Windows by Phlosten … latency. If the latency between your location and the terminal server is greater than 150 ms then your experience is…be lacking. Do a ping from your location to the terminal server address and see what the response time is. … fast IO speeds for the hard drives? Also running terminal server connections at high colour rates can slow things down… Terminal Server Question Hardware and Software Microsoft Windows by workingMan …don't have much experience and knowledge in using/configuring terminal server. I just got some questions that I hope …. [B][U]Case Scenario[/U][/B] We got a terminal server hosted in UK (Windows Server 2003 Standard SP1) and…[B][U]Questions to Asked[/U][/B] 1. Is a terminal server actually this slow, especially in different geographical area? I… Terminal Server issues, constantly disconnecting.... Hardware and Software Microsoft Windows by jime0726 i have a problem with a few users using terminal server....i have configured terminal server to disconnect users after 3hrs of being… be helpful...thanks! also, its a windows 2k server with terminal server 2k installed....building a 2k3 server currently but i… Terminal size Programming Software Development by Renjith VR Can we fix the terminal(console) size according to data displayed? I am working in … displayed in cosole, but before i want to change the terminal to a particular size.otherwise it is not aligned the… data. Any way to change the size of terminal according to the data dispalyed? If anybody knows about this… Re: Terminal size Programming Software Development by Renjith VR … line.Also words cannot broken in middle.But if the terminal is minimize or small(default) then it will not alighn… data accordingly.So any way to adjust this terminal or anyway to keep the terminal size big? i expect ur reply soon Terminal output after jar Restart Programming Software Development by scheppy … is wrapped in a jar. I run the jar from terminal with java -jar ProgramName.jar It will run and will… output all the "System.out.println" outputs in terminal When the program restarts itself, It stops outputing on… terminal. It runs fine and everything, I just want to see … Re: Terminal size Programming Software Development by Ancient Dragon Instead of attempting to change the size of the terminal (not sure that is even possible) figure out how to align the data correctly. That will probably require knowledge of and use of terminfo information because every terminal may be different. Re: Terminal size Programming Software Development by Narue >So any way to adjust this terminal or anyway to keep the terminal size big? That's poor design. Your program's output should conform to the environment, not the other way around. There are ways to find out the size of the console, and you can use those rather than hard coding a size or trying to force a size on the user. terminal server 2k remote control issues through TS manager Hardware and Software Microsoft Windows by jime0726 … cant get one user to remote control another user through terminal services manager. this person has been able to remote control…, would be greatly appreciated....thanks! oh, windows 2k server with terminal server 2k. Re: terminal server 2k remote control issues through TS manager Hardware and Software Microsoft Windows by Thorny … has the rights set up on the RDP Permissions within Terminal Services Configuration on that box) then they can start controlling… let you know, we always use a clone for our Terminal Servers - ensuring they are all the same. It will be… Terminal Server & TS License Server Hardware and Software Microsoft Windows by PCHM I have two Win 2K Servers running Terminal Server. One is also the DC and is running the … 8 connections. Is there something I must set for the Terminal Servers to connect to the License Server? Everywhere I read… Terminal Window in a GUI Programming Software Development by caps_lock … me in the right direction as to how include a terminal window in an exectuable jar file?? Outside the IDE, I… appears in the command promt window to be in a terminal window in a jar file. Any help or examples of… Terminal Size Programming Software Development by Dewey1040 …(if possible) is make the map the size of the terminal, in other words in the main program I have: [code… to try and do is detect the size of the terminal window the user already has. Then pass those x and… Terminal project, based in Java. Programming Software Development by Vampiricx3 … have an idea in mind. I want to create a Terminal (Windows Command Prompt) based completely in Java, capable of creating…. I would like this to also resemble the look of Terminal/Command Prompt. Being the black background, and the text start… Re: Terminal project, based in Java. Programming Software Development by DJSAN10 … have an idea in mind. I want to create a Terminal (Windows Command Prompt) based completely in Java, capable of creating…. I would like this to also resemble the look of Terminal/Command Prompt. Being the black background, and the text start… Terminal style program Programming Software Development by Vampiricx3 … guys, I have the idea of creating a custom Java terminal, I know what I need to do for commands, etc… how to style it like someone would with a UNIX terminal/Windows Command Prompt, or prompt it so that whenever a… Re: Terminal style program Programming Software Development by Vampiricx3 I want to create a terminal that is available on all platforms (Windows, Linux, Apple), that is coded completely in Java, and capable of handling preset commands (cf = create file, cof = compile file, etc). The only thing I'm having trouble with, is creating it to look like the Windows terminal, except with green text. Re: Terminal server profiles Hardware and Software Microsoft Windows by Sugmuffen Make sure you're using an AD-account and configure Terminal Services profile, either manually on the user account or via Group Policy (Computer Configuration\Policies\Administrative Templates\Windows Components\Terminal Services\Terminal Server\Profiles ). Use a path that's accessible from all servers. Re: terminal server 2k remote control issues through TS manager Hardware and Software Microsoft Windows by jime0726 … around a lot with permissions of the rdp clip in terminal services configuration and somehow i was able to give this… Re: Terminal Server & TS License Server Hardware and Software Microsoft Windows by kc0arf … work is evil. You may have to go into the Terminal Services manager, and see if there are restrictions defined there… Re: Terminal Size Programming Software Development by daviddoria … system() to call the appropriate system command to get the terminal size (I don't know what it is, but I… Re: Terminal Size Programming Software Development by Dewey1040 …)); exit(1); } // Create a game on a map with current terminal size Game gameInstance( ws.ws_col, ws.ws_row ) ; gameInstance.run() ; return… Re: Terminal style program Programming Software Development by Vampiricx3 … need to work out how to design my own personal terminal. Re: Terminal style program Programming Software Development by RicardoE [QUOTE=Vampiricx3;1767575]This is perfect! now I just need to work out how to design my own personal terminal.[/QUOTE] Happy coding friend :) Re: Terminal style program Programming Software Development by Vampiricx3 If anyone is able to help me with creating a GUI(?) for this program that resembles Terminal, while coded in Java? Re: Terminal style program Programming Software Development by Vampiricx3 Apparently this only works on Windows. Where-as I want this to be a multi-platform terminal, as I'm on ubuntu. Re: Terminal style program Programming Software Development by Vampiricx3 I already know how to create a text area and how to use them fluently, though. i want to create a terminal.