User Profile

Collapse

Profile Sidebar

Collapse
lavsaxena
lavsaxena
Last Activity: Mar 9 '10, 05:07 AM
Joined: Apr 22 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lavsaxena
    started a topic Vbscript with html

    Vbscript with html

    I am using vbscript coding to handle html things.

    To access any object like a web edit box on UI, I am using like

    pageObject.WebE dit(property description)

    Please tell me how I can handle the "Unordered list" on UI with the code.
    See more | Go to post

  • lavsaxena
    started a topic how to do ssh in vbscript

    how to do ssh in vbscript

    I need to perform ssh operation in vbscript. I need to connect a unix machine through ssh from my windows machine and execute commands over there.

    Can any one help me in this?

    Thanks in Advance
    -- Lav
    See more | Go to post

  • lavsaxena
    started a topic Import external dll in vb script

    Import external dll in vb script

    I have a dll that contains a simple function of "Hello world". I am able to call this dll in my visual basic project. How can I import and use the same dll in vb script.

    Thanks in Advance
    --Lav
    See more | Go to post

  • lavsaxena
    replied to Wscript object in vb
    thanks ..but I have already tried this and I am getting the error "Object required".
    See more | Go to post

    Leave a comment:


  • lavsaxena
    started a topic Wscript object in vb

    Wscript object in vb

    I need to use the Wscript object in my vb script. But when I am using it, its giving error that object required.

    I have tried Wscript.sleep(1 0)

    Do we need to declare the Wscript object first? How we can do that.

    Thanks in Advance
    --Lav
    See more | Go to post

  • lavsaxena
    replied to Need DBI:Excel and SQL modules
    in Perl
    ok...let me try this way.....

    thanks.....
    See more | Go to post

    Leave a comment:


  • lavsaxena
    started a topic update an excel with spreadsheet
    in Perl

    update an excel with spreadsheet

    Can we edit a worksheet of excel through spreadsheet::wr iteExcel.
    Because when I am using
    my $workbook = Spreadsheet::Wr iteExcel->new('D:\test_r esult.xls');

    this statement is creating the excel file again. I want to update an excel sheet means if the some data already exist, the new data should be append to it...

    Thanks in Advance
    -Lav
    See more | Go to post

  • lavsaxena
    started a topic Need DBI:Excel and SQL modules
    in Perl

    Need DBI:Excel and SQL modules

    I am using excel as database for my project. We are getting following error while making database connection,

    install_driver( Excel) failed: Can't locate loadable object for module Clone in @
    INC (@INC contains: D:/Perl/site/lib D:/Perl/lib .) at D:/Perl/lib/SQL/Statement
    .pm line 14
    Compilation failed in require at D:/Perl/lib/SQL/Statement.pm line 14.
    BEGIN failed--compilation aborted at D:/Perl/lib/SQL/Statement.pm...
    See more | Go to post

  • lavsaxena
    started a topic how to get title of a window
    in Perl

    how to get title of a window

    I need to capture the title of a window in perl. The window in my case will be a telnet window. I need to capture its title to know the details of system to which telnet session is established.

    Thanks in Advance
    See more | Go to post

  • lavsaxena
    replied to need to open command prompt
    in Perl
    the command that I am trying to run is actually not a system command. This is my work specific command that contains lots of parameters.
    The issue is that some parameter values are filepaths and the path could be long and could contain spaces.

    While using system() I have to use "\" every place where space or any spl character arrived in the path. So I want to know that If i can open a seprate terminal and type my...
    See more | Go to post

    Leave a comment:


  • lavsaxena
    replied to can maka a stand alone php script?
    in PHP
    Thanks for quick reply and clarify the issue.....
    See more | Go to post

    Leave a comment:


  • lavsaxena
    started a topic can maka a stand alone php script?
    in PHP

    can maka a stand alone php script?

    Can i make a stand alone PHP script ot it can only be embedded in a web page.
    I mean can we have a php script that i can execute directy ever there is no web page.

    Thanks in Advance
    See more | Go to post

  • lavsaxena
    started a topic need to open command prompt
    in Perl

    need to open command prompt

    I am new to perl script.
    How can I open a command prompt/shell and execute my command over there in perl.

    I have tried to use System() but its not helping to resolve my issue.

    Thanks in Advance
    Lav
    See more | Go to post
No activity results to display
Show More
Working...