answersLogoWhite

0

Use sendbig .com to send any type of files for free up to 30GB

User Avatar

Olive Works

Lvl 5
3y ago

What else can I help you with?

Related Questions

How do you delete vbs malware?

If it is a file delete the file. Or if it is REAL MALWARE then scan your system and delete it. I myself delete harmful .vbs files off of the internet.


What is the full form of vbs?

VBS is Visual basic Script.


What is the theme for vbs 2010?

There are many different publishers of VBS, but Cokesbury has announced their two on July 1st. Galactic Blast VBS 2010 - www.cokesburyvbs.com/galactic-blast - this is an outer space theme all about praising God Praise Party VBS 2010 - www.abingdonpressvbs.com - this is a multicultural themed VBS focused on having the church worship God with head, heart, hands, feet, and SOUL.


What is the VBS button on my Honda Accord for?

VSA stands for Vehicle Stability Assistance. Never head of a VBS button.


Is there a vbs script to send email for Mozilla Thunderbird client?

dim s Set s = CreateObject("WScript.Shell") s.run chr(34) & "c:\Program Files\mozilla thunderbird\thunderbird.exe" & chr(34) & " -compose mailto:YOU@YOUREMAIL.COM? subject=autoemail&body=EMAILBODY" WScript.Sleep 1000 s.SendKeys "^{ENTER}" WScript.Sleep 1000 Where ":\Program Files\mozilla thunderbird\thunderbird.exe" is the location of your thunderbird.exe, YOU@YOUREMAIL.COM is the recipient and MAILBODY is the email's body


What are five file extensions that might be used for scripts?

.js, .jse, .vbe, .vbs, and .wsf


What actors and actresses appeared in Operation Overboard VBS - 2011?

The cast of Operation Overboard VBS - 2011 includes: Galen Fott as Oogle


What are the frequently used functions in VBS?

because of its design


Who makes Continental ulticut model vbs 14sw?

The Continental Ulticut model VBS 14SW is manufactured by Continental Girbau, a leading manufacturer of commercial laundry equipment.


What are the release dates for Portal - 2002 VBS is on the Air 1-10?

Portal - 2002 VBS is on the Air 1-10 was released on: USA: 31 July 2002


How do you make fake error boxes?

The making of fake error boxes is a very simple and easy procedure. You can make them using Microsoft's notepad. Open up note pad and copy the following text: X = MsgBox("Message Text", ,"Message Title") replace message text and title with the appropiate words. Next, you click save as and swap the file type to "all files". Save your error as whatever you want but make sure you put .vbs after it. Now, close notepad and open the file in your documents, it should work if you've done it right. Drag it to the desktop and rename it to disguise it. Right click it and click properties and click change icon, you can browse numorous icon types. I find a good thing to do is to put it on task bar where internet explorer should be and hide the real internet explorer. NOTE: Always hide it somewhere you can find it. It unfortunatly doesn't work that well if you intend to put it in the favourites on the internet, as being a .vbs file and being the internet, you get a box asking if you want to open, save, etc. which gives it away. Hope I helped. Have fun erroring.


What is vbs file?

VBS stands for Visual Basic Scripting. It is used for Win9x and later versions of windows. It can be used for registry maintenance, Command Prompt (CMD), and also for pranks (as I do so myself). This is an example of a message box code: x =msgbox("Hello",0, "This is a VBS message box") Put this in notepad or wordpad and save as: anything you want to name it.vbs