MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

Check if File Exists

msiexpert created the topic: Check if File Exists Using CreateInstall 4. How can I check if a file exists at Program Folders\MySetup\Myprogram.exe? applicationPackaging replied the topic: Re: Check if File Exists For example, you can use ‘Source Code’ command macrox_setint( “mymacro”, fileexist( macrox_do(“#progfiles#\\MySetup\\Myprogram.exe”))) After that you can use macro ‘mymacro’

How to Check File Attributes in Perl ? Perl File Attributes explained

perl-file-attributes

Checking File Attributes in Perl I have been using perl for quite some time now. I have also been using the file handling logic in my scripts. However, what I did not know till now is that you can quickly check for certain file properties in perl. Here is an example: #!/usr/bin/perl my (@description,$size); if (-e … Read more

How to read XML file by using shell script ?

read-xml-file-using-shell-script

This was like the first time where I had to write something that will be able to read something out of a XML file using a shell script. Usually I would use Python/Perl as my favorite choices in such a scenario but in this one I really *had* to do all within a shell script. … Read more

How To Create a Unique SRCSAFE.INI File ?

srcsafeini-file

1. Create a new SRCSAFE.INI file and place it in the desired location. 2. If you want include the default SRCSAFE.INI in the unique copy, add the following line: #INCLUDE <SS path>\SRCSAFE.INI 3. Create the following environment variable: SET SSDIR=<path to VSS directory> (such as SET SSDIR = \\MyServer\MyVSSdir) While it is possible to do … Read more

File Comparing Tools Review and Feedback

file-comparing-tools-review

File Comparing Tools review File comparison in computing is the automatic comparing of data between files on a file system. The result of comparisons are typically displayed to the user, but can also be used to accomplish tasks in networks, file systems and revision control.| Comparison of file comparison tools | comparison tools | Good … Read more