Hey everyone I'm trying to run a Batch file (.bat) on startup, but I want to use another method then placing it in the startup folder. Is there any way to start it using a program or changing a setting?
Thanks.
Search Result
Collapse
5 results in 0.0015 seconds.
Keywords
Members
Tags
-
How to open a Batch file on startup?
-
Console flashes when ran.
Hey,
I am an extreme newbie and when I run my code after compiling it, the cmd just flashes and closes. Now, I know that it is flashing because I haven't paused it but using script like getch() that is prior to return; will not work for me as this will stop the script all too soon. So far this is my code:
#include <iostream>
using namespace std;
int change(int,int, int);
int... -
How do I launch a custom script during updates?
I am using VB.Net Express 2008, and would like to update a local Access database file I'm referencing in my application (i.e. "C:\[Path]...\AppDatabase .mdb")
How can I add to the update process (in addition to setup.exe) a way to automatically copy over the latest mdb file from where the application setup is saved on the network?
I'd basically like to run a simple VBScript to update this file before the application... -
Location and parameters of start "run" tool
I use start-->run a lot for OS management.
I was wondering is there a shortcut to the file? and does it take parameters to launch "run shortcuts"?
This would save me time from having to look up the hard urls for all my favorite "Run" shortcuts. -
Run Dos command from VB.Net
I am a complete newbie at programing, but i still want to try learning how to do it. Then i thought instead of writing large amounts of code, i could just use the included Dos commands. However, i am not even sure how to run those from VB.NET. Are there any examples or snippets out there for me to use?