Results 1 to 2 of 2

Thread: >> Start an install

Hybrid View

  1. #1

    >> Start an install

    Beginner with Linux and Red hat, I try to install FlashComm to my WebSite

    the file to launch "installFCS"

    what is the command line to start the install ?
    I try and type "installFCS" but the answer was "invalid commandline"

    Thank you very much

  2. #2

    Re:>> Start an install

    Good Morning,

    From the command line, change to the directory where the file resides.
    Code:
    cd /my/file/resides/here
    .
    Give the file executable permissions.
    Code:
    chmod +x myfile
    Finally, run the program.
    Code:
    ./myfile

Similar Threads

  1. install and use the Recovery Console in Windows XP
    By regix in forum Windows - General Topics
    Replies: 14
    Last Post: 01-04-2005, 05:35 AM
  2. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  3. How to install or upgrade to Windows XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 12-31-2004, 10:35 PM
  4. Ever wonder why?? (Lil joke)
    By a.lost.soul in forum General Chat
    Replies: 10
    Last Post: 07-30-2003, 07:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •