in reply to running a script from Windows Desktop

I'm guessing you mean on Windows. On my Win98 laptop :

--
TTTATCGGTCGTTATATAGATGTTTGCA

  • Comment on Re: running a script from Windows Desktop

Replies are listed 'Best First'.
Re: Re: running a script from Windows Desktop
by Anonymous Monk on Mar 08, 2004 at 23:02 UTC
    I have Windows XP and I tried doing that. But it opens up in Notepad (the shortcut does) instead of executes in the command window as my script needs to. I have ActivePerl installed. How can I make a perl file execute in CMD?
      I guess you have to call the perl interpreter (with absolute path) and your script as parameter.

      So do I in my Icons under Win2k.

      HTH