Launching programs from python and ncurses

I've made a little menu launcher with python and ncurses. It works most of the time, but occationally it does nothing when I select a program to launch.
This is how it works:
1. A keyboard shortcut launches an xterm window that runs the program.
2. I select some program, which is launched via this command:
os.system("nohup " + "program_name" + "> /dev/null &")
3. ncurses cleans up and python calls "sys.exit()"
The whole idea with nohup is that the xterm window will close after I select an application, but the application will still start normally (this was a bit of a problem). This works most of the time, but sometimes nothing happens (it never works the first time I try launching a program after starting the computer, the other times are more random).
So, has anyone got an idea of what's going on or a better solution than the nohup hack?
The whole code for the menu launcher is below. It's quite hackish, but then again it was just meant for me. The file's called "curmenu.py", and I launch it with an xbindkeys shortcut that runs "xterm -e curmenu.py".
#!/usr/bin/env python
import os,sys
import curses
## Variables one might like to configure
programs = ["Sonata", "sonata", "Ncmpc", "xterm -e ncmpc", "Emacs", "emacs", "Firefox", "swiftfox",\
"Pidgin", "pidgin", "Screen", "xterm -e screen", "Thunar", "thunar", \
"Gimp", "gimp", "Vlc", "vlc", "Skype", "skype"]
highlight = 3
on_screen = 7
## Functions
# Gets a list of strings, figures out the middle one
# and highlights it. Draws strings on screen.
def drawStrings(strings):
length = len(strings)
middle = (length - 1)/2
for num in range(length):
addString(strings[num], middle, num, length)
stdscr.refresh()
def addString(string, middle, iter_step, iter_max):
if iter_step < iter_max:
string = string + "\n"
if iter_step == middle:
stdscr.addstr(iter_step + 1, 1, string, curses.A_REVERSE)
else:
stdscr.addstr(iter_step + 1, 1, string)
# Returns a list of strings to draw on screen. The
# strings chosen are centered around position.
def listStrings(strings, position, on_screen):
length = len(strings)
low = (on_screen - 1)/2
start = position - low
str = []
for num in range(start, start + on_screen):
str = str + [strings[num % length]]
return str
## Start doing stuff
names = programs[::2]
longest = max(map(lambda x: len(x), names))
# Start our screen
stdscr=curses.initscr()
# Enable noecho and keyboard input
curses.curs_set(0)
curses.noecho()
curses.cbreak()
stdscr.keypad(1)
# Display strings
drawStrings(listStrings(names, highlight, on_screen))
# Wait for response
num_progs = len(names)
low = (on_screen - 1)/2
while 1:
c = stdscr.getch()
if c == ord("q") or c == 27: # 27 = "Escape"
break
elif c == curses.KEY_DOWN:
highlight = (highlight + 1)%num_progs
elif c == curses.KEY_UP:
highlight = (highlight - 1)%num_progs
elif c == curses.KEY_NPAGE:
highlight = (highlight + low)%num_progs
elif c == curses.KEY_PPAGE:
highlight = (highlight - low)%num_progs
elif c == 10: # actually "Enter", but hey
os.system("nohup " + programs[2*highlight + 1] + "> /dev/null &")
break
drawStrings(listStrings(names, highlight, on_screen))
# Close the program
curses.nocbreak()
stdscr.keypad(0)
curses.echo()
curses.endwin()
sys.exit()

Try:
http://docs.python.org/lib/module-subprocess.html
Should let you fork programs off into the background.

