User Profile

Collapse

Profile Sidebar

Collapse
Tension
Tension
Last Activity: Mar 20 '08, 01:06 PM
Joined: Dec 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Win32 Perl distribution that includes "Win32::OLE" by default

    Hi,

    I have written a development automation tool that needs to be distributed to 20-odd developers using Windows XP workstations.

    Is there a free Perl distribution that includes "Win32::OLE " by default?

    Best Regards,
    Adam S
    See more | Go to post

  • The solution is to prefix the lines with "call". See below.

    File something.bat:
    Code:
    call C:\Tornado\host\x86-win32\bin\torVars.bat
    
    call perl run_make_and_post_processing.pl --input project_config.ini
    See more | Go to post

    Leave a comment:


  • setting environment variables, then running perl script on Win32

    Hi.

    I have a Perl script that starts a build process (plus a lot of other things). The build process needs a few environment variables set. This is done automatically in a buildEnv.bat script supplied by the build system vendor.

    My first idea was to write a .bat scrpt that first calls the buildEnv.bat script and then calls the perl script. This does not seem to work since the perl script never executes.

    ...
    See more | Go to post

  • [CODE=perl]Win32::Process: :Create($vxsim_ process_object,
    "C:\\Tornado\\t arget\\config\\ simpc\\vxWorks. exe",
    'vxWorks.exe /r32000000',
    0,
    NORMAL_PRIORITY _CLASS,
    ".");[/CODE]

    Changing line 3 to the above seems to cure the problem nicely.
    See more | Go to post

    Leave a comment:


  • Tension
    started a topic Win32::Process::Create - option string trouble
    in Perl

    Win32::Process::Create - option string trouble

    Hi,

    I am trying to run a Tornado simulator with Perl. The command line in an ordinary Windows command window looks like this:

    "C:\Tornado\tar get\config\simp c\vxWorks.exe /r32000000"

    Which I then wish to run inside a Perl script. This then becomes:

    [CODE=perl]Win32::Process: :Create($vxsim_ process_object,
    "C:\\Tornado\\t arget\\config\\ simpc\\vxWorks. exe",...
    See more | Go to post
    Last edited by Tension; Dec 17 '07, 02:26 PM. Reason: text formatting
No activity results to display
Show More
Working...