Macros in Windows/MS-DOS

Hi all

I do a job doing some repetitive menu actions. Y at - there no way of creating a macro that will allow me to put an icon in the toolbar that will run these commands? It's something I want to assign a keyboard shortcut for because it involves the selection table/convert to Table... and then clicking on convert in the dialog that results. I looked in the help files, but they refer only to macros on Unix operating system. I use 8.0p277 FM on Windows.

Thank you in advance.

Stu

Stuart,

For Windows, there are a number of programs that are compatible with FM for type of simple keystroke macros to record macros. I used MacroMania of NorthStar with FM before. There are also MacroMagic, WinBatch and probably one host of others.

To directly manipulate files FM, your best bet is FrameScript if you are in the programming script instead.

Tags: Adobe FrameMaker

Similar Questions

  • When you try to start the programs of their shortcuts, I always get a window MS-DOS pop up

    When you try to start the programs of their shortcuts, I always get a window MS-DOS pop up.  The header says 16-bit subsystem MS_DOS.  For example, when you try to start Microsoft Word, the message says:

    C:\Documents and Settings\All Users\Menu demarrer\programmes\microsoft Office\Microsoft Office Word 2003.lnk program invalid file name, please check your pif file.

    I can start the program by clicking on any document in my documents file, however.  I know that something is messed up in the registry (we had a bad worm (MS Removal Tool).  However, I can't a registry cleaner to open.  I used a WinXP_EXE_Fix.reg to try to fix the missing exe file.  He has set a number of things, but still will not let me run a registry clean.

    Any help?

    Hello

    Try the following steps:

    1. follow the steps from the link below: cannot open files with extensions such as.exe, .com, and.lnk on a Windows XP computer: http://support.microsoft.com/kb/923077

    2. online virus scanner and check if any malware or virus detected on the computer activity. You can run the scan for viruses online from the link below: http://www.microsoft.com/security/scanner/en-us/default.aspx

    NOTE: Make sure that you select the correct version of the operating system before downloading the scanner)

  • Can I write a Macro in Windows XP

    It is possible to write a macro and have an icon on the desktop run the macro which does the following? :

    (1) race

    (2) type CDM

    (3) enter

    (4) type Telnet Hosp4.UNN.com

    (5) enter

    I have never written a script in Windows so I don't even know if this is possible. I use windows XP. I appreciate your help.

    On Wednesday February 29, 2012 20:29:27 + 0000, Ken Blake - Microsoft MVP [MVP]
    <*** email="" address="" is="" removed="" for="" privacy="" ***="">wrote:

    Yes. You want a batch file, not a macro. Do a search on the web on how to
    writing macros. You will find it very easy to do.

    Ugh! Sorry, I meant to do a search on the web on how to write batch files.

    Ken Blake, Microsoft MVP

  • Set the size of the window for DOS applications running on the Windows XP Pro machine

    I have some old Basic (QBasic, Flodraw) DOS programs I still want to run occaisionally. 2002 was the last time I used them, so I don't know what OS was running then. When I run the application now that open windows are not ideally sized, the Flodraw is too big, I can't see it as much of the screen as I would, and QBasic is too small to get enough text to keep my train of thought.

    Anyone know how I can get control of the size of the window? I need create .pif or something like that?

    Thank you.

    Right click on the shortcut for the program icon, and then click Properties. You will see where you can set the size. MS - MVP - Elephant Boy computers - don't panic!

  • The key macro for windows touch mouse explore

    Hello. I'm a new user in OneNote and one of the features that I love is the copy - paste into OneNote.

    To access this feature with the keyboard, the key combination is 'Windows key + s'.  I bought the Explorer touch mouse with the intention to reassign one of the buttons of the mouse to perform the 'Windows key + s' command.
    There is the possibility to add a macro in the basic commands and there is the possibility to choose a special key (Windows key), but this does not work in the implementation of the macro. When I press the assigned button, the taskbar appears for a second or two and a letter 's' appears on which window is active, but I can't figure out how to get the "Windows key + s' feature.
    Ideas?

    Hi Roger,

    You can change the shortcut to a macro, to so proceed as follows:

    a. open Microsoft Office word (changes will reflect on all Microsoft Office applications)

    b. click the Microsoft Office button, and then click Word Options.

    c. click Customize.

    d. side of keyboard shortcuts, click Customize.

    e. in the categories list, click Macros.

    f. in the list of Macros , click the macro that you want to change.

    g. in the field Press new shortcut key , type the key combination you want to choose.

    h. check the current keys box to make sure that you're not assign a key combination that you already use to perform a different task.

    i. in the list record in , click the option that matches where you want to run your macro.

    Important: To allow your macro in all documents, do not forget to click Normal.dotm.

    j. click close.

    You can also see the following article for more information:

    Keyboard shortcuts

    http://Office.Microsoft.com/en-in/OneNote-Help/keyboard-shortcuts-HP001112536.aspx

    I hope this helps. For any other corresponding Windows help, do not hesitate to contact us and we will be happy to help you.

  • Macro switch window mouse no longer works on Windows 8

    I have a simple macro to switch window I've used for years on Windows 7. Here is the content of the file macro mhm , produced by Centre of keyboard and Microsoft mouse:


     56
     10
     15
     10
     15
     10
     56

    As you can see, it is a simple Alt + Tab sequence. It works fine on Windows 7 (and in a computer virtual from Windows 7 on my new machine Windows 8), but has no effect on Windows 8. I tried the "Next window" option, with mixed results (he has a bad habit of jumping to the window, as if cycling through each window open; and it does not work with the new Windows Store applications).

    How can I get the simple Alt + Tab feature works on Windows 8? Thank you!

    I just bought a Sculpt Comfort Mouse. Unfortunately, I couldn't reproduce nubi2kof macro on the mouse and keyboard Centre 2.3.

    I guess Alt + Esc as S3rgio suggested mapping, works for most people. You can do this on the mouse and keyboard Centre 2.3 (without using AutoHotKey), although...

    The problem with Alt + ESC is that it does not work with Metro applications and you cannot switch between two applications, as you can do it with Alt + Tab. So I ended up doing an AutoHotKey Script to try to imitate the behavior of Alt + Tab and the mapping of the mouse for this shortcut key (Win + N in my case):

    #n ::

    AltTabTimeout: = 2000
    SleepBetweenKeys: = 10
    DesktopClass: = 'WorkerW. '
    If (A_PriorHotkey = A_ThisHotkey & A_TimeSincePriorHotkey)<>
    WinGetClass, activeWindowClass, A
    If (activeWindowClass = DesktopClass) {}
    inverse: = 1
    } else {}
    If (reverse % = 0) {}
    AltTabCount: = ++ AltTabCount
    } else {}
    AltTabCount: = - AltTabCount
    If (% AltTabCount % = 0) {}
    inverse: = 0
    }
    }
    }
    } else {}
    AltTabCount: = 0
    inverse: = 0
    }
    Run C:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Window Switcher.lnk
    Sleep, SleepBetweenKeys %
    Loop, % AltTabCount % {}
    Sleep, SleepBetweenKeys %
    SendInput {Tab}
    }
    Sleep, SleepBetweenKeys %
    SendInput {return}
    return

    I hope this helps...

  • When I turn on windows computer dose not load correctly, (I've updated Automatic) how to fix?

    Windows XP 32 GHtz

    HP Pavilion computer, 1340

    shot on black computer window screen with blue moving through it Please HELP! Thank you!

    Hi cream1sugar,

    1. you receive an error message when you start the computer?

    2. have you recently installed the updates of Windows or device on the computer?

    3. do you have security software installed on the computer?

    I suggest that you check if the problem persists in the last good known Configuration and safe mode.

    A description of the options to start in Windows XP Mode

    http://support.Microsoft.com/kb/315222

    How to fix a computer that does not start

    http://Windows.Microsoft.com/en-us/Windows-XP/help/Setup/how-to-fix-computer-that-will-not-start

  • Problem of TEXT AUTOMATIC or NORMAL. POINT or MACRO in Windows OFFICE 2007

    I was using ALT + X in windows OFFICE 2003 to save my addresses often required and was able to easily change, delete and add in the TEXT of the car which is now known as BUILDING BLOCKS. I can't just change or remove addresses. Also, I had posted my normal dot s in c:\documents and settings\ (username) \application data\microsoft\templates (but I can't find the same under VISTA). It's very confusing. Help, please

    Office:

    http://www.Microsoft.com/Office/Community/en-us/flyoutoverview.mspx

    Office newsgroups

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Office.misc&lang=en&CR=us

    Discussions of general issues of the Office.

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Word.docmanagement&lang=en&CR=us

    Discussions of general issues of Word.

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Excel.misc&lang=en&CR=us

    Discussions in Excel General questions.

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.access&lang=en&CR=us

    Discussions in Access database General Questions

    They will help you with your office questions when repost you in the Office discussion groups above.

    See you soon.

    Mick Murphy - Microsoft partner

  • How can I restore my empowering technology from acer asire Home premium back to factory with a recovery disk? All the factory settings have been destroyed, and windows vista ultimate sp1 has been installed on my computer.

    I have an acer aspire 4720z / with windows vista home premium / with the enabling technology / processor intel pentium dual core. I think I downloaded a program limewire lennex, it was suppose to be something else. Somehow that he closed my computor, luckly my cuzin was able to download windows vista ultimate SP1 64 2007 multimedia content on my laptop so that I can at least use MY COMP. But I think I like the version that is installed on my comp.better to the ultimate version on my comp.now, it does not seem as before prefome. Some things on my computer laptop don't prop wk. What should I do, go back to my version Home premium of moose? If so how to do that? I don't have a home premium recovery disc. I tried to install the updates of windows SP2 64 thought repairs that would set back 2 the origonal but settings it na not or at least update the ultimate version do you think I should do.

    If you have downloaded Vista Ultimate and not bought, you use pirate software.

    You will receive NO Support for pirated software.

    If this does not work, contact Acer:

    http://www.acerpanam.com/Synapse/forms/portal20.cfm?RecordID=853&formid=3390&website=AcerPanAm.com&siteid=7117&words=all&keywords=&areaid=2

    Acer eRecovery made

     

    1. on the Acer splash screen, you can press Alt and F10 (at the same time press F2 to enter the BIOS) to make it appear a version BACK style eRecovery.

    ·        The unit is able to reload Windows from this mode faster then CD.

    ·        The default password is 000000 (6 zeros) and it is shown when you are prompted for the password.

    ·        Users are able to change the password in this mode for eRecovery only.

    ·        The system can retrieve the hidden on the hard disk (partition PQService) image or a CD/DVD media.

    ·        It is possible to reload the factory CD/DVD style or snapshots that creates the eRecovery Windows version.

    2. in Windows, there are 3 ways to access eRecovery functionality.

    ·        Press Alt and F10

    ·        Open Acer eManager and then double-click eRecovery.

    ·        When a system is new it should automatically open this application and invite you to do the recovery media.

    3. the Windows version of the eRecovery program is stronger then the Dos Version. Below you will find the various features of the Windows version:

    Recovery settings: create backup files and change password

    ·        Picture of the backup snapshot (create a disk image of your system configuration)

    1. the system is able to make a CD/DVD image of the current state of mobile software including customer programs installed.

    2. This CD/DVD is usable in Windows and DOS of the program version.

    3. the drive should start, but isn't always.

    4 when a snapshot is in fact the image is on the D: partition and then can be burned to disc if eRecovery is said to.

    ·        Burn the Image to disc (create a backup disk)

    1. you can create 3-7 CD or DVD 1-2 such as those that were sent with the units before eRecovery.

    2. the serious CD are equal in usage to the system recovery CD and CD

    ·        Remove data from backup image of capture instant user (if available)

    1. This is how delete you the snapshot on the D: partition images

    ·        Password: (change the eRecovery password)

    1. measures: restore your system using an existing backup file or restore the default configuration in your system factory.

    2 backup copy using one of the snapshots has been filed or the original image on the D: partition.

    4. made eRecovery

    ·        When the hard drive is replaced the system loses its characteristics eRecovery. These features are on the hard drive and cannot be reinstalled.

    ·        When reinstalling from the CD/DVD's you will lose the eRecovery program but the DOS version can still function, as if uninstalled, you can not reinstall.

    ·        eRecovery uses Ghost (as well as the use of our recovery CD) to create snapshot images.

    ·        If the PQService partition is removed using fdisk or a utility under Windows, you may need to reinstall Windows.

    ·        If the system is recharged using the DOS version you retain the eRecovery feature

    Mick Murphy - Microsoft partner

  • Macros

    I want to know how to create macros with Windows Vista Business Edition. Vista has a recorder built in and I want to also do not know if it is not in the main program is elsewhere? I have Office Professional 2007 and I am disabled, I'd like to be able to do macros the application so that I can assign just one or two key passages to run. Macros of text would be nice too. I remember the .bat files the old days BACK. It was long, but I imagine that the technology will allow me to do these things faster and easier than it was 30 years ago. I hunted for the answer on the internet for what I thought would be a simple matter but have been unable to get a simple answer to make macros with Vista Business Edition. I don't have a lot of money and I know there are macro-enregistreurs out there, but I can't afford to buy one now. If Vista has nothing and my office is can you please recommend the best possible free software?

    http://www.Microsoft.com/Office/Community/en-us/flyoutoverview.mspx

    Office newsgroups

    http://www.Microsoft.com/Office/Community/en-us/default.mspx?DG=Microsoft.public.Office.misc&lang=en&CR=us

    Discussions at the general office issues

    For the detailed information on the way in to the Office Macros, you need to ask their focus groups.

    See you soon. Mick Murphy - Microsoft partner

  • WHO OWNS AND RUNS THE WINDOWS/TEMP FOLDER?

    In some other recent discussions, we discussed an incident that looked like initially to a denial of Hack Service, in which an application presenting a malfunction stored files more daily in the folder w/t on my computer at home until they have got to be 40 GB in size, eventually turning off my computer because the hard drive was full.  The MVP took me through a series of 3rd - party / Windows Explorer/DOS scripts to identify and then to get rid of these files of zombie.  It was difficult because the application that generated gave them them the hidden attribute.  That made it difficult for the user to companion to see or delete.  My short term problem is resolved.  I'm still not sure that I have correctly identified the culprit.  The names of the offending files looked at with etilqs, which is sqlite spelled backwards.  In Googling that name, I see that many software companies, which some I use, have caused similar problems.

    Long term I watch 170 folders and files still stored in Temp.  They are all relatively small, but some date back to 2006.  Many come divisions of Microsoft.  The name Temp seems to imply that they should all disappear some time, for example in a month.

    1. as long as the administrator of my computer at home, am I expected to inspect this file regularly and clean up what I suspect is obsolete, useless data?   There is something dangerous with the removal of just over a month old?

    2. If I detect what seems to be a misuse of the folder should I declare that Microsoft, FBI or who?  This authority will get the offending party to leave their unsafe practices?

    3 applications to store temporary files with the hidden attribute, or any other attribute that inhibits the Windows disk utility clean erase them?  Which applies this rule?

    4. Why isn't a utility routine by clean obsolete Temp files and let Windows users of companion remain happily ignorant of these questions?

    In short, MS has put this folder on my drive.  They have no responsibility to the limit who can put things here, if they can be hidden files or any other quality and cleaning issues or that is my responsibility as owner?

    These topics can give ideas to the inactive spirits.  Should they be treated elsewhere?

    Hello

    1. What do you mean Detect / wrong use of the Temp folder?

    Nothing dangerous on delete temporary files. Most programs will delete the temporary files when the program closes.

    If you feel that someone is trying to get into their computer, make sure that all their security programs are up to date and working correctly.

    You can always leave your comments here
     
    http://mymfe.Microsoft.com/Vista/feedback.aspx?formid=8

  • Windows error crcdisk.sys

    Hi, I had this problem when windows Vista would not start and would hang crcdisk.sys even in safe mode.
    I tried to format my HDD, partition and everything and reinstall Vista and there 95% of installation and after the last boot it STILL shows to be suspended on the SAME file.

    I have no hardware changes on my laptop (Acer Aspire 5920) and don't know where to go from here...

    http://www.Acer.com/worldwide/support/index.htm

    Above is the Acer Support link.

    If Acer eRecovery does not resolve your issue, contact Acer.

    http://www.acerpanam.com/Synapse/forms/portal20.cfm?RecordID=853&formid=3390&website=AcerPanAm.com&siteid=7117&words=all&keywords=&areaid=2

    Acer eRecovery made

     

    1. on the Acer splash screen, you can press Alt and F10 (at the same time press F2 to enter the BIOS) to make it appear a version BACK style eRecovery.

    ·        The unit is able to reload Windows from this mode faster then CD.

    ·        The default password is 000000 (6 zeros) and it is shown when you are prompted for the password.

    ·        Users are able to change the password in this mode for eRecovery only.

    ·        The system can retrieve the hidden on the hard disk (partition PQService) image or a CD/DVD media.

    ·        It is possible to reload the factory CD/DVD style or snapshots that creates the eRecovery Windows version.

    2. in Windows, there are 3 ways to access eRecovery functionality.

    ·        Press Alt and F10

    ·        Open Acer eManager and then double-click eRecovery.

    ·        When a system is new it should automatically open this application and invite you to do the recovery media.

    3. the Windows version of the eRecovery program is stronger then the Dos Version. Below you will find the various features of the Windows version:

    Recovery settings: create backup files and change password

    ·        Picture of the backup snapshot (create a disk image of your system configuration)

    1. the system is able to make a CD/DVD image of the current state of mobile software including customer programs installed.

    2. This CD/DVD is usable in Windows and DOS of the program version.

    3. the drive should start, but isn't always.

    4 when a snapshot is in fact the image is on the D: partition and then can be burned to disc if eRecovery is said to.

    ·        Burn the Image to disc (create a backup disk)

    1. you can create 3-7 CD or DVD 1-2 such as those that were sent with the units before eRecovery.

    2. the serious CD are equal in usage to the system recovery CD and CD

    ·        Remove data from backup image of capture instant user (if available)

    1. This is how delete you the snapshot on the D: partition images

    ·        Password: (change the eRecovery password)

    1. measures: restore your system using an existing backup file or restore the default configuration in your system factory.

    2 backup copy using one of the snapshots has been filed or the original image on the D: partition.

    4. made eRecovery

    ·        When the hard drive is replaced the system loses its characteristics eRecovery. These features are on the hard drive and cannot be reinstalled.

    ·        When reinstalling from the CD/DVD's you will lose the eRecovery program but the DOS version can still function, as if uninstalled, you can not reinstall.

    ·        eRecovery uses Ghost (as well as the use of our recovery CD) to create snapshot images.

    ·        If the PQService partition is removed using fdisk or a utility under Windows, you may need to reinstall Windows.

    ·        If the system is recharged using the DOS version, you will retain the eRecovery feature.

    Mick Murphy - Microsoft partner

  • Why my windows vista work with java version is used?

    I have windows vista 7 and Java to binary. When I try to use some web page an errow comes up saying, Java is not compatible with my version of windows.IT dose not say what version of all I need to make it worh. Can anyone help?

    If you have not installed another browser like Google Chrome, Safari, etc..., then Internet Explorer will be the only listed brower because it comes with Windows.  You can use IE with other browsers installed.

    This is the site that is faulty. I disabled all Add ons, IE running as an administrator and nothing happens when it comes to video or sound.

    If this is the only site you had trouble with, so I would suggest you file a bug with IE problem connect your comments.

    https://connect.Microsoft.com/IE/feedback

  • List of copy of the files from Windows Explorer in the form of text in an application...

    Windows will always add something, or a menu item to copy a list of files in Windows Explorer in the form of text in an application?  I would like to run a DOS command (dir c: /s > c - example.txt) as I did years ago, but as I'm sure your aware, constantly been availible for years and your virtualization Windows MS-DOS command line is incompatible with my new computer... All solutions would be grately appreciated.

    Thank you
    Dave

    Hi Dave,.

    I have good news for you:

    There are two ways to do what you want:

    The first is the simplest and is already in Windows 7 (and Vista by the way):

    1. highlight one or more files that you want to know the way in Explorer.
    2. press and hold the SHIFT keyand right-click on one of the highlighted files.
    3. when the popup menu appears, click the entry in the path of the copy which appeared as if by magic, because you're now the SHIFT key.

    A slightly better method, IMO, but it takes a little extra work is to add an extension to the send menu to allow you to right-click on one or more files and choose send to-> Clipboard (as name).  This somehow me seems more practical, because I'm used to the way in which the rear PowerToys when.  Such an extension, which also adds a nice Panel to help you manage the menu send to, is a neat package small freeware called send to toys, by Gabriele Ponti, which can be downloaded here: http://www.gabrieleponti.com/software/index.html#sendtotoys

    A nice feature of the program send to toys, is that you can even have it put quotes around any path to file that contains white space.  Practice indeed!

    I hope this helps!

    -Christmas

    P.S., A command line similar to BACK tool is still (and always has been) available.  On the start menu, select: Start -> all programs -> Accessories -> command prompt.  Or you can just run: CMD.exe

  • Panzer General 2 windows 7

    Hi all

    I have an old favorite game that worked on all versions of windows from DOS 3.1 to XP but now does not work on Windows 7.

    The game's Panzer General 2 by SSI, original, released in approximately 1997 CD (I think).

    When I try to install it on Win7, I get the following messages:

    The program or feature "\?". \D:\SETUP. "EXE" cannot start or run due to incompatibility with 64-bit Windows versions... Please contact the seller of softeware to ask if there is a compatible version of Windows 64-bit. "

    I click on OK, then I get:

    Didn't work: result: 216

    I cannot find a compatible version of 64 buit - please help - I love this game...

    Thank you

    Rich

    I'm sorry, but as says the error message, you cannot run this program under Windows 7 64-bit. You can try an emulator LIKEDOSBox . MS - MVP - Elephant Boy computers - don't panic!

Maybe you are looking for

  • want to use 24 "iMac as a monitor with my mac book Pro but the iMac doesn't have a port thunderbolt

    Can I connect my iMac 24 "2.16Intel Core 2 Duo with single firewire ports and use it as a monitor with my MacBook Pro (thunderbolt port)? Thank you very much.

  • Example of 7604 MID programs

    I can't find a sample program for mid-7604. Example Finder NOR will not yield any success. Is it possible that I have not a driver or a service pack installed? Thank you

  • ADOBE FLASH PLAYER SCREWED MY PC

    I was recently sent an update for my adobe flash player, after download, I could no more flow in new videos to utube example etc. I went back to a previous restore point that has worked for a few days until adobe automatically updated itself on my pc

  • The Welcome screen freeze

    I use Vista and now my laptop screen was immobilized on the Welcome screen and goes no further.  I can't get to the next screen by doing a Ctrl alt del.  The causes?  Solutions?

  • Video advantage OS supported

    Hello I was wondering if Cisco Unified Video Advantage has been supported in operating systems other than Windows? Any help is very appreciated.