Sponsored Content
Full Discussion: DOS to Unix translator
Top Forums UNIX for Dummies Questions & Answers DOS to Unix translator Post 45954 by RTM on Tuesday 6th of January 2004 10:59:24 AM
Old 01-06-2004
This link should help with commands for a start.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix Equivalents to the following Dos Commands

cd... dir... rem ... type... del... copy... mkdir... rmdir... attrib... And how can I get this information? My email address is ***removed*** By way the 001 are numbers. (3 Replies)
Discussion started by: jaquar85
3 Replies

2. Shell Programming and Scripting

Dos to Unix conversion

Hi ! I need to convert a DOS batch file to Unix Shell script. Can anybody help me by providing equivalent Unix shell script code to this DOS batch code?. for /F "tokens=2,3,4 delims=/- " %%i in ("%date%") do set DateStamp=%%k%%i%%j Any help would be great. Thanks, John. (1 Reply)
Discussion started by: john413
1 Replies

3. UNIX for Dummies Questions & Answers

XML Translator to run in UNIX

Hello, newbie (non-techie) here. I'm a business analyst for a software company in the Bay Area. A project I just got assigned to involved researching for an enterprise version of a XML translator that will run on UNIX. I'm looking for something that won't be too costly to purchase as the... (4 Replies)
Discussion started by: Antsy
4 Replies

4. Cybersecurity

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (1 Reply)
Discussion started by: shrb78
1 Replies

5. SCO

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (1 Reply)
Discussion started by: shrb78
1 Replies

6. Windows & DOS: Issues & Discussions

telnet from unix to dos

hi eveybody, i use sco unix as server and dos as client . how i can connect from unix server to dos client ( how to telnet to dos and run commands?)? thanks. (8 Replies)
Discussion started by: shrb78
8 Replies

7. UNIX for Dummies Questions & Answers

unix language translator

Does there exist a unix program which takes as input a word (say in french) and returns its translation into another language (say english)? Alternative questions: 1) Where is an appropriate place to post such a question? 2) Where is a good place to find interesting unix programs? (2 Replies)
Discussion started by: dmbster
2 Replies

8. Shell Programming and Scripting

Dos-Unix Connectivity

Hi, Is there any method to connect unix box(Excecuting unix commands through Batch Files) through DOS prompt. (1 Reply)
Discussion started by: shekhar_ssm
1 Replies

9. UNIX for Dummies Questions & Answers

UNIX/MS-DOs scipt

Is any one who know a good tutorial for Unix bash script and Ms-Dos scipt?? if yes, if is possible to upload it or give me the link??? What is the difference betwwen uvix and ms-dos script?? (1 Reply)
Discussion started by: Tom2
1 Replies

10. UNIX for Dummies Questions & Answers

[Solved] DOS to Unix Help

I am in the process of converting a batch script into a shell script for CentOS but am a complete Unix newb. I have the follow Windows batch code: for /f %%a in (C:\STEAMINVITE\extractor\workfile3.tmp) do C:\Python27\Python.exe C:\STEAMINVITE\extractor\sidconv.py %%a >... (2 Replies)
Discussion started by: spinner0205
2 Replies
XtSetKeyTranslator()													      XtSetKeyTranslator()

Name
  XtSetKeyTranslator - register a key translator.

Synopsis
  void XtSetKeyTranslator(display, proc)
	 Display *display;
	 XtKeyProc proc;

Inputs
  display   Specifies the display from which to translate the events.

  proc	    Specifies the procedure that is to perform key translations.

Description
  XtSetKeyTranslator()	registers  the	specified  procedure  as  the current key translator.  The default translator is XtTranslateKey(), an
  XtKeyProc that uses the Shift, Lock, and group modifiers with the interpretations defined by the X11 protocol.   XtTranslateKey()  is  pro-
  vided  so  that  new	translators can call it to get default keycode-to-keysym translations and so that the default translator can be rein-
  stalled.

  See XtKeyProc(2) for an explanation of the responsibilities of a key translator procedure.

Usage
  The key translator procedure is called by the Translation Manager to convert incoming keycodes and modifier bits to keysyms.	The only rea-
  son you would have to write and install your own key translator procedure is if you were working with non-standard keysyms.

  The only way to remove a translator is to register a new one.  For example, the default key translator (XtTranslateKey()) can be explicitly
  reinstalled.

See Also
  XtConvertCase(1), XtGetKeysymTable(1), XtKeysymToKeycodeList(1), XtRegisterCaseConverter(1), XtTranslateKeycode(1), XtTranslateKey(1),
  XtKeyProc(2).

Xt - Keyboard Handling													      XtSetKeyTranslator()
All times are GMT -4. The time now is 08:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy