|
I have a bat file which will delete files in some folder (Profile Folder). But i do-not have access to that folder. But another account has access to the folder. How to run a batch file from one account by login into the another account which has access...
Started by Jaison on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Or
In Windows Explorer you can right-click on the bat file and choose Run (Manual Password Entry) rem This is the test.bat file runas /noprofile /env /user:myDomain.
Use the runas command.
|
|
Pretty straightforward one that I'm having trouble finding an answer to.
serverfault previously helped me with finding a way to automate Windows updates without using WSUS. It's working fantastically, but to run it over the network, you have to first ...
Started by jslaker on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Have you tried the runas command?
http://technet.microsoft.com/en-us/magazine/2007.06 = "runas" # If passed multiple commands, or one (that isn't a folder) then execute that command.
|
|
Hi,
I have an execute process task which runs a .bat file but it doesn't work : the task hangs indefinitely, no instructions in the .bat file are done and no errors are provided..
This .bat file is on a network.
The package is launched from a SQL Agent...
Answer Snippets (Read the full thread at microsoft):
My problem UNC path and everything seems....
Thus can you run the .bat using the RunAs ? I have almost 80 concerned packages which works fine .bat
Please note that the drive letter is not used in UNC Hello,
Thank you for your reply.
|
Ask your Facebook Friends
|
Hey
I'm a trainee ICT technician, but haven't a huge amount of knowledge when it comes to scripting. The most I've really used cmd and MS-DOS for is running old games back in the days of apogee. *sigh* ah the memories...
Anyways One of my tasks at my ...
Started by Navitas on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at blackmesasource):
|
|
Hello,
How can I run some exe, bat,cmd application under this buildin accounts, is it possible?
Started by WinGeek on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Syntax:
runas [{/profile
Just run:
runas /noprofile /user:AccountName....
You can use runas command , or you can check out the sudo for windows project over at source forge which adds a sudo command.
I presume you are talking about Windows.
|
|
*Pre-Req!!! Windows XP Professional - (Not Home) - Upgraded to SP2 or SP3. Worry not, hacked TCPIP DLL's are talked about below.*
When I first started using cheat engine, I thought it was fantastic! I hated to have to alt+tab, and am usually using 2 PC...
Started by Zhoul on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at cheatengine):
Here's the .bat file I use, in each CE folder, to load the registry settings before CE_Username option below, and fill in the username....
It just wouldn't work (don't know attach my own).
I runas my regualar account or run it as my RDC account.
|
|
*Pre-Req!!! Windows XP Professional - (Not Home) - Upgraded to SP2 or SP3. Worry not, hacked TCPIP DLL's are talked about below.*
When I first started using cheat engine, I thought it was fantastic! I hated to have to alt+tab, and am usually using 2 PC...
Started by Zhoul on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at cheatengine):
Here's the .bat file I use, in each CE folder, to load the registry settings before CE_Username option below, and fill in the username....
It just wouldn't work (don't know attach my own).
I runas my regualar account or run it as my RDC account.
|
|
*Pre-Req!!! Windows XP Professional - (Not Home) - Upgraded to SP2 or SP3. Worry not, hacked TCPIP DLL's are talked about below.*
When I first started using cheat engine, I thought it was fantastic! I hated to have to alt+tab, and am usually using 2 PC...
Started by Zhoul on
, 15 posts
by 5 people.
Answer Snippets (Read the full thread at cheatengine):
Here's the .bat file I use, in each CE folder, to load the registry settings before CE_Username option below, and fill in the username....
It just wouldn't work (don't know attach my own).
I runas my regualar account or run it as my RDC account.
|
|
I have a .dtsx file (an SSIS package) that downloads files from an FTP server and imports data. It runs fine whenever I run it manually. However, when I schedule calling the package as a step in a SQL server agent job, it fails. The step it fails at is...
Started by Pamela on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you try drive in your .bat file? If so, you can't rely on the mapped drive from within the service, so you'd directory as my .bat file, but ....
You could try executing the batch file using the runas command in a command window.
|
|
On Wed, 4 Nov 2009 09:08:20 -0300, "Sygrama Software" <info no at no sygrama com ar
Hola Rene:
En el XP, con qu usuario ests haciendo el net use? No ser de tipo
"usuario limitado"? Solamente los administradores puede redirigir puertos en
XP.
...
Started by Sygrama Software on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Ser que los formatos en que se imprime bajo DOS ya no son... .
Ahora el problema que tengo es que aunque redirige la impresin, todo queda
en cola y no sale impreso .
Ferreira" <xy@gmail.com
Muchas gracias.
On Wed, 4 Nov 2009 13:24:20 -0300, "Rene A .
|