|
GetProcPath.mscr (GPL)
Fri, 25 Jul 2008 10:09:12 +0000
GetProcPath.mscr is a MortScript for Windows Mobile device that let you determine the process executable location. It is really a tool to help with your Windows Mobile development. After running this script, you'll have 5 seconds to bring your process to the forefront for this script to determine its executable path. If you need more time, you can edit the script to do so. After the script determines the executable path, it will output it in a dialog box. GetProcPath.mscr requires the free MortScript interpreter to execute. So in order to use this script, you'll have to download and install MortScript on your Windows Mobile device, if you haven't already done so. GetProcPath.mscr is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Category: Windows: MortScript
Comments
|
PermaLink
|
Related Links
|
TrackBack
TakeControlOf.cmd (GPL)
Fri, 25 Jul 2008 00:21:36 +0000
A few days ago, I came across TakeControlOf.zip, which contained a very small TakeControlOf.cmd batch file. There were only two lines in this simple batch file as shown below. takeown /f %1 /r /d y icacls %1 /grant administrators:F /t It only takes one parameter on the command-line with no error checking. Nevertheless, it's a very powerful script. So I want to improve it by adding error checking and allowing for multiple command-line arguments. You can download the result below. TakeControlOf.cmd is a Windows Vista batch program that helps you regain ownership and full permission to any file or directory. You have to be part of the Administrators group in order for this script to work. It's far easier to drag-and-drop files and directories onto this script, then to go through the multi-step security menu for each individual file. You can also run this script on the command-line or in your custom batch files. TakeControlOf.cmd takes advantage of the SetNumberOfArguments.bat (GPL) script that is available on this web site. So to use this batch file, you'll have to download SetNumberOfArguments.bat, if you don't already have it. TakeControlOf.cmd is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Usage TakeControlOf.cmd "file/dir 1" [ . . . "file/dir N" ] Category: Batch
Comments
|
PermaLink
|
Related Links
|
TrackBack
Process Manager.mscr (GPL)
Thu, 24 Jul 2008 09:38:42 +0000
"Process Manager.mscr" is a MortScript for Windows Mobile device that let you manage your running programs quickly. With just one tap, you'll be in the "Running Programs List". It's extremely efficient compared to pulling down the Start menu, clicking "Settings", tabbing to "System", tapping the "Memory" icon, and then tabbing to "Running Programs". From the "Running Programs List", you can "Activate", "Stop", and/or "Stop All" processes. Reach this script easily on the Start menu by placing it into "My Device\Windows\Start Menu". This script is an inspiration from the iTask button on the HP/Compaq iPAQ Pocket PC, which brought up the process list quickly. I really miss it when I have switched over to the HTC XV6700 Pocket PC phone. This script is also very similar to the other TaskMan utilities out there. But since Windows Mobile already has process management built-in, why install another TaskMan? "Process Manager.mscr" requires the free MortScript interpreter to execute. So in order to use this script, you'll have to download and install MortScript on your Windows Mobile device, if you haven't already done so. "Process Manager.mscr" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Category: Windows: MortScript
Comments
|
PermaLink
|
Related Links
|
TrackBack
MobileViewer.mscr (GPL)
Thu, 24 Jul 2008 09:26:19 +0000
MobileViewer.mscr is a MortScript for Windows Mobile device that let you view the content of any file, with any extension. It's much like the "View Head.mscr" posted earlier, except MobileViewer.mscr lets you view the entire file with a scrollbar. MobileViewer.mscr requires the free MortScript interpreter to execute. So in order to use this script, you'll have to download and install MortScript on your Windows Mobile device, if you haven't already done so. MobileViewer.mscr is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Category: Windows: MortScript
Comments
|
PermaLink
|
Related Links
|
TrackBack
View Head.mscr (GPL)
Thu, 24 Jul 2008 09:22:13 +0000
"View Head.mscr" is a MortScript for Windows Mobile device that let you view the first 512 bytes of any file, with any extension. Thus, it lets you determine the purpose of any file quickly, without it being associated to any program. "View Head.mscr" requires the free MortScript interpreter to execute. So in order to use this script, you'll have to download and install MortScript on your Windows Mobile device, if you haven't already done so. "View Head.mscr" is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. Category: Windows: MortScript
Comments
|
PermaLink
|
Related Links
|
TrackBack
|