Similar Messages

  • Running LV VI / program from python

    Hi,
    I have an automation SW written in python and I would like to get my LV measuring capabilities in to that
    meaning calling the LV program and get the measured results back to my PY scripts
    in LV i use the DAQMX to measure
    if someone can help me with a small start programmer that would be helpful
    using NI 6289 DAQ MX to measure differential voltage
    thanks
    Assaf

    You could build your LabVIEW VI into a DLL and easily call that from Python using ctypes.
    Attached is a very simple project with two VIs - AddNumbers.vi and SubtractNumbers.vi. You need to create a build specification for a DLL that includes these.
    Right Click Build Specifications and select New/Shared Library (DLL)
    Change the Target filename to LabVIEWMath.dll (or you have to edit the Python file that I included)
    Change the Destination directory to the directory that contains the attached example project (not good practice but convenient here)
    Select Source Files
    Move AddNumbers.vi to the Exported VIs by highlighting them and clicking the blue arrow
    Keep the defaults on Define VI Prototype (make sure you have C Calling Conventions selected)
    Repeat the previous two steps for SubtractNumbers.vi
    Click Build
    Now from a command prompt, change to the LabVIEW example project directory and run the attached script 'Call LabVIEW.py'
    =====================
    LabVIEW 2012
    Attachments:
    Calling LabVIEW From Python - LV 82.zip ‏8 KB

  • Is the program from FiuneDeaalSuoft, and its associated links, causing problems?

    A program from FiuneDeaalSuoft somehow appeared in my Firefox Add-0ns as of 2 days ago (08212014) according to Control Panel-Programs. I don't recognize it, but possibly I mistakenly clicked on an acceptance interface without realizing it. The ad re-directs which it caused were onerous and invasive. The re-directs first started appearing when I received a message advising me to update some other programs. I have a list of most of them. It seemed to start I went onto a Windows web page, for Windows Live Movie Maker,
    < http://windows.microsoft.com/en-us/windows-live/movie-maker-file-types-faq?wlexpid=FC1B09C67C184525852C59C15A0F465E >
    which had 3 block ads at the top from FiuneDeaalSuoft. The links for those three ads were:
    < Microsoft.iYogi.com > phone 855-558-2498,
    < Microsoft-Windows.iYogi.com > phone 855-558-2498, and
    < Microsoft-Support.pchelpdesk.co > with no phone showing in my screenshot of the ad but it is probably the same as given later herein, 855-677-5531.
    I removed the FiuneDeaalSuoft program from Add-ons, but I still seem to be getting some pop-ups and re-directs. Looking in Control Panel, I see that the program name is slightly different: FuineDealSOfti from FineDealSofT. This program was extremely aggressive and persistent. In Control Panel, I see other programs which I am also concerned about. IDT Audio from IDT has been on my computer a while, but I can't remember much about it. Pinger from Pinger, Inc. shows that it was installed in Dec. 2013 before I bought the computer. WidgetServ 1.0 from Softomate, LLC. is through Firefox. WinSpeed from 24soft installed in April 2014 is another program which I don't know much about. Can anyone offer further analysis and review or comment of any of these programs, please, with advice as to whether you have found them useful or problematic?
    The software from FiuneDeaalSuoft will be uninstalled from Control Panel since I am convinced that it is very invasive and a lot of trouble. An Install Manager from dwnllistsoft.com was part of the pathway. It wanted to re-direct to < http://uhi.inureknittingrectrix.com >, which had code sections referring to < plh.tractionize.com >; < WhiteLabelBidRequestHandlerServlet >; < www.srv2trking.com >; < LTSanitizer.aspx >; and < www.ascentive.com >.
    The original message seemed to be one which advised that "Video Update Recommended".
    Another had the Firefox logo and advised that "You are currently browsing the web with Firefox and your Video Player might be outdated". The webpage address was:
    < http://www.lpmxp2129.com /7655407A3F26415F243E342D4D472B54AE35515F1068A175E1CFD6181CD0B859E09383E5EAA7EDFE90932B3B86A7E9D8?tgu_src_lp_domain=
    www.dnwyoursoft.com&ClickID=426139843&PubID=1258 > (which could have a small editing error).
    A smaller front screen appeared as an overlay which said "Recommended" and then " You are currently browsing the web with Firefox and it is recommended that you update your video player to the fastest version available. Please update to continue."
    Some other urls which appeared were:
    < http://www.srv2trking.com/LTSanitizer.aspx?u=http%3a%2f%2fwww.ascentive.com%2frun%2fclick%2fSEC_CPA%2fgo%2fFFTV%3fc1%3d08_107761803_ed31ad73-fc16-40f5-9cad-cccc044ea1f4
    %26c2%3da-0-2464-2418-27346-0-223-0_177593 >;
    < https://interyield.jmp9.com/InterYield/optout.do >;
    < http://download1181bucket.com/go/windowsupdate?_alc=1&_cb=1&_ep=1&_sd=1&adprovider=advertisecom&source=advertisecom_driverupdater-us-dt-ron6&
    subid=66385-1017_1008_us&subid2=interyield+jmp9&servpixel=1408768365016_1408768324035_109_469_5987611_1 >
    which offered a Windows 8 update with a small front screen overlay message saying "WARNING! Please Install Update To Continue." while the main screen had a message that it was a "Windows 8 Update" with the admonition that "You are currently using - Windows 8 - which is now outdated... Please install the latest update to enhance your computer's security and performance." (part of the window screen capture was missing the full text, so I had to guess part of the message);
    (NOTE that the previous entry may have a disconnect between the url and actual screen, since i could not reproduce the result);
    < http://pmptrk.com/t/o/12/ > was another redirect;
    < http://updatingdriversnow.com/ujp1/?source=MG_EBT-RED&kw=ubid >
    another which offered a Java Update (13?) which had a front screen "Java Recommended" and "It is recommended to have Java in order to proceed.";
    checking on a contact link for the Video Update,
    < http://www.lpmxp2129.com/eQBQL8o9/videoupdater/contact.html >
    was the url;
    < http://pcupgradenow.com/su/en/4/a9551d18bc46aa01436d6fbb3caf46adc84f910f073379322921d15717c8caa4:1408769323/?a=anothervars&b=39500638&sid=ADV-sft-555&filename=Software_Update&uid=1408769323444_1408768975263_125_415_5966399_1 >
    appeared with a front screen overlay message saying "UPDATES RECOMMENDED! It is recommended that you install the software to ensure your browser is the latest version. Please update to continue.";
    the previous link had "Transferring data from static.getclicky.com" in the bottom left corner of the screen;
    another screen with url
    < http://pckeeperapp.zeobit.com/land/7.13/index.php?affid=mzb_196.8233409.1408767556.2.mzb&utm_source=ldmpcts&utm_medium=popunder&utm_campaign=pck_ldmpcts_15aug_ff&utm_term=&utm_content=&userDefiner=mzb_2380&installer=&trt=33_22526071&alert=301&tid_ext=antivirus >
    was very realistic (and for all I know is legitimate), showing a logo for PCKeeper, a front screen block titled "Important Message" with "Your PC Performance is Poor." and a "Fix Now" selector button;
    the main screen of the previous url had the overhead title of "How to Fix The Windows 8.1 error" which is somewhat peculiar since "The" is capitalized while "error" is not;
    also the previous screen had 1. a picture of an attractive smiling young man with a reference book titled "Microsoft Certified Technology Specialist", 2. several links for various PCKeeper options, and 3. at the bottom, block ads for AAA and alleged referrals from "The Wall Street Journal", "MAXIMUMPC", and "Business Wire" and 4. a warning that "You may be presented with an optional offer(s) during INSTALLATION" which was the link followed another link for "learn more";
    < http://pchelpdesk.co/cp/support-for-microsoft.php?affiliate=63783-86_777 >
    was a web page for pchelpdesk.co which gave a phone number of 855-677-5531 for "Instant Tech Support for Microsoft r-copyright Products by Expert Technician";
    < http://techieschoice.com/l2/support-for-microsoft.php >
    gave a phone number 855-677-9945 with another convincing webpage which even had several testimonials;
    < http://windows.microsoft.com/en-us/windows-live/movie-maker-file-types-faq?wlexpid=FC1B09C67C184525852C59C15A0F465E >
    was one of the original webpages from which this
    detour first began with a header of "What kind of files can I use in Movie Maker?";
    < http://aff2click.com/?a=939&c=8108&s1=14714782&s2=w.ascentive >
    which I do not have a screenshot for;
    < http://apps4u.pw/v14/?entry=&exit=&i=eyJ0IjoxNDA4NzcwOTQ1Mjk5MTU4MzA4LCJjIjoiNTM4ZWQzZGNiYjMyMTM2ZDE3YzI3ZWUwIiwidSI6IjA5MzQ4ZWM2
    IiwiZSI6MC4wMjEsIjEiOiJ2MTQtQ29udHJvbCJ9&url=gt.penga.info >
    had the header "Recommended Download!" followed by "You are currently browsing on Chrome 35" and "Please Install the RECOMMENDED SOFTWARE -< which was the link > to Confirm You are Using the Recommended Version." along with other embedded links, options and disclaimers;
    < http://landing.driverrestore.com/ldimp/02/en/?brand=Windows&subid=US|EN|windows*download >
    for which I have no screenshot;
    < http://lp.get-soft.com/mpc____________/?o=42&campid=14403&creaid=6104&reqid=571734621 >
    with no screenshot;
    < http://trk8.com/base.php?c=109&key=5555c230910ebedab5128d543147c7c6&keyword=.ascentive.co > with no screenshot; and
    < http://downloadjust4u.com/download/firefox3/ > with no screenshot.
    I may have missed a couple or so urls, especially the intermediate transition urls, since they tended to change very quickly. Any of my screenshots are freely available if they can offer any further value.
    I am still uncertain if I am making this a bigger deal than it actually is. Knowledgeable feedback from anyone would be appreciated.
    Thanks to everyone at Firefox. It has been my favorite browser for a few years now.
    James

    hello james, please don't open multiple questions for the same issue.
    i'm going to close this thread - please continue in your original one at https://support.mozilla.org/en-US/questions/1016716
    thank you!

  • Problems launching Bridge from Photoshop and opening files as smart objects in Photoshop from Lightr

    I am running Photoshop CC (up to date as of today) and Lightroom 5.2.  I  am hitting 2 major problems.  In Photoshop if I select File/Browse in Bridge I get the following message
    "Could not complete the Browse in Bridge command because Photoshop was unable to find the JavaScript plug-in".
    However if I simply launch Bridge as an application it works ok (now I have reset the default application for all the appropriate file extentions to Photoshop CC rather than Photoshop in Bridge preferences) and opens the file in Camera Raw 8.2 in Photoshop when a Raw file is double clicked.
    The second problem is associated with opening raw files in Lightroom 5.2, editing and then trying to "photo/edit in/Open as smart object in Photoshop" .  In this case Photoshop opens with a blank screen and nothing happens  Eventually about a minute later this message appears in Lightroom 5.2
    "The file could not be edited because Adobe Photoshop CC could not be launched."
    Rather strange message as the first thing that happened was that Photoshop CC opened!!
    Same thing happens if try "photo/Edit in/Edit in Adobe Photoshop CC" except that having shut down photoshop I see a message from Lightroom 5.2 saying
    Lightoom was unable to prepare the selected file at ..... for editing.  It will not be opened.
    When I click the OK button on this message low and behold the tif version of the RAW file opens in Photoshop. ready for futher editing with all the Lightroom edits applied.
    Can anyone help me in sorting out this problem please
    Operating system is Windows 8 64 bit and I am running the 64 bit Adobe applications.

    Solved the problems by uninstalling Bridge and Photoshop then going into Creative Cloud App and re-installing both.

  • Calling one program from another and gettting values back

    Hello All,
    I am calling subroutine program X from a payroll function.  I am not able to get internal table back in my payroll program.
    This subroutine in program X is being used by some other reports in folLowing way and successfully returns values.Following sysntx is being used in suucessful implemetaiton of this piece of code.
    perform fill_rt2 (RPXXXX) USING BEGDA ENDDA PERNR.
    If i try doing that from payroll function, rt2 gets refreshed once control comes back to payroll.
    Please help.
    Thanks
    Samir

    try this ...
    Do not declare RT2 in both programs, only declare it in Calling progrm HNZLCALC0.
    Then use perform like this:
    perform GET_RESULTS (hnzuclro) using begda endda pernr CHANGING RT2.
    and ...
    Caller prpgram HNZUCLR0 : rt2 declared here in main program <- remove RT2 from here
    FORM GET_RESULTS using begda endda pernr CHANGING RT2
    FILL RT2.
    ENDFORM.
    let me know if it works, I do not have SAP right now, I can check syntax in the morning.

  • Launch PDF from HTML and execute search

    Is it possible using JavaScript in an HTML doc to launch a PDF and execute a search.query with a passed-in search parameter? TIA

    Hello, George, thanks for following up.  I went into Advanced->Document Processing->Document JavaScripts and put the code at the top of the file outside of the dummy function declaration I had to insert to activate the edit button.  It looks like this:
    // Split the file path into an array
    var aPath = this.path.split("/");
    // Remove the last element, which is the file name
    aPath.pop();
    // Join the path elements back together and add the index file
    var cIdxPath = aPath.join("/") + "/Support Documents/SupDocs.pdx";
    search.query ("Enhanced Tactical Automated Security System (eTASS)", "Index", cIdxPath);
    function Search()
    It runs fine when I launch the PDF directly into the reader by double-clicking in file explorer in the folder above "Support Documents".  When I load the PDF from an HTML file in the same folder, however, the script does not run.  I set the reader preferences to force loading in the reader even when launched from a browser, and the script still will not execute.  I tried adding a button to the PDF and attaching the search script to it.  Again, it runs when launching directly but not from the HTML document.  Otherwise, the PDF is empty, and I'm using a relative URL and JS to load it from the HTML doc, such as:
    document.location = "mySearch.PDF"
    or
    window.open("mySearch.PDF", "searchwin");
    Neither one works.  This product has to run from a CD-ROM, so I haven't bothered to test it via http service.  Any suggestions?  Thanks again!
    Jon Camp
    Senior Computer Scientist
    Applied Research Associates, Inc.
    North Florida Division
    Training Solutions Group
    430 W 5th Street Suite 700
    Panama City, FL  32401
    comm: 850-914-3188 x203
    fax: 850-914-3189
    email: [email protected]

  • Arch programs from repos and multithread support

    Support of how many CPU cores/threads maintainers compile programs with? Programs which are available from Arch repositories.

    Mr. Alex wrote:
    graysky wrote:The programs don't have specific support AFAIK
    https://wiki.archlinux.org/index.php/Makepkg
    The MAKEFLAGS option can be used to specify additional options for make. Users with multi-core/multi-processor systems can specify the number of jobs to run simultaneously. Generally -j2, plus 1 for each additional core/processor is an adequate choice. Optimizing for multiple cores can sometimes increase compiling performance, shortening compile times. However, be warned that occasionally using anything but the default can cause compilation problems, though many have agreed that -j3 is fairly safe to use for the majority of packages.
    This only affects how many threads that make will spawn. It's compile time only and won't change the behaviour of the resulting binary one bit.
    A single threaded app will always be single threaded, even if your compile forked off 30 threads when it compiled it.
    Last edited by Mr.Elendig (2010-12-20 16:16:00)

  • Launching programs from adobe reader on linux/unix

    I am hoping someone has solved this problem before:
    We use pdf for our product manuals and have a large set of examples that we want to allow the user to open by clicking a button. In past releases (pre 8.0 et al) we have not had a problem opening things and we still don't on windows but now, whenever we click on our open buttons we get text of the file in a browser and can not seem to change this behavior.
    I have modified Nautilus and konqueror such that double clicking on our files open the application but this does not change the behavior.
    Prior to this we were using a script - open script results in launching our application on said example file.
    How can we recover this behavior for our users? it makes our example manuals all but useless on Linux/Unix.
    Thanks!
    Dan F.

    Hi,
    Can you please share the PDF file so we can investigate the issue? You can email it to gaurav at adobe dot com.
    Thanks,
    Gaurav

  • Launch programs from file.jsp ?

    i am working about a web application in jsp and i must submit an input, for example pasted by the user in the html form,as an input for others programs which are not written in java but in c or perl.
    have you ever done something like that ?
    are there functions to do it in java ?
    if you can help me,thank you a lot
    cris

    Hiya,
    Taken simple, this is how it would be done in a java application and this is how I would do it in a JSP file:
    <%
    // Acquire the system runtime
    Runtime r = Runtime.getRuntime();
    try {
      // execute the program
      Process p=r.exec("c-program.exe");
      // do io
    � BufferedReader in =new BufferedReader(new InputStreamReader(p.getInputStream()));
    � String line;
    � while ((line=kbd.readLine())!=null)
    ����System.out.println(line);
    � } catch (Exception e) {
      � System.out.println("Exception: " + e.getMessage());
    � }
    }Neglect not the import of the necessary java.io.* packages.
    Hope this helps,
    -ike, .si

  • Activating only one program from Design and web?

    So, I downloaded the trial of design and web and decided I only wanted to buy Photoshop because $1800 is a bit too much for me, but I need the program.
    I don't want to have to re-download it because it already took 3 hours for design and web to download.
    so is there a way to individually activate the programs, or is it a packaged deal?

    No, it's not possible. You need to download the separate program and install it.
    Mylenium

  • MacKeeper for new imac is a program from Apple and ok?

    Ich habe neu einen IMAC, da kommt ein Reinigungsprogramm MacKeeper, ist das amtlich und in Ordnung und bringt es was?

    MacKeeper ist nicht von Apple, es gemacht wird und von Menschen, die Geld ohne Angabe nützliches Produkt machen wollen gefördert.
    Niemand mit Mac Erfahrung empfehlen die Nutzung dieser Anwendung. Diese usless Software verlangsamt den Mac herunter und tut nichts, dass das Mac-Betriebssystem wird kostenlos tun. Installieren Sie es nicht.

  • I use my Apple TV mostly to stream from Netflix, and up until recently it worked perfectly.  Now the film freezes ever minute or so and it takes another minute to start up again.  This doesn't happen when I stream directly onto my laptop.

    I have had an Apple TV for over a year.  I use it mainly to stream programs from Netflix, and up until a few months ago, I had no poroblems.  Now it has become impossbile to watch a Netflix program on my TV because the film freezes every couple of minutes, or less, and seems to be downloading.  It starts again, but the same thing happens in a couple of mnutes more.  I have tried pausing the film for a few minutes to let it download, and I have even started a film, and then paused it, half an hour before starting to watch it, hoping that this would allow the entire film, or most of it, to download, but it hasn't helped.  I don't have this problem when I download directly from Netflix onto my laptop, but then I don't need Apple TV.  Of course, I'd rather watch films on my TV than on my laptop.  Any suggestions other than buying a new Apple TV after just over a year?

    I also found the following post about a TV interfering with wireless networking:
    https://discussions.apple.com/message/17354146#17354146
    When I was searching I also found similar problems with screen brightness affecting wireless networking in iPads and MacBooks. So it seems like screen backlighting can generate wireless interference. The joy of technology.

  • How to call a program from FM which acts as popup?

    Hi,
    I need to call a program from FM and once the program is called it needs to be opened as a popup. Maybe we need to assign size when we call from FM or do we need to give size in the program it self?
    I know i can either use the Submit command or Call Transaction command. But that it self will open a full screen which i dont want. It needs to be of a smaller size.
    Any help will be appreciated.
    Thanks

    Hi,
    Try this,
    REPORT ZEX_POPUPSCREEN .
    *&  POPUP SCREEN
    * Table Declaration
    TABLES VBAK.
    * Start of Selection
    START-OF-SELECTION.
      SELECT * FROM VBAK.
        WRITE / VBAK-VBELN HOTSPOT ON.
      ENDSELECT.
    * Display the screen
    AT LINE-SELECTION.
      WINDOW STARTING AT 10 10
             ENDING   AT 40 25.
      WRITE:/ 'VBAK-VBELN, VBAK-KUNNR'.
    Regards,
    Nikhil.

  • I bought TV program from iTunes last night but I can't view it on iPad. anybody knows how to solve this problem?

    I bought TV program from iTunes and I can play it on MBP. But when I tried it on iPad, it returned viewing error. I searched for the solution but all I got was to convert the file to iPad version. Unfortunately, when I selected the file, Advance Menu was greyed out. I appreciate it if anyone can tell me what to do.

    iTunes prefs > Store.
    Tick Show iTunes in the Cloud purchases.

  • Transferring Reunion 9 (Family Tree) Program/ from MacBook to MacBook Pro.

    Hi all! I upgraded my 2 year old MacBook in November for a MacBook Pro. Before I updated I had purchased Reunion 9.
    Now I need Reunion 9 on my new MacBook Pro, but I have no idea how to transfer it! I was able to transfer the actual program to the new computer, but not the account.
    Any idea???

    Well apparently, on top of the $100 I paid for the program to begin with I have to shell out another $10 for a replacement CD. Awesome.
    Because I purchased the program from Apple and NOT directly from them as a download they can't do anything to help me other than take my money some more.
    I guess I'll have to do some digging!
    Thanks for trying to help!
    Kathy

Maybe you are looking for

  • Total line in PA report painter

    Hi, I have a problem with total line calculation in KE30 report. I have defined a few colomns in the form like gross sales, discounts, returns by some customer and I have written a MAX formula for one colomn. When I select material for drill-down. th

  • How to move my iTunes library from Windows PC to new Mac

    I have been using a PC running Microsoft Windows 7 64 bit for the last 12 months or so. I have now purchased a Mac. I want to move my iTunes library from the PC to the Mac. The PC setup is running the latest version of iTunes for Windows, however, th

  • Automatic Post Goods Issue Of Stock Transport Order

    Here is the scenario: We are using stock transport order to logically move inventory from one company to another company inside the same physical location. The material# is the same but the plant# is different. Process is as follows: Associate enters

  • Urgent!! cant download  file to motorola

    hai there I have develop a wml site and i can access it from mobiles except motorola. As i click the link to download it is showing that no content found but i check the content in the specified location ant it is there. and it can be downloaded usin

  • Configuration in Integration Builder

    Hi! When I have got configuration of connection XI to MSSQL and RFC connection XI - ERP on XI Development system I have to do this all configuration once again on XI QUA and XI Production system or is any other way to transport this configuration to