Search Result

Collapse
10 results in 0.0030 seconds.
Keywords
Members
Tags
shell
  •  

  • mohangauns
    started a topic Bad variable error while using arrays

    Bad variable error while using arrays

    when i read values from user in an array, It displays Bad Variable error.
    code is given below.
    Code:
    count=0
    while [ $count -lt $n ]
    do
     read arr[$count]
     count=`expr $count + 1`
    done
    where n is maximum number of elements in an array.
    See more | Go to post

  • apaka
    started a topic Thumbnail shell extension .NET

    Thumbnail shell extension .NET

    Does anybody know a working sample how to write thumbnail shell extension that works on XP, or give me a clue how to implement IExtractImage2 interface and requied structs? Thanks in advance.
    See more | Go to post

  • dhimok
    started a topic How to manipulate a string, variable in shell

    How to manipulate a string, variable in shell

    Hei everyone!

    I have this variable in shell containing paths separated by
    a space:

    Code:
    LINE="/path/to/manipulate1 /path/to/manipulate2"
    I want to add additional path string in the beginning of the string and as well right after the space so that the variable will have the result something like this:

    Code:
    LINE="/additional/path1/to/path/to/manipulate1 /additional/path2/to/path/to/manipulate2"
    ...
    See more | Go to post

  • Raven7738
    started a topic Can I write a shell code in Access 2007?

    Can I write a shell code in Access 2007?

    Hey,

    I have an autoexec macro in my program. When the frontend of the program opens up, I want the macro to run a module to check the local drive (C:) for the same program. If the program is in the C: drive, I want the open program to overwrite the original program. If not, I want it to save a new copy in the C: drive. I also would like this to happen without the user being asked where to save or what to call it.

    ...
    See more | Go to post

  • Character Limit on file property value returned by getDetailsOf?

    I'm using Access/VBA to traverse a file directory and produce a table of contents, including the keywords in the files' extended properties.

    I've been able to successfully do this using the getDetailsOf method of the shell.namespace .folder object. However, I've noticed that for files with lengthy keyword strings, only a part of the keyword value is returned--not the entire thing.

    Does anyone know if there is a limit...
    See more | Go to post

  • drexnefex
    started a topic Cron a .sh that outputs txt files

    Cron a .sh that outputs txt files

    hello - i have a cron job that runs a .sh script. the .sh script outputs a few txt files to the same dir it resides in.

    when the cron runs, it outputs the txt files to the root of my website rather than to the sub-dir that the .sh file resides in.

    any idea what i need to do to get the cron to write the txts files the .sh script generates to the same dir?

    here's my cron
    */30 * * * * /pathtomyscript/script.sh...
    See more | Go to post

  • 95ulisse
    started a topic Windows Shell Context Menu

    Windows Shell Context Menu

    Hello everyone,
    I'm new to the forum and this is only my second post, so I apologize in advance for any mistakes.

    This is my situation:
    I'm using Microsoft Visual Studio 2008 with .Net Framework 3.5.
    I'm developing an extension of the Windows Shell Context menu, and I did it, but I have a problem:
    when my menu is invoked on the links (*.lnk), it doesn't work and prevents the upper voices.
    This only...
    See more | Go to post

  • Thebuilderofdoom
    started a topic Py2exe complier Shell

    Py2exe complier Shell

    when i write a program in python compile it with py2exe and how you shell the complied .exe Like:
    Code:
    Shell test.exe C:\test1.txt
    it will write pie at the end
    so how you do it?
    See more | Go to post

  • ajester
    started a topic Launch WinWord(Word) from incorrect directory

    Launch WinWord(Word) from incorrect directory

    I need WinWord to look like it's being executed from the correct path: C:\Program Files\Microsoft Office\Office12 \WinWord.exe when in reality it's being launch from a Java app using the path C:\Program Files\Microsoft Office\Office11 \WinWord.exe. A program (Java) from the Internet (so it only knows the configuration it has stored) launches 'C:\Program Files\Microsoft Office\Office11 \Winword.exe' and sends it a macro to build a form on the client....
    See more | Go to post

  • RomeoPapacy
    started a topic Shell Hooks and explorer.exe
    in C

    Shell Hooks and explorer.exe

    I'm trying to write a replacement shell for Windows at the moment i have a working system tray and (sort-of) working taskbar.

    The issue at the moment is the Taskbar is failing to receive window created/activated/destroyed messages when run on it's own.
    If I run it on top of explorer it works fine. Even if i kill explorer and run it, it will work fine, but if a log into my user account with cmd.exe as shell and run it from there...
    See more | Go to post
Working...