d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Autoit Or Autohotkey > Iso Help
Closed New Topic New Poll
Member
Posts: 22,263
Joined: Mar 15 2011
Gold: Locked
Trader: Scammer
Warn: 40%
Apr 22 2013 05:00pm
I need a script that will run multiple files @ once, i know how to do it it's just I cant figure out how to make it work for all users


for example

Code
C:\Users\Name\Desktop\folder\this.exe


I want it to work for any users not just my own

so other people can use. make things easier and run all programs or open folders needed.

Thanks
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 22 2013 05:03pm
give each user a copy of the executable?
Member
Posts: 22,263
Joined: Mar 15 2011
Gold: Locked
Trader: Scammer
Warn: 40%
Apr 22 2013 05:04pm
Quote (AbDuCt @ Apr 22 2013 07:03pm)
give each user a copy of the executable?


sorry new to this :P how do i do that part

thanks

i dont want to edit it over and over and keep adding users to it, thats too much, if thats what u mean

This post was edited by B0N3R on Apr 22 2013 05:05pm
Member
Posts: 13,356
Joined: Jul 9 2011
Gold: 1,700.43
Apr 22 2013 05:12pm
Refer to this topic: http://forums.d2jsp.org/topic.php?t=57605111&f=120
Quote
Since AutoIt can be used for malicious things, as well as third party programs, it's against the rules to:
Discuss the program
Request download links for it
Anything related to the program (including scripts, advice, etc.)


This post was edited by RaveTheGo on Apr 22 2013 05:12pm
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 22 2013 05:22pm
Quote (RaveTheGo @ Apr 22 2013 07:12pm)


go away youre not welcome here. this problem can be applied to any language.

Quote (B0N3R @ Apr 22 2013 07:04pm)
sorry new to this :P how do i do that part

thanks

i dont want to edit it over and over and keep adding users to it, thats too much, if thats what u mean


what exactly is your problem? your script cannot launch the specificed executable from another users directory?

if so copy paste the executable you are trying to launch into everyones directory.
Member
Posts: 22,263
Joined: Mar 15 2011
Gold: Locked
Trader: Scammer
Warn: 40%
Apr 22 2013 05:30pm
Quote (AbDuCt @ Apr 22 2013 07:22pm)
go away youre not welcome here. this problem can be applied to any language.



what exactly is your problem? your script cannot launch the specificed executable from another users directory?

if so copy paste the executable you are trying to launch into everyones directory.


it launches but i have to provide everything like Run ("C:\Users\Tom (example name\Desktop\program.exe or folder")

it launches when i put my name but i don't want to have my name as the user i want it to be-able to run as the user your system is currently logged into but not sure how to do that.

Could maybe do a start menu search instead?

i just want it to run several programs and i cant figure it out.



Quote (RaveTheGo @ Apr 22 2013 07:12pm)


seems like ur best off making those with c/c++...

im not looking to do anything illegal or against the rules. I just want to learn stuff and use this for all my computers, makes it easier.
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Apr 22 2013 05:36pm
Quote (B0N3R @ Apr 22 2013 07:30pm)
it launches but i have to provide everything like Run ("C:\Users\Tom (example name\Desktop\program.exe or folder")

it launches when i put my name but i don't want to have my name as the user i want it to be-able to run as the user your system is currently logged into but not sure how to do that.

Could maybe do a start menu search instead?

i just want it to run several programs and i cant figure it out.





seems like ur best off making those with c/c++...

im not looking to do anything illegal or against the rules. I just want to learn stuff and use this for all my computers, makes it easier.


move them into a shared directory within your C:\ drive. that way you can reference them from all users without inputting any names.
Member
Posts: 22,263
Joined: Mar 15 2011
Gold: Locked
Trader: Scammer
Warn: 40%
Apr 22 2013 05:41pm
Quote (AbDuCt @ Apr 22 2013 07:36pm)
move them into a shared directory within your C:\ drive. that way you can reference them from all users without inputting any names.


true could do that, but could i do a start menu search then run, i think ive done this before just forgot how.
Go Back To Programming & Development Topic List
Closed New Topic New Poll