PS: I'm not lazy. I just don't know what scripting language to use. Please initiate me![]()
Is it possible to write a script, that works with an "out-of-the-box" Knoppix 3.3 harddisk installation, that executes a program. Once the program is closed, the scripts restarts the program.
Can this script be made?
PS: I'm not lazy. I just don't know what scripting language to use. Please initiate me![]()
Simple, use c++
"
#include <iostream>
using name space std;
void main()
{
system("your program path goes here");
main();
}
"
this will run your program, after that quits it will run the main function and that will run the program and so on for ever.
So all I do is create a text file, insert the code, and chmod it executable? Please don't smirk, I'm a newbie.
Since it's C++, you'll need to compile it first. Put it in a file called forever.cpp and run "g++ forever.cpp -o forever", and you will have an executable called "forever". Careful though - the "#include" line should read "#include <iostream>" (your web browser may think <iostream> is HTML). Oh, and no space between "name" and "space" in "namespace".
If you want to avoid C++, you can use the following bash script:
Type "man bash" in your shell to learn more about bash.Code:#!/bin/bash function doStuff { # your code or program call goes here doStuff } doStuff
Thank you all. I feel like a masochist because I hate ignorance![]()
Oh my, Bash resembles a mixture of Windows batch files and PHP. Smooth![]()
Erhm, sorry but neither of the proposed solutions seem to match the original
requirement, which implies looping. C++ sure is overkill here, a simple shell
(bash) script will do:
Code:while true do # your program invocation here done
With that C++ program, I think it would generate a stack overflow error eventually since it's a recursive function. Possibly the first bash script, too (although I don't know enough about bash to tell you either way).
I'm curious to what program you plan on running.![]()
You don't want it to run to the exclusion of all other programs, like a kiosk, do you?
I'm very interested in an easy way to set up a kiosk. The program I wish to run recursively is rdesktop. It has to be recursive because logging out of Windows also quits rdesktop.

GIGABYTE A520M DS3H AC AMD AM4 Motherboard mATX
$59.99
GIGABYTE Z790 AORUS ELITE AX LGA 1700 Intel Z790 ATX Motherboard with DDR5
$119.99
Corsair RMe RM850e 850W 80 Plus Gold Fully Modular Low Noise Certified Refurb
$58.99
Gigabyte GA-B85M-D3H Motherboard
$54.99
GIGABYTE B365 HD3 LGA1151 Intel 9th Gen motherboard
$59.99
Asus Prime B660M-A AC D4 Motherboard Intel LGA 1700 14th 13th 12th Gen DDR4
$79.99
Intel H81 Motherboard M.2 NVMe LGA 1150 mATX w/ IO Shield (Random Slot Color)
$29.90
ASUS PRIME H410M-K LGA 1200 Intel 10th Gen H410 DDR4 USB3.2 Motherboard M-ATX
$59.99
MSI Z590 PLUS Intel Z590 LGA1200 DDR4 ATX HDMI DP VGA Desktop Motherboard
$120.00
Dell XPS 8940 Desktop Motherboard Intel H470 LGA1200 DDR4 K3CM7 KV3RP 427JK
$154.98