execute

  1. A

    How do I get Linux+wine to detect if a file is there to run an iwingamesmanager thing? Or something else?

    ^^^, Problem: The problem is that the system is detecting the file as if it's not there? How do I get the installer thing to run?
  2. T

    Batch file, Command not working

    Hi together... I've a Problem to execute some Commands from a Batch File. #!/bin/bash clear; echo; echo; sleep 0.25; DOMAIN="$1"; TYPE="selfsigned" PATH="./traefik/data/certificates"; if ! [ -z "$DOMAIN" ]; then echo "Create private Server Key and Certificate Request..."...
Top