The run tag has no wiki summary.
1
vote
0answers
20 views
Eclipse Run Configurations
Let's say I'm working on File1 in eclipse, which is some java class. When I hit F11, File2 runs. I want a different file, let's call it File3, to run. How do I do this?
EDIT: Should this be moved to ...
0
votes
1answer
43 views
How can I run a shell command in Windows without the shell closing itself automatically?
According to this post, I run that command but a black page flashes and disappears. What should I do to see the result?
I rebooted but it doesn't take effect.
0
votes
0answers
39 views
Eclipse INDIGO freeze everytime when I run python program
My Eclipse is downloaded some days ago from http://www.eclipse.org/downloads/ and the type is Eclipse Classic 3.7.1.
I installed pydev in Eclipse and configuration python in Windows -> Performance -> ...
1
vote
0answers
56 views
Why isn't crontab working for me? (Ubuntu 11.04)
I can't get the crontab jobs running. I've checked /var/log/syslog and the scheduled jobs aren't there. I've edited the jobs with
sudo crontab -e
so they are created for root.
This is how my jobs ...
2
votes
1answer
154 views
Windows 7 - iTunes won't start minimized
1) Right click on itunes short cut and select properties.
2) Select 'minimized' instead of 'normal' in the 'Run' dropdown box.
3) Click 'Apply' and then 'Close'
4) Click on modified shortcut
5) iTunes ...
1
vote
3answers
42 views
Why the difference between the Run Command and Shortcut
I frequently (every couple of days) create restore points on my Windows systems to trigger the "file versions" aspect of the file system. Using the UI there are a large number of keyclicks to get to ...
0
votes
1answer
40 views
Monodevelop run button grayed out
Well, the title says everything. I've just installed MonoDevelop 2.2 from my Ubuntu's package manager, then created the most basic C# 'hello world' console application. The 'run->run' menu entry is ...
0
votes
0answers
49 views
How do I run SuperCollider?
I installed SuperCollider. However it didn't appear in my app menu. Also, I can't make up any good command which could start the interpreter.
How should I run it?
0
votes
4answers
120 views
Why I should type “./” when I want running an application that compiled by GCC in Linux?
My OS is Fedora Linux 14.
I write a program with Code::Blocks IDE and it compiles my program with GCC.
My output program is test. When I start my application in Code::Blocks it starts normally. But ...
0
votes
2answers
45 views
csh script to return number of process running
I want to set the number of a particular process that are running to a variable. The first line of the csh script below is the problem as it sets the variable "number" as ps aux | grep -c fiji ...
2
votes
1answer
85 views
Problem with running different programs the Start - Run menu
When I try to run Chrome via Start → Run → "chrome", I succeed.
However, I fail when I'm trying to run the Beyond Compare program via Start → Run → "bcompare", as I saw the ...
1
vote
1answer
130 views
jushed.exe runs without confirmation on Windows 7?
Jushed.exe is put a prompt on every system start.
I want to handle it as Windows XP handled: silently.
What can I do to force the silent mode?
I set the .exe properties to "run as admin" but nothing ...
3
votes
3answers
79 views
What is the difference between Run registry key and Startup Folder (in Start Menu)?
What are true differences between the two?
Both serve the same purpose: to run a program on windows startup.
The obvious differences are:
User can easily manage Startup Folder
Run registry seems ...
2
votes
4answers
399 views
Clear Windows “Run” box cache
One thing that I use almost every minute is the Windows Run box (WINDOWS+R). It let's you type a path and auto-completes it really quickly so that you can jump to any dir in no time.
My problem is ...
1
vote
1answer
94 views
How to find or detect last UN-Successful RUN command in Windows
I thought myself as expert in lots of things, before, when I tried to copy an amazing word that I hardly could remember.
But, the problem came when I was trying to open notepad and save that word
...
2
votes
2answers
74 views
unable to access programs and documents using run command on Windows 7
Earlier I use to access all the programs like excel word etc by directly through run command and also use to search documents from run command only but all of a sudden it stopped working it gives the ...
1
vote
2answers
228 views
Windows XP “Run Command” not connecting to network drives
This is a recent problem; I have 5 PC's on a home network and two PC's (desktop and laptop) that now have the following problem.
To connect to an unmapped network drive, I would typically click Start ...
1
vote
4answers
98 views
Why doesn't the windows registry know how to interpret or expand %temp%?
I have a registry entry in the Run key as follows:
type = REG_SZ,
value = test,
data = %temp%\test.exe
When I reboot my machine test.exe does not run, but if I do the full path of the temp folder ...
1
vote
1answer
233 views
How can I run PowerShell commands without enclosing arguments in quotes?
When I try to run a program with a command line option from the PowerShell prompt, PowerShell ends up mangling the option. Why does this happen? Is there any way to stop it besides enclosing the ...
1
vote
3answers
676 views
Run a program without administrative privileges in Windows 7
My account in Windows 7 is an administrator account. When I open the Run box (WinKey + R), I am warned, "This task will be created with administrative privileges."
Is there any way to run programs ...
1
vote
4answers
2k views
can't run my .pbk file
When I double click on my connection.pbk it's was open by Adobe PixelBender and I don't know how can I fix that.
2
votes
1answer
76 views
Problem with most recently used in RUN command prompt
In Windows XP, when I enter some path or process name in 'Run'(Start->Run) i had to enter the full path/name.
For example consider the path,
C:\Program Files\Microsoft Office\MEDIA or excel or ...
2
votes
2answers
345 views
Linux installs - where should I put them?
I am relatively new to Linux, I am using Xubuntu 10.04.
A lot of the software I download from the net, e.g. Aptana/Eclipse are just ZIP files that I open and run.
I wish them to be in a specific ...
1
vote
1answer
63 views
Run a program from Windows run
There's suppose any application installed in c:\program files\program.exe
How do I run this program by simply going to Start --> Run --> program.exe
I tried setting environment variable but that ...
0
votes
1answer
132 views
G++ Compile and Run Without Output
This is just a convenience thing. Is there a way to use C++ sort of like an interpreted language, only in the sense that you could compile and run it without outputting a binary file. This is of ...
1
vote
3answers
238 views
Run command in the background/menu bar
Instead of running a command in terminal, is it possible to run it 'in' the menubar in the background?
To keep the firewall open within the network I am in I use curl to ping a url every 5 minutes, ...
3
votes
3answers
236 views
“Run” textbox in Windows 7 gone
Since Vista, there's been a text box you get when you click the start button, in which you type to filter on programs.
I've found that it's gone here. Disabled or whatnot, I don't know. How can I get ...
2
votes
4answers
1k views
How do I keep jobs running after logout? [closed]
Possible Duplicate:
How do I fork a process that doesn't die when shell exits?
Sometimes I remotely connect to my Ubuntu using NX. I then run some jobs in the background, e.g.:
$ ...
0
votes
1answer
94 views
Vim Make and Run
What would be the best way to make a hotkey that makes a project and then runs the generated binary?
1
vote
3answers
360 views
How do I run software after I install it with make install?
I downloaded a tar.gz for the Player Project from Sourceforge. I ran the make install command to install it, and got no errors. But I don't know how to actually run the program. There are multiple ...
1
vote
1answer
1k views
Bat/cmd script - run multiple instances of a program, don't wait for each instance to finish
I'm trying to execute multiple instances of EXE simultaneously. However, the script is waiting for previous instance to finish before advancing to the next one. How to make it run all without waiting?
...
0
votes
1answer
104 views
Always run the same file in a python project
Is There a way to always run the same file in TextMate, when working on a python project? I always press ⌘r when editing a random file, forgetting to switch back to the tab containing the main of this ...
1
vote
1answer
161 views
How to make an program (.exe file) visible when search from start menu
I often open a program by opening Start menu and type in the, e.g. word for opening MS Word. But sometimes there are programs that do not need to install and just run directly from disk, e.g. ZoomIt, ...
1
vote
4answers
353 views
Can't run any .exe files
I had Windows Vista and it got a virus. I reinstalled the operating system but with XP. Now it works absolutely fine, but every time I try to open a .exe file, i'm told 'the filename directory name ...
1
vote
3answers
462 views
Run .exe files on Mac OS X
I know it is possible to run windows files on Mac using cider or Wine, I have CrossOver, but I am totally confused how to do it. What would be the simplist working way to run a windows .exe file on a ...
1
vote
1answer
754 views
Why is my HP TouchSmart tx2 1025dx shutting down?
I'm having an issue with my HP tx2 1025dx laptop. Sometimes it will spontaneously shut itself off. First, the screen will go out. Next, the computer itself will shut down. This usually occurs when I ...
2
votes
5answers
762 views
how to compile and run a cpp file using only one command in linux?
Recently I've started to learn cpp language on linux,and now I run a cpp file using following commands.
g++ -o xxx xxx.cpp
./xxx
Is there a way to make it one line command such as compile-and-run ...
3
votes
1answer
3k views
Run python scripts on Windows 7
I'm new to Win7 and with my Python installation, when I specify script.py in cmd.exe and hit Return/Enter, instead of executing the python file, I am given an error message (sth like "not a command").
...
2
votes
2answers
591 views
Windows 7: run powershell v2 from start menu's run command
When I open Start menu in Windows 7 and press Run and then write "Powershell" the powershell v1 starts. How to start powershell v2 using the same invoking method?
0
votes
1answer
246 views
Toshiba A505 - S6965 Running Windows XP Pro
I have a copy of Windows XP Pro that I want to put on my Toshiba Satellite A505 - S6965. I tried to put it on yesterday, but nothing works, not even the Ethernet port. What should I do to make it work ...
4
votes
3answers
234 views
Running Windows without administrative rights?
Among the millions of applications written for Windows, I assume there are probably quite a lot that are too old or too sloppy to run without administrative rights.
To convert users to using ...
0
votes
1answer
304 views
regedit to run in script, not in background
Is there a way for regedit to run in script, not in background.
With /e (export) it runs in background and returns control to the console (and would return control to a script as well, i think). I ...
1
vote
1answer
360 views
Chroot from Debian livecd
I'm trying to repair LILO on a Debian server. I'm trying to chroot, with
chroot /mnt/boot /etc/csh
and I get:
chroot: cannot run command '/etc/csh': Permission denied
How can I perform a chroot?
2
votes
2answers
2k views
Get rid of “The Publisher could not be verified. Are you sure you want to run this software”?
Can I stop "The Publisher could not be verified. Are you sure you want to run this software"? from popuping up when I run an exe? It is really annoying :) Will it require me to completely disable ...
1
vote
3answers
203 views
execute program on port connect to windows
is there a program that listens to a specific port and executes an arbitrary executeable on incoming connection to that port?
the reason: sometimes itunes is not running, then id like to be able to ...
0
votes
1answer
633 views
Enable history for Run dialog for Vista administrator
As an administrator on Windows Vista, when I do Start -> Run, there is no history of the commands I typed previously (MRU). I suppose it's disabled for administrators because of security reasons but ...
0
votes
3answers
1k views
Execute applescript without open the editor
Every time I want to run an applescript the editor pops up.
Is there a way to run it directly